January 4, 200917 yr Hi everyone, I have a peice of javascript that calls up and displays a menu on my site. Currently i have this javascript in an external file, with the link placed in the <body> so i can position the menu where i want in a <div> tag as follows: <html> <head> </head> <body> <div style="position:absolute; top:100px; left:100px;"><script type="text/javascript" src="$templatedir/menu.js"></script></div> </body> </html> The script i am workin with requires me to place all links to external files in the <head> of my pages. Is there a way i can place the link to the script in the <head> and still position the menu where i want it? Many thanks.
January 5, 200917 yr Hi everyone,I have a peice of javascript that calls up and displays a menu on my site. Currently i have this javascript in an external file, with the link placed in the <body> so i can position the menu where i want in a <div> tag as follows: <html> <head> </head> <body> <div style="position:absolute; top:100px; left:100px;"><script type="text/javascript" src="$templatedir/menu.js"></script></div> </body> </html> The script i am workin with requires me to place all links to external files in the <head> of my pages. Is there a way i can place the link to the script in the <head> and still position the menu where i want it? Many thanks. Probably not as it looks like the Javascript file is probably redering the content with something like document.write() javascript function - At lease that would make sense. Paste the javascript file into this thread as an attachment and i'll have a quick look for you. You may be able to do as you say by calling a function within the file externally on the page.
January 5, 200917 yr Author Probably not as it looks like the Javascript file is probably redering the content with something like document.write() javascript function - At lease that would make sense. Paste the javascript file into this thread as an attachment and i'll have a quick look for you. You may be able to do as you say by calling a function within the file externally on the page. Hi, thanks for your help i really appreciate it. The code is below. Thanks again! var tstylesNames=["DS","Game Boy Advance","GameCube","Playstation 2","Playstation 3","PSP","Wii","Xbox","Xbox 360","Accessories","Console Bundles","Coming Soon","DS submenu","Game Boy Advance submenu","GameCube submenu","Playstation 2 submenu","Playstation 3 submenu","PSP submenu","Wii submenu","Xbox submenu","Xbox 360 submenu","Accessories submenu","Console Bundles submenu",]; var tXPStylesNames=[]; var tlevelDX=20; var texpanded=0; var texpandItemClick=1; var tcloseExpanded=1; var tcloseExpandedXP=0; var ttoggleMode=0; var tnoWrap=1; var titemTarget="_self"; var titemCursor="pointer"; var statusString="link"; var tblankImage=""; var tpathPrefix_img=""; var tpathPrefix_link=""; var tmenuWidth="182px"; var tmenuHeight="auto"; var tabsolute=1; var tleft="0px"; var ttop="1px"; var tfontStyle=""; var tfontColor=["",""]; var tfontDecoration=["none","none"]; var tfontColorDisabled=""; var tpressedFontColor=""; var tmenuBackColor="#FFFFFF"; var tmenuBackImage=""; var tmenuBorderColor="#FFFFFF"; var tmenuBorderWidth=0; var tmenuBorderStyle="none"; var titemAlign="left"; var titemHeight=27; var titemBackColor=["",""]; var titemBackImage=["",""]; var ticonWidth=0; var ticonHeight=0; var ticonAlign="left"; var texpandBtn=["","",""]; var texpandBtnW=0; var texpandBtnH=0; var texpandBtnAlign="left"; var tpoints=0; var tpointsImage=""; var tpointsVImage=""; var tpointsCImage=""; var tpointsBImage=""; var tfloatable=1; var tfloatIterations=10; var tfloatableX=1; var tfloatableY=1; var tmoveable=0; var tmoveHeight=12; var tmoveColor="#AA0000"; var tmoveImage=""; var tXPStyle=0; var tXPIterations=10; var tXPBorderWidth=0; var tXPBorderColor="#FFFFFF"; var tXPAlign="left"; var tXPTitleBackColor="#AFB1C3"; var tXPTitleBackImg=""; var tXPTitleLeft=""; var tXPTitleLeftWidth=0; var tXPIconWidth=0; var tXPIconHeight=""; var tXPMenuSpace=0; var tXPExpandBtn=["","","",""]; var tXPBtnWidth=0; var tXPBtnHeight=26; var tXPFilter=1; var tdynamic=0; var tajax=0; var tsaveState=0; var tsavePrefix="menu1"; var tstyles = [ ["titemBackImage=data.files/ds_normal.png,data.files/ds_over.png","tfontStyle=bold 10.5pt Verdana","tfontColor=#005186,#FFFFFF","tfontDecoration=none,none"], ["titemBackImage=data.files/gba_normal.png,data.files/gba_over.png","tfontStyle=bold 10.5pt Verdana","tfontColor=#005186,#FFFFFF","tfontDecoration=none,none"], ["titemBackImage=data.files/gamecube_normal.png,data.files/gamecube_over.png","tfontStyle=bold 10.5pt Verdana","tfontColor=#005186,#FFFFFF","tfontDecoration=none,none"], ["titemBackImage=data.files/ps2_normal.png,data.files/ps2_over.png","tfontStyle=bold 10.5pt Verdana","tfontColor=#005186,#FFFFFF","tfontDecoration=none,none"], ["titemBackImage=data.files/ps3_normal.png,data.files/ps3_over.png","tfontStyle=bold 10.5pt Verdana","tfontColor=#005186,#FFFFFF","tfontDecoration=none,none"], ["titemBackImage=data.files/psp_normal.png,data.files/psp_over.png","tfontStyle=bold 10.5pt Verdana","tfontColor=#005186,#FFFFFF","tfontDecoration=none,none"], ["titemBackImage=data.files/wii_normal.png,data.files/wii_over.png","tfontStyle=bold 10.5pt Verdana","tfontColor=#005186,#FFFFFF","tfontDecoration=none,none"], ["titemBackImage=data.files/xbox_normal.png,data.files/xbox_over.png","tfontStyle=bold 10.5pt Verdana","tfontColor=#005186,#FFFFFF","tfontDecoration=none,none"], ["titemBackImage=data.files/360_normal.png,data.files/360_over.png","tfontStyle=bold 10.5pt Verdana","tfontColor=#005186,#FFFFFF","tfontDecoration=none,none"], ["titemBackImage=data.files/accessories_normal.png,data.files/accessories_over.png","tfontStyle=bold 10.5pt Verdana","tfontColor=#005186,#FFFFFF","tfontDecoration=none,none"], ["titemBackImage=data.files/bundles_normal.png,data.files/bundles_over.png","tfontStyle=bold 10.5pt Verdana","tfontColor=#005186,#FFFFFF","tfontDecoration=none,none"], ["titemBackImage=data.files/soon_normal.png,data.files/soon_over.png","tfontStyle=bold 10.5pt Verdana","tfontColor=#005186,#FFFFFF","tfontDecoration=none,none"], ["titemBackImage=data.files/ds_submenu.png,","tfontStyle=normal 10pt verdana","tfontColor=#005186,#000000","tfontDecoration=none,none"], ["titemBackImage=data.files/gba_submenu.png,","tfontStyle=normal 10pt verdana","tfontColor=#005186,#000000","tfontDecoration=none,none"], ["titemBackImage=data.files/gamecube_submenu.png,","tfontStyle=normal 10pt verdana","tfontColor=#005186,#000000","tfontDecoration=none,"], ["titemBackImage=data.files/ps2_submenu.png,","tfontStyle=normal 10pt verdana","tfontColor=#005186,#000000","tfontDecoration=none,none"], ["titemBackImage=data.files/ps3_submenu.png,","tfontStyle=normal 10pt verdana","tfontColor=#005186,#000000","tfontDecoration=none,"], ["titemBackImage=data.files/psp_submenu.png,","tfontStyle=normal 10pt verdana","tfontColor=#005186,#000000","tfontDecoration=none,"], ["titemBackImage=data.files/wii_submenu.png,","tfontStyle=normal 10pt verdana","tfontColor=#005186,#000000","tfontDecoration=none,"], ["titemBackImage=data.files/xbox_submenu.png,","tfontStyle=normal 10pt verdana","tfontColor=#005186,#000000","tfontDecoration=none,none"], ["titemBackImage=data.files/360_submenu.png,","tfontStyle=normal 10pt verdana","tfontColor=#005186,#000000","tfontDecoration=none,none"], ["titemBackImage=data.files/accessories_submenu.png,","tfontStyle=normal 10pt verdana","tfontColor=#005186,#000000","tfontDecoration=none,none"], ["titemBackImage=data.files/bundles_submenu.png,","tfontStyle=normal 10pt verdana","tfontColor=#005186,#000000","tfontDecoration=none,none"], ]; var tXPStyles = [ ]; var tmenuItems = [ ["DS","", "", "", "", "", "", "0", "", "", ], ["|View All","<?php echo tep_href_link('index.php', 'cPath=21&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["|Action","<?php echo tep_href_link('index.php', 'cPath=22&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["|Activity","<?php echo tep_href_link('index.php', 'cPath=23&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["|Adventure","<?php echo tep_href_link('index.php', 'cPath=24&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["|Classic","<?php echo tep_href_link('index.php', 'cPath=25&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["|Fighting","<?php echo tep_href_link('index.php', 'cPath=26&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["|Hardware","<?php echo tep_href_link('index.php', 'cPath=27&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["|Platform","<?php echo tep_href_link('index.php', 'cPath=28&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["|Point and Click","<?php echo tep_href_link('index.php', 'cPath=29&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["|Puzzle","<?php echo tep_href_link('index.php', 'cPath=30&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["|Racing","<?php echo tep_href_link('index.php', 'cPath=31&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["|Role Playing","<?php echo tep_href_link('index.php', 'cPath=32&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["|Sport","<?php echo tep_href_link('index.php', 'cPath=33&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["|Strategy","<?php echo tep_href_link('index.php', 'cPath=34&', 'NONSSL'); ?>", "", "", "", "", "", "12", "", "", ], ["Game Boy Advance","", "", "", "", "", "", "1", "", "", ], ["|View All","<?php echo tep_href_link('index.php', 'cPath=35&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["|Action","<?php echo tep_href_link('index.php', 'cPath=36&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["|Activity","<?php echo tep_href_link('index.php', 'cPath=37&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["|Classic","<?php echo tep_href_link('index.php', 'cPath=38&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["|Driving","<?php echo tep_href_link('index.php', 'cPath=39&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["|Fighting","<?php echo tep_href_link('index.php', 'cPath=40&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["|Hardware","<?php echo tep_href_link('index.php', 'cPath=41&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["|Platform","<?php echo tep_href_link('index.php', 'cPath=42&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["|Puzzle","<?php echo tep_href_link('index.php', 'cPath=43&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["|Quiz","<?php echo tep_href_link('index.php', 'cPath=44&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["|Racing","<?php echo tep_href_link('index.php', 'cPath=45&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["|Role Playing","<?php echo tep_href_link('index.php', 'cPath=46&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["|Sport","<?php echo tep_href_link('index.php', 'cPath=47&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["|Strategy","<?php echo tep_href_link('index.php', 'cPath=48&', 'NONSSL'); ?>", "", "", "", "", "", "13", "", "", ], ["GameCube","", "", "", "", "", "", "2", "", "", ], ["|View All","<?php echo tep_href_link('index.php', 'cPath=49&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["|Action","<?php echo tep_href_link('index.php', 'cPath=50&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["|Activity","<?php echo tep_href_link('index.php', 'cPath=51&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["|Classic","<?php echo tep_href_link('index.php', 'cPath=52&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["|Driving","<?php echo tep_href_link('index.php', 'cPath=53&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["|Fighting","<?php echo tep_href_link('index.php', 'cPath=54&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["|Hardware","<?php echo tep_href_link('index.php', 'cPath=55&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["|Party","<?php echo tep_href_link('index.php', 'cPath=56&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["|Platform","<?php echo tep_href_link('index.php', 'cPath=57&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["|Puzzle","<?php echo tep_href_link('index.php', 'cPath=58&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["|Racing","<?php echo tep_href_link('index.php', 'cPath=59&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["|Role Playing","<?php echo tep_href_link('index.php', 'cPath=60&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["|Sport","<?php echo tep_href_link('index.php', 'cPath=61&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["|Strategy","<?php echo tep_href_link('index.php', 'cPath=62&', 'NONSSL'); ?>", "", "", "", "", "", "14", "", "", ], ["Playstation 2","", "", "", "", "", "", "3", "", "", ], ["|View All","<?php echo tep_href_link('index.php', 'cPath=63&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Action","<?php echo tep_href_link('index.php', 'cPath=64&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Activity","<?php echo tep_href_link('index.php', 'cPath=65&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Board Game","<?php echo tep_href_link('index.php', 'cPath=66&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Classic","<?php echo tep_href_link('index.php', 'cPath=67&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Driving","<?php echo tep_href_link('index.php', 'cPath=68&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Fighting","<?php echo tep_href_link('index.php', 'cPath=69&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Flight","<?php echo tep_href_link('index.php', 'cPath=70&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Hardware","<?php echo tep_href_link('index.php', 'cPath=71&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Lifestyle","<?php echo tep_href_link('index.php', 'cPath=72&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Music","<?php echo tep_href_link('index.php', 'cPath=73&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Party","<?php echo tep_href_link('index.php', 'cPath=74&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Platform","<?php echo tep_href_link('index.php', 'cPath=75&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Point and Click","<?php echo tep_href_link('index.php', 'cPath=76&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Puzzle","<?php echo tep_href_link('index.php', 'cPath=77&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Quiz","<?php echo tep_href_link('index.php', 'cPath=78&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Racing","<?php echo tep_href_link('index.php', 'cPath=79&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Role Playing","<?php echo tep_href_link('index.php', 'cPath=80&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Sport","<?php echo tep_href_link('index.php', 'cPath=81&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["|Strategy","<?php echo tep_href_link('index.php', 'cPath=82&', 'NONSSL'); ?>", "", "", "", "", "", "15", "", "", ], ["Playstation 3","", "", "", "", "", "", "4", "", "", ], ["|View All","<?php echo tep_href_link('index.php', 'cPath=83&', 'NONSSL'); ?>", "", "", "", "", "", "16", "", "", ], ["|Action","<?php echo tep_href_link('index.php', 'cPath=84&', 'NONSSL'); ?>", "", "", "", "", "", "16", "", "", ], ["|Activity","<?php echo tep_href_link('index.php', 'cPath=85&', 'NONSSL'); ?>", "", "", "", "", "", "16", "", "", ], ["|Driving","<?php echo tep_href_link('index.php', 'cPath=86&', 'NONSSL'); ?>", "", "", "", "", "", "16", "", "", ], ["|Fighting","<?php echo tep_href_link('index.php', 'cPath=87&', 'NONSSL'); ?>", "", "", "", "", "", "16", "", "", ], ["|Flight","<?php echo tep_href_link('index.php', 'cPath=88&', 'NONSSL'); ?>", "", "", "", "", "", "16", "", "", ], ["|Hardware","<?php echo tep_href_link('index.php', 'cPath=89&', 'NONSSL'); ?>", "", "", "", "", "", "16", "", "", ], ["|Music","<?php echo tep_href_link('index.php', 'cPath=90&', 'NONSSL'); ?>", "", "", "", "", "", "16", "", "", ], ["|Party","<?php echo tep_href_link('index.php', 'cPath=91&', 'NONSSL'); ?>", "", "", "", "", "", "16", "", "", ], ["|Quiz","<?php echo tep_href_link('index.php', 'cPath=92&', 'NONSSL'); ?>", "", "", "", "", "", "16", "", "", ], ["|Racing","<?php echo tep_href_link('index.php', 'cPath=93&', 'NONSSL'); ?>", "", "", "", "", "", "16", "", "", ], ["|Role Playing","<?php echo tep_href_link('index.php', 'cPath=94&', 'NONSSL'); ?>", "", "", "", "", "", "16", "", "", ], ["|Sport","<?php echo tep_href_link('index.php', 'cPath=95&', 'NONSSL'); ?>", "", "", "", "", "", "16", "", "", ], ["|Strategy","<?php echo tep_href_link('index.php', 'cPath=96&', 'NONSSL'); ?>", "", "", "", "", "", "17", "", "", ], ["PSP","", "", "", "", "", "", "5", "", "", ], ["|View All","<?php echo tep_href_link('index.php', 'cPath=97&', 'NONSSL'); ?>", "", "", "", "", "", "17", "", "", ], ["|Action","<?php echo tep_href_link('index.php', 'cPath=98&', 'NONSSL'); ?>", "", "", "", "", "", "17", "", "", ], ["|Fighting","<?php echo tep_href_link('index.php', 'cPath=99&', 'NONSSL'); ?>", "", "", "", "", "", "17", "", "", ], ["|Hardware","<?php echo tep_href_link('index.php', 'cPath=100&', 'NONSSL'); ?>", "", "", "", "", "", "17", "", "", ], ["|Platform","<?php echo tep_href_link('index.php', 'cPath=101&', 'NONSSL'); ?>", "", "", "", "", "", "17", "", "", ], ["|Puzzle","<?php echo tep_href_link('index.php', 'cPath=102&', 'NONSSL'); ?>", "", "", "", "", "", "17", "", "", ], ["|Racing","<?php echo tep_href_link('index.php', 'cPath=103&', 'NONSSL'); ?>", "", "", "", "", "", "17", "", "", ], ["|Role Playing","<?php echo tep_href_link('index.php', 'cPath=104&', 'NONSSL'); ?>", "", "", "", "", "", "17", "", "", ], ["|Sport","<?php echo tep_href_link('index.php', 'cPath=105&', 'NONSSL'); ?>", "", "", "", "", "", "17", "", "", ], ["|Strategy","<?php echo tep_href_link('index.php', 'cPath=106&', 'NONSSL'); ?>", "", "", "", "", "", "17", "", "", ], ["Wii","", "", "", "", "", "", "6", "", "", ], ["|View All","<?php echo tep_href_link('index.php', 'cPath=107&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Action","<?php echo tep_href_link('index.php', 'cPath=108&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Activity","<?php echo tep_href_link('index.php', 'cPath=109&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Adventure","<?php echo tep_href_link('index.php', 'cPath=110&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Classic","<?php echo tep_href_link('index.php', 'cPath=111&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Driving","<?php echo tep_href_link('index.php', 'cPath=112&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Fighting","<?php echo tep_href_link('index.php', 'cPath=113&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Hardware","<?php echo tep_href_link('index.php', 'cPath=114&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Party","<?php echo tep_href_link('index.php', 'cPath=115&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Platform","<?php echo tep_href_link('index.php', 'cPath=116&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Puzzle","<?php echo tep_href_link('index.php', 'cPath=117&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Racing","<?php echo tep_href_link('index.php', 'cPath=118&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Role Playing","<?php echo tep_href_link('index.php', 'cPath=119&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Sport","<?php echo tep_href_link('index.php', 'cPath=120&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["|Strategy","<?php echo tep_href_link('index.php', 'cPath=121&', 'NONSSL'); ?>", "", "", "", "", "", "18", "", "", ], ["Xbox","", "", "", "", "", "", "7", "", "", ], ["|View All","<?php echo tep_href_link('index.php', 'cPath=122&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Action","<?php echo tep_href_link('index.php', 'cPath=123&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Activity","<?php echo tep_href_link('index.php', 'cPath=124&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Classic","<?php echo tep_href_link('index.php', 'cPath=125&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Driving","<?php echo tep_href_link('index.php', 'cPath=127&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Fighting","<?php echo tep_href_link('index.php', 'cPath=128&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Flight","<?php echo tep_href_link('index.php', 'cPath=129&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Hardware","<?php echo tep_href_link('index.php', 'cPath=130&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Music","<?php echo tep_href_link('index.php', 'cPath=131&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Party","<?php echo tep_href_link('index.php', 'cPath=132&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Pinball","<?php echo tep_href_link('index.php', 'cPath=133&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Platform","<?php echo tep_href_link('index.php', 'cPath=134&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Puzzle","<?php echo tep_href_link('index.php', 'cPath=135&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Racing","<?php echo tep_href_link('index.php', 'cPath=136&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Role Playing","<?php echo tep_href_link('index.php', 'cPath=137&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Sport","<?php echo tep_href_link('index.php', 'cPath=138&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["|Strategy","<?php echo tep_href_link('index.php', 'cPath=139&', 'NONSSL'); ?>", "", "", "", "", "", "19", "", "", ], ["Xbox 360","", "", "", "", "", "", "8", "", "", ], ["|View All","<?php echo tep_href_link('index.php', 'cPath=140&', 'NONSSL'); ?>", "", "", "", "", "", "20", "", "", ], ["|Action","<?php echo tep_href_link('index.php', 'cPath=141&', 'NONSSL'); ?>", "", "", "", "", "", "20", "", "", ], ["|Driving","<?php echo tep_href_link('index.php', 'cPath=142&', 'NONSSL'); ?>", "", "", "", "", "", "20", "", "", ], ["|Fighting","<?php echo tep_href_link('index.php', 'cPath=143&', 'NONSSL'); ?>", "", "", "", "", "", "20", "", "", ], ["|Hardware","<?php echo tep_href_link('index.php', 'cPath=144&', 'NONSSL'); ?>", "", "", "", "", "", "20", "", "", ], ["|Platform","<?php echo tep_href_link('index.php', 'cPath=145&', 'NONSSL'); ?>", "", "", "", "", "", "20", "", "", ], ["|Puzzle","<?php echo tep_href_link('index.php', 'cPath=146&', 'NONSSL'); ?>", "", "", "", "", "", "20", "", "", ], ["|Racing","<?php echo tep_href_link('index.php', 'cPath=147&', 'NONSSL'); ?>", "", "", "", "", "", "20", "", "", ], ["|Role Playing","<?php echo tep_href_link('index.php', 'cPath=148&', 'NONSSL'); ?>", "", "", "", "", "", "20", "", "", ], ["|Sport","<?php echo tep_href_link('index.php', 'cPath=149&', 'NONSSL'); ?>", "", "", "", "", "", "20", "", "", ], ["|Strategy","<?php echo tep_href_link('index.php', 'cPath=150&', 'NONSSL'); ?>", "", "", "", "", "", "20", "", "", ], ["Accessories","", "", "", "", "", "", "9", "", "", ], ["|View All","<?php echo tep_href_link('index.php', 'cPath=151&', 'NONSSL'); ?>", "", "", "", "", "", "21", "", "", ], ["|DS","<?php echo tep_href_link('index.php', 'cPath=152&', 'NONSSL'); ?>", "", "", "", "", "", "21", "", "", ], ["|Game Boy Advance","<?php echo tep_href_link('index.php', 'cPath=153&', 'NONSSL'); ?>", "", "", "", "", "", "21", "", "", ], ["|Playstation 2","<?php echo tep_href_link('index.php', 'cPath=154&', 'NONSSL'); ?>", "", "", "", "", "", "21", "", "", ], ["|Playstation 3","<?php echo tep_href_link('index.php', 'cPath=155&', 'NONSSL'); ?>", "", "", "", "", "", "21", "", "", ], ["|PSP","<?php echo tep_href_link('index.php', 'cPath=156&', 'NONSSL'); ?>", "", "", "", "", "", "21", "", "", ], ["|Xbox","<?php echo tep_href_link('index.php', 'cPath=157&', 'NONSSL'); ?>", "", "", "", "", "", "21", "", "", ], ["|Xbox 360","<?php echo tep_href_link('index.php', 'cPath=158&', 'NONSSL'); ?>", "", "", "", "", "", "21", "", "", ], ["|Wii","<?php echo tep_href_link('index.php', 'cPath=159&', 'NONSSL'); ?>", "", "", "", "", "", "21", "", "", ], ["Console Bundles","", "", "", "", "", "", "10", "", "", ], ["|View All","<?php echo tep_href_link('index.php', 'cPath=160&', 'NONSSL'); ?>", "", "", "", "", "", "22", "", "", ], ["|Playstation 3","<?php echo tep_href_link('index.php', 'cPath=161&', 'NONSSL'); ?>", "", "", "", "", "", "22", "", "", ], ["|Xbox 360","<?php echo tep_href_link('index.php', 'cPath=162&', 'NONSSL'); ?>", "", "", "", "", "", "22", "", "", ], ["|Wii","<?php echo tep_href_link('index.php', 'cPath=163&', 'NONSSL'); ?>", "", "", "", "", "", "22", "", "", ], ["Coming Soon","<?php echo tep_href_link('index.php', 'cPath=164&', 'NONSSL'); ?>", "", "", "", "", "", "11", "", "", ], ]; dtree_init();
Create an account or sign in to comment