
// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree
PRESERVESTATE = 1 // Make sure the tree opens again when a new page is loaded.

ICONPATH = 'images/' //change if the gif's folder is a subfolder, for example: 'images/'

foldersTree = gFld("<i>Bossarea menu</i>", "default.asp")
  aux0 = insFld(foldersTree, gFld("General Information", ""))
      insDoc(aux0, gLnk("T", "Boss Forum", "forumredir.asp"))
      insDoc(aux0, gLnk("T", "Compact Pedal Labels", "labels/labels.htm"))
      insDoc(aux0, gLnk("T", "Serial Number Decoder", "serial/sndecoder.aspx"))
      insDoc(aux0, gLnk("T", "Old menu", "chmenu.asp?menu=old"))
      aux0A = insFld(aux0, gFld("Boss Catalogues and Adverts"))
      insDoc(aux0A, gLnk("T", "Boss Pocket Dictionaries", "pocket.asp"))
      insDoc(aux0A, gLnk("T", "Boss Catalogues", "cat.asp"))
      insDoc(aux0A, gLnk("T", "Magazine Adverts", "mag.asp"))
  aux1 = insFld(foldersTree, gFld("Compact Pedals", ""))
      insDoc(aux1, gLnk("S", "AC-2", "javascript:GotoNextpage(&quot;boxes/ac2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "AC-3", "javascript:GotoNextpage(&quot;boxes/ac3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "AW-2", "javascript:GotoNextpage(&quot;boxes/aw2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "AW-3", "javascript:GotoNextpage(&quot;boxes/aw3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "BD-2", "javascript:GotoNextpage(&quot;boxes/bd2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "BF-2", "javascript:GotoNextpage(&quot;boxes/bf2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "BF-2B", "javascript:GotoNextpage(&quot;boxes/bf2b.xml&quot;)"))
      insDoc(aux1, gLnk("S", "BF-3", "javascript:GotoNextpage(&quot;boxes/bf3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "CE-2", "javascript:GotoNextpage(&quot;boxes/ce2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "CE-2B", "javascript:GotoNextpage(&quot;boxes/ce2b.xml&quot;)"))
      insDoc(aux1, gLnk("S", "CE-3", "javascript:GotoNextpage(&quot;boxes/ce3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "CEB-3", "javascript:GotoNextpage(&quot;boxes/ceb3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "CE-5", "javascript:GotoNextpage(&quot;boxes/ce5.xml&quot;)"))
      insDoc(aux1, gLnk("S", "CH-1", "javascript:GotoNextpage(&quot;boxes/ch1.xml&quot;)"))
      insDoc(aux1, gLnk("S", "CS-1", "javascript:GotoNextpage(&quot;boxes/cs1.xml&quot;)"))
      insDoc(aux1, gLnk("S", "CS-2", "javascript:GotoNextpage(&quot;boxes/cs2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "CS-3", "javascript:GotoNextpage(&quot;boxes/cs3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DC-2", "javascript:GotoNextpage(&quot;boxes/dc2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DC-3", "javascript:GotoNextpage(&quot;boxes/dc3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DD-2", "javascript:GotoNextpage(&quot;boxes/dd2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DD-3", "javascript:GotoNextpage(&quot;boxes/dd3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DD-5", "javascript:GotoNextpage(&quot;boxes/dd5.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DD-6", "javascript:GotoNextpage(&quot;boxes/dd6.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DD-7", "javascript:GotoNextpage(&quot;boxes/dd7.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DF-2", "javascript:GotoNextpage(&quot;boxes/df2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DM-2", "javascript:GotoNextpage(&quot;boxes/dm2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DM-3", "javascript:GotoNextpage(&quot;boxes/dm3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DN-2", "javascript:GotoNextpage(&quot;boxes/dn2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DS-1", "javascript:GotoNextpage(&quot;boxes/ds1.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DS-2", "javascript:GotoNextpage(&quot;boxes/ds2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DSD-2", "javascript:GotoNextpage(&quot;boxes/dsd2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "DSD-3", "javascript:GotoNextpage(&quot;boxes/dsd3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "EH-2", "javascript:GotoNextpage(&quot;boxes/eh2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "FBM-1", "javascript:GotoNextpage(&quot;boxes/fbm1.xml&quot;)"))
      insDoc(aux1, gLnk("S", "FDR-1", "javascript:GotoNextpage(&quot;boxes/fdr1.xml&quot;)"))
      insDoc(aux1, gLnk("S", "FRV-1", "javascript:GotoNextpage(&quot;boxes/frv1.xml&quot;)"))
      insDoc(aux1, gLnk("S", "FT-2", "javascript:GotoNextpage(&quot;boxes/ft2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "FZ-2", "javascript:GotoNextpage(&quot;boxes/fz2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "FZ-3", "javascript:GotoNextpage(&quot;boxes/fz3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "FZ-5", "javascript:GotoNextpage(&quot;boxes/fz5.xml&quot;)"))
      insDoc(aux1, gLnk("S", "GE-6", "javascript:GotoNextpage(&quot;boxes/ge6.xml&quot;)"))
      insDoc(aux1, gLnk("S", "GE-7", "javascript:GotoNextpage(&quot;boxes/ge7.xml&quot;)"))
      insDoc(aux1, gLnk("S", "GE-7B", "javascript:GotoNextpage(&quot;boxes/ge7b.xml&quot;)"))
      insDoc(aux1, gLnk("S", "GEB-7", "javascript:GotoNextpage(&quot;boxes/geb7.xml&quot;)"))
      insDoc(aux1, gLnk("S", "HF-2", "javascript:GotoNextpage(&quot;boxes/hf2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "HM-2", "javascript:GotoNextpage(&quot;boxes/hm2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "HM-3", "javascript:GotoNextpage(&quot;boxes/hm3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "HR-2", "javascript:GotoNextpage(&quot;boxes/hr2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "LM-2", "javascript:GotoNextpage(&quot;boxes/lm2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "LM-2B", "javascript:GotoNextpage(&quot;boxes/lm2b.xml&quot;)"))
      insDoc(aux1, gLnk("S", "LMB-3", "javascript:GotoNextpage(&quot;boxes/lmb3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "LS-2", "javascript:GotoNextpage(&quot;boxes/ls2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "MD-2", "javascript:GotoNextpage(&quot;boxes/md2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "ML-2", "javascript:GotoNextpage(&quot;boxes/ml2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "MT-2", "javascript:GotoNextpage(&quot;boxes/mt2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "MZ-2", "javascript:GotoNextpage(&quot;boxes/mz2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "NF-1", "javascript:GotoNextpage(&quot;boxes/nf1.xml&quot;)"))
      insDoc(aux1, gLnk("S", "NS-2", "javascript:GotoNextpage(&quot;boxes/ns2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "OC-2", "javascript:GotoNextpage(&quot;boxes/oc2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "OC-3", "javascript:GotoNextpage(&quot;boxes/oc3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "OD-1", "javascript:GotoNextpage(&quot;boxes/od1.xml&quot;)"))
      insDoc(aux1, gLnk("S", "OD-2", "javascript:GotoNextpage(&quot;boxes/od2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "OD-2r", "javascript:GotoNextpage(&quot;boxes/od2r.xml&quot;)"))
      insDoc(aux1, gLnk("S", "OD-3", "javascript:GotoNextpage(&quot;boxes/od3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "ODB-3", "javascript:GotoNextpage(&quot;boxes/odb3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "OS-2", "javascript:GotoNextpage(&quot;boxes/os2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "PH-1", "javascript:GotoNextpage(&quot;boxes/ph1.xml&quot;)"))
      insDoc(aux1, gLnk("S", "PH-1r", "javascript:GotoNextpage(&quot;boxes/ph1r.xml&quot;)"))
      insDoc(aux1, gLnk("S", "PH-2", "javascript:GotoNextpage(&quot;boxes/ph2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "PH-3", "javascript:GotoNextpage(&quot;boxes/ph3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "PN-2", "javascript:GotoNextpage(&quot;boxes/pn2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "PQ-3B", "javascript:GotoNextpage(&quot;boxes/pq3b.xml&quot;)"))
      insDoc(aux1, gLnk("S", "PQ-4", "javascript:GotoNextpage(&quot;boxes/pq4.xml&quot;)"))
      insDoc(aux1, gLnk("S", "PS-2", "javascript:GotoNextpage(&quot;boxes/ps2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "PS-3", "javascript:GotoNextpage(&quot;boxes/ps3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "PS-5", "javascript:GotoNextpage(&quot;boxes/ps5.xml&quot;)"))
      insDoc(aux1, gLnk("S", "PS-6", "javascript:GotoNextpage(&quot;boxes/ps6.xml&quot;)"))
      insDoc(aux1, gLnk("S", "PSM-5", "javascript:GotoNextpage(&quot;boxes/psm5.xml&quot;)"))
      insDoc(aux1, gLnk("S", "PW-2", "javascript:GotoNextpage(&quot;boxes/pw2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "RC-2", "javascript:GotoNextpage(&quot;boxes/rc2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "RV-2", "javascript:GotoNextpage(&quot;boxes/rv2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "RV-3", "javascript:GotoNextpage(&quot;boxes/rv3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "RV-5", "javascript:GotoNextpage(&quot;boxes/rv5.xml&quot;)"))
      insDoc(aux1, gLnk("S", "SD-1", "javascript:GotoNextpage(&quot;boxes/sd1.xml&quot;)"))
      insDoc(aux1, gLnk("S", "SD-2", "javascript:GotoNextpage(&quot;boxes/sd2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "SG-1", "javascript:GotoNextpage(&quot;boxes/sg1.xml&quot;)"))
      insDoc(aux1, gLnk("S", "SP-1", "javascript:GotoNextpage(&quot;boxes/sp1.xml&quot;)"))
      insDoc(aux1, gLnk("S", "ST-2", "javascript:GotoNextpage(&quot;boxes/st2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "SYB-3", "javascript:GotoNextpage(&quot;boxes/syb3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "SYB-5", "javascript:GotoNextpage(&quot;boxes/syb5.xml&quot;)"))
      insDoc(aux1, gLnk("S", "TR-2", "javascript:GotoNextpage(&quot;boxes/tr2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "TU-2", "javascript:GotoNextpage(&quot;boxes/tu2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "TU-3", "javascript:GotoNextpage(&quot;boxes/tu3.xml&quot;)"))
      insDoc(aux1, gLnk("S", "TW-1", "javascript:GotoNextpage(&quot;boxes/tw1.xml&quot;)"))
      insDoc(aux1, gLnk("S", "VB-2", "javascript:GotoNextpage(&quot;boxes/vb2.xml&quot;)"))
      insDoc(aux1, gLnk("S", "XT-2", "javascript:GotoNextpage(&quot;boxes/xt2.xml&quot;)"))
  aux12 = insFld(foldersTree, gFld("Twin Pedals", ""))
      insDoc(aux12, gLnk("S", "CE-20", "javascript:GotoNextOtherpage(&quot;other/ce20.asp&quot;)"))
      insDoc(aux12, gLnk("S", "DD-20", "javascript:GotoNextOtherpage(&quot;other/dd20.asp&quot;)"))
      insDoc(aux12, gLnk("S", "EQ-20", "javascript:GotoNextOtherpage(&quot;other/eq20.asp&quot;)"))
      insDoc(aux12, gLnk("S", "GP-20", "javascript:GotoNextOtherpage(&quot;other/gp20.asp&quot;)"))
      insDoc(aux12, gLnk("S", "OC-20G", "javascript:GotoNextOtherpage(&quot;other/oc20g.asp&quot;)"))
      insDoc(aux12, gLnk("S", "OD-20", "javascript:GotoNextOtherpage(&quot;other/od20.asp&quot;)"))
      insDoc(aux12, gLnk("S", "RC-20", "javascript:GotoNextOtherpage(&quot;other/rc20.asp&quot;)"))
      insDoc(aux12, gLnk("S", "RC-20XL", "javascript:GotoNextOtherpage(&quot;other/rc20xl.asp&quot;)"))
      insDoc(aux12, gLnk("S", "RE-20", "javascript:GotoNextOtherpage(&quot;other/re20.asp&quot;)"))
      insDoc(aux12, gLnk("S", "RT-20", "javascript:GotoNextOtherpage(&quot;other/rt20.asp&quot;)"))
      insDoc(aux12, gLnk("S", "SL-20", "javascript:GotoNextOtherpage(&quot;other/sl20.asp&quot;)"))
      insDoc(aux12, gLnk("S", "WP-20G", "javascript:GotoNextOtherpage(&quot;other/wp20g.asp&quot;)"))
  aux17 = insFld(foldersTree, gFld("Older Stompboxes", ""))
      insDoc(aux17, gLnk("S", "BF-1", "javascript:GotoNextOtherpage(&quot;other/bf1.asp&quot;)"))
      insDoc(aux17, gLnk("S", "CE-1", "javascript:GotoNextOtherpage(&quot;other/ce1.asp&quot;)"))
      insDoc(aux17, gLnk("S", "DB-5", "javascript:GotoNextOtherpage(&quot;other/db5.asp&quot;)"))
      insDoc(aux17, gLnk("S", "DM-1", "javascript:GotoNextOtherpage(&quot;other/dm1.asp&quot;)"))
  aux18 = insFld(foldersTree, gFld("Effects of other sizes", ""))
      insDoc(aux18, gLnk("S", "DM-100", "javascript:GotoNextOtherpage(&quot;other/dm100.asp&quot;)"))
      insDoc(aux18, gLnk("S", "DM-300", "javascript:GotoNextOtherpage(&quot;other/dm300.asp&quot;)"))
      insDoc(aux18, gLnk("S", "GE-10", "javascript:GotoNextOtherpage(&quot;other/ge10.asp&quot;)"))
      insDoc(aux18, gLnk("S", "RX-100", "javascript:GotoNextOtherpage(&quot;other/rx100.asp&quot;)"))
      insDoc(aux18, gLnk("S", "VT-1", "javascript:GotoNextOtherpage(&quot;other/vt1.asp&quot;)"))
  aux2 = insFld(foldersTree, gFld("Microrack Series", ""))
      insDoc(aux2, gLnk("S", "RBF-10", "javascript:GotoNextOtherpage(&quot;other/rbf10.asp&quot;)"))
      insDoc(aux2, gLnk("S", "RCE-10", "javascript:GotoNextOtherpage(&quot;other/rce10.asp&quot;)"))
      insDoc(aux2, gLnk("S", "RCL-10", "javascript:GotoNextOtherpage(&quot;other/rcl10.asp&quot;)"))
      insDoc(aux2, gLnk("S", "RDD-10", "javascript:GotoNextOtherpage(&quot;other/rdd10.asp&quot;)"))
      insDoc(aux2, gLnk("S", "RDD-20", "javascript:GotoNextOtherpage(&quot;other/rdd20.asp&quot;)"))
      insDoc(aux2, gLnk("S", "RGE-10", "javascript:GotoNextOtherpage(&quot;other/rge10.asp&quot;)"))
      insDoc(aux2, gLnk("S", "ROD-10", "javascript:GotoNextOtherpage(&quot;other/rod10.asp&quot;)"))
      insDoc(aux2, gLnk("S", "RPD-10", "javascript:GotoNextOtherpage(&quot;other/rpd10.asp&quot;)"))
      insDoc(aux2, gLnk("S", "RPH-10", "javascript:GotoNextOtherpage(&quot;other/rph10.asp&quot;)"))
      insDoc(aux2, gLnk("S", "RPQ-10", "javascript:GotoNextOtherpage(&quot;other/rpq10.asp&quot;)"))
      insDoc(aux2, gLnk("S", "RPS-10", "javascript:GotoNextOtherpage(&quot;other/rps10.asp&quot;)"))
      insDoc(aux2, gLnk("S", "RPW-7", "javascript:GotoNextOtherpage(&quot;other/rpw7.asp&quot;)"))
      insDoc(aux2, gLnk("S", "RRV-10", "javascript:GotoNextOtherpage(&quot;other/rrv10.asp&quot;)"))
      insDoc(aux2, gLnk("S", "RSD-10", "javascript:GotoNextOtherpage(&quot;other/rsd10.asp&quot;)"))
  aux3 = insFld(foldersTree, gFld("Full Rack Units", ""))
      insDoc(aux3, gLnk("S", "CE-300", "javascript:GotoNextOtherpage(&quot;other/ce300.asp&quot;)"))
      insDoc(aux3, gLnk("S", "DE-200", "javascript:GotoNextOtherpage(&quot;other/de200.asp&quot;)"))
      insDoc(aux3, gLnk("S", "GE-131", "javascript:GotoNextOtherpage(&quot;other/ge131.asp&quot;)"))
      insDoc(aux3, gLnk("S", "GE-215", "javascript:GotoNextOtherpage(&quot;other/ge215.asp&quot;)"))
      insDoc(aux3, gLnk("S", "GE-231", "javascript:GotoNextOtherpage(&quot;other/ge231.asp&quot;)"))
      insDoc(aux3, gLnk("S", "GL-100", "javascript:GotoNextOtherpage(&quot;other/gl100.asp&quot;)"))
      insDoc(aux3, gLnk("S", "GX-700", "javascript:GotoNextOtherpage(&quot;other/gx700.asp&quot;)"))
      insDoc(aux3, gLnk("S", "RE-1000", "javascript:GotoNextOtherpage(&quot;other/re1000.asp&quot;)"))
      insDoc(aux3, gLnk("S", "RV-70", "javascript:GotoNextOtherpage(&quot;other/rv70.asp&quot;)"))
      insDoc(aux3, gLnk("S", "RV-1000", "javascript:GotoNextOtherpage(&quot;other/rv1000.asp&quot;)"))
      insDoc(aux3, gLnk("S", "SX-700", "javascript:GotoNextOtherpage(&quot;other/sx700.asp&quot;)"))
  aux4 = insFld(foldersTree, gFld("Wireless Units", ""))
      insDoc(aux4, gLnk("S", "WS-20", "javascript:GotoNextOtherpage(&quot;other/ws20.asp&quot;)"))
      insDoc(aux4, gLnk("S", "WS-100", "javascript:GotoNextOtherpage(&quot;other/ws100.asp&quot;)"))
      insDoc(aux4, gLnk("S", "WS-800", "javascript:GotoNextOtherpage(&quot;other/ws800.asp&quot;)"))
  aux5 = insFld(foldersTree, gFld("Tuners", ""))
      insDoc(aux5, gLnk("S", "CT-6", "javascript:GotoNextOtherpage(&quot;other/ct6.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-6", "javascript:GotoNextOtherpage(&quot;other/tu6.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-8", "javascript:GotoNextOtherpage(&quot;other/tu8.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-12", "javascript:GotoNextOtherpage(&quot;other/tu12.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-12H", "javascript:GotoNextOtherpage(&quot;other/tu12h.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-12P", "javascript:GotoNextOtherpage(&quot;other/tu12p.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-12S", "javascript:GotoNextOtherpage(&quot;other/tu12s.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-12BW", "javascript:GotoNextOtherpage(&quot;other/tu12bw.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-12EX", "javascript:GotoNextOtherpage(&quot;other/tu12ex.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-15", "javascript:GotoNextOtherpage(&quot;other/tu15.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-60", "javascript:GotoNextOtherpage(&quot;other/tu60.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-70", "javascript:GotoNextOtherpage(&quot;other/tu70.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-80", "javascript:GotoNextOtherpage(&quot;other/tu80.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-88", "javascript:GotoNextOtherpage(&quot;other/tu88.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-100", "javascript:GotoNextOtherpage(&quot;other/tu100.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-120", "javascript:GotoNextOtherpage(&quot;other/tu120.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-121", "javascript:GotoNextOtherpage(&quot;other/tu121.asp&quot;)"))
      insDoc(aux5, gLnk("S", "TU-1000", "javascript:GotoNextOtherpage(&quot;other/tu1000.asp&quot;)"))
  aux6 = insFld(foldersTree, gFld("Metronomes", ""))
      insDoc(aux6, gLnk("S", "DB-11", "javascript:GotoNextOtherpage(&quot;other/db11.asp&quot;)"))
      insDoc(aux6, gLnk("S", "DB-12", "javascript:GotoNextOtherpage(&quot;other/db12.asp&quot;)"))
      insDoc(aux6, gLnk("S", "DB-30", "javascript:GotoNextOtherpage(&quot;other/db30.asp&quot;)"))
      insDoc(aux6, gLnk("S", "DB-33", "javascript:GotoNextOtherpage(&quot;other/db33.asp&quot;)"))
      insDoc(aux6, gLnk("S", "DB-60", "javascript:GotoNextOtherpage(&quot;other/db60.asp&quot;)"))
      insDoc(aux6, gLnk("S", "DB-66", "javascript:GotoNextOtherpage(&quot;other/db66.asp&quot;)"))
      insDoc(aux6, gLnk("S", "DB-88", "javascript:GotoNextOtherpage(&quot;other/db88.asp&quot;)"))
      insDoc(aux6, gLnk("S", "DB-90", "javascript:GotoNextOtherpage(&quot;other/db90.asp&quot;)"))
  aux7 = insFld(foldersTree, gFld("Drum Machines and Audio Players", ""))
      insDoc(aux7, gLnk("S", "DR-3", "javascript:GotoNextOtherpage(&quot;other/dr3.asp&quot;)"))
      insDoc(aux7, gLnk("S", "DR-5", "javascript:GotoNextOtherpage(&quot;other/dr5.asp&quot;)"))
      insDoc(aux7, gLnk("S", "DR-55", "javascript:GotoNextOtherpage(&quot;other/dr55.asp&quot;)"))
      insDoc(aux7, gLnk("S", "DR-110", "javascript:GotoNextOtherpage(&quot;other/dr110.asp&quot;)"))
      insDoc(aux7, gLnk("S", "DR-202", "javascript:GotoNextOtherpage(&quot;other/dr202.asp&quot;)"))
      insDoc(aux7, gLnk("S", "DR-220A", "javascript:GotoNextOtherpage(&quot;other/dr220a.asp&quot;)"))
      insDoc(aux7, gLnk("S", "DR-220E", "javascript:GotoNextOtherpage(&quot;other/dr220e.asp&quot;)"))
      insDoc(aux7, gLnk("S", "DR-550", "javascript:GotoNextOtherpage(&quot;other/dr550.asp&quot;)"))
      insDoc(aux7, gLnk("S", "DR-550 Mk2", "javascript:GotoNextOtherpage(&quot;other/dr550Mk2.asp&quot;)"))
      insDoc(aux7, gLnk("S", "DR-660", "javascript:GotoNextOtherpage(&quot;other/dr660.asp&quot;)"))
      insDoc(aux7, gLnk("S", "DR-670", "javascript:GotoNextOtherpage(&quot;other/dr670.asp&quot;)"))
      insDoc(aux7, gLnk("S", "DR-770", "javascript:GotoNextOtherpage(&quot;other/dr770.asp&quot;)"))
      insDoc(aux7, gLnk("S", "DR-880", "javascript:GotoNextOtherpage(&quot;other/dr880.asp&quot;)"))
      insDoc(aux7, gLnk("S", "HC-2", "javascript:GotoNextOtherpage(&quot;other/hc2.asp&quot;)"))
      insDoc(aux7, gLnk("S", "PC-2", "javascript:GotoNextOtherpage(&quot;other/pc2.asp&quot;)"))
      insDoc(aux7, gLnk("S", "JS-5", "javascript:GotoNextOtherpage(&quot;other/js5.asp&quot;)"))
      insDoc(aux7, gLnk("S", "JS-8", "javascript:GotoNextOtherpage(&quot;other/js8.asp&quot;)"))
  aux23 = insFld(foldersTree, gFld("Drum Pads", ""))
      insDoc(aux23, gLnk("S", "BP-1", "javascript:GotoNextOtherpage(&quot;other/bp1.asp&quot;)"))
      insDoc(aux23, gLnk("S", "DRP-I/II/III", "javascript:GotoNextOtherpage(&quot;other/drp1.asp&quot;)"))
      insDoc(aux23, gLnk("S", "MPD-4", "javascript:GotoNextOtherpage(&quot;other/mpd4.asp&quot;)"))
  aux8 = insFld(foldersTree, gFld("Multi Effects and Amp Sims", ""))
      insDoc(aux8, gLnk("S", "BE-5", "javascript:GotoNextOtherpage(&quot;other/be5.asp&quot;)"))
      insDoc(aux8, gLnk("S", "BE-5B", "javascript:GotoNextOtherpage(&quot;other/be5b.asp&quot;)"))
      insDoc(aux8, gLnk("S", "BE-5M", "javascript:GotoNextOtherpage(&quot;other/be5m.asp&quot;)"))
      insDoc(aux8, gLnk("S", "GS-10", "javascript:GotoNextOtherpage(&quot;other/gs10.asp&quot;)"))
      insDoc(aux8, gLnk("S", "GT-3", "javascript:GotoNextOtherpage(&quot;other/gt3.asp&quot;)"))
      insDoc(aux8, gLnk("S", "GT-5", "javascript:GotoNextOtherpage(&quot;other/gt5.asp&quot;)"))
      insDoc(aux8, gLnk("S", "GT-6", "javascript:GotoNextOtherpage(&quot;other/gt6.asp&quot;)"))
      insDoc(aux8, gLnk("S", "GT-6B", "javascript:GotoNextOtherpage(&quot;other/gt6b.asp&quot;)"))
      insDoc(aux8, gLnk("S", "GT-8", "javascript:GotoNextOtherpage(&quot;other/gt8.asp&quot;)"))
      insDoc(aux8, gLnk("S", "GT-Pro", "javascript:GotoNextOtherpage(&quot;other/gtpro.asp&quot;)"))
      insDoc(aux8, gLnk("S", "GT-10", "javascript:GotoNextOtherpage(&quot;other/gt10.asp&quot;)"))
      insDoc(aux8, gLnk("S", "GT-10B", "javascript:GotoNextOtherpage(&quot;other/gt10b.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-5", "javascript:GotoNextOtherpage(&quot;other/me5.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-6", "javascript:GotoNextOtherpage(&quot;other/me6.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-6B", "javascript:GotoNextOtherpage(&quot;other/me6B.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-8", "javascript:GotoNextOtherpage(&quot;other/me8.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-8B", "javascript:GotoNextOtherpage(&quot;other/me8b.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-10", "javascript:GotoNextOtherpage(&quot;other/me10.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-20", "javascript:GotoNextOtherpage(&quot;other/me20.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-20B", "javascript:GotoNextOtherpage(&quot;other/me20b.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-25", "javascript:GotoNextOtherpage(&quot;other/me25.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-30", "javascript:GotoNextOtherpage(&quot;other/me30.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-33", "javascript:GotoNextOtherpage(&quot;other/me33.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-50", "javascript:GotoNextOtherpage(&quot;other/me50.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-50B", "javascript:GotoNextOtherpage(&quot;other/me50b.asp&quot;)"))
      insDoc(aux8, gLnk("S", "ME-X", "javascript:GotoNextOtherpage(&quot;other/mex.asp&quot;)"))
      insDoc(aux8, gLnk("S", "SCC-700", "javascript:GotoNextOtherpage(&quot;other/scc700.asp&quot;)"))
      insDoc(aux8, gLnk("S", "VF-1", "javascript:GotoNextOtherpage(&quot;other/vf1.asp&quot;)"))
  aux9 = insFld(foldersTree, gFld("Recording Studios", ""))
      insDoc(aux9, gLnk("S", "BR-8", "javascript:GotoNextOtherpage(&quot;other/br8.asp&quot;)"))
      insDoc(aux9, gLnk("S", "BR-532", "javascript:GotoNextOtherpage(&quot;other/br532.asp&quot;)"))
      insDoc(aux9, gLnk("S", "BR-600", "javascript:GotoNextOtherpage(&quot;other/br600.asp&quot;)"))
      insDoc(aux9, gLnk("S", "BR-800", "javascript:GotoNextOtherpage(&quot;other/br800.asp&quot;)"))
      insDoc(aux9, gLnk("S", "BR-900CD", "javascript:GotoNextOtherpage(&quot;other/br900CD.asp&quot;)"))
      insDoc(aux9, gLnk("S", "BR-1180CD", "javascript:GotoNextOtherpage(&quot;other/br1180CD.asp&quot;)"))
      insDoc(aux9, gLnk("S", "BR-1200CD", "javascript:GotoNextOtherpage(&quot;other/br1200cd.asp&quot;)"))
      insDoc(aux9, gLnk("S", "BR-1600CD", "javascript:GotoNextOtherpage(&quot;other/br1600cd.asp&quot;)"))
      insDoc(aux9, gLnk("S", "BR-1600CD2", "javascript:GotoNextOtherpage(&quot;other/br1600CD2.asp&quot;)"))
      insDoc(aux9, gLnk("S", "BR-Micro", "javascript:GotoNextOtherpage(&quot;other/brmicro.asp&quot;)"))
  aux10 = insFld(foldersTree, gFld("Amplifiers and Monitors", ""))
      insDoc(aux10, gLnk("S", "FA-1", "javascript:GotoNextOtherpage(&quot;other/fa1.asp&quot;)"))
      insDoc(aux10, gLnk("S", "HA-5", "javascript:GotoNextOtherpage(&quot;other/ha5.asp&quot;)"))
      insDoc(aux10, gLnk("S", "MA-1", "javascript:GotoNextOtherpage(&quot;other/ma1.asp&quot;)"))
      insDoc(aux10, gLnk("S", "MA-5", "javascript:GotoNextOtherpage(&quot;other/ma5.asp&quot;)"))
      insDoc(aux10, gLnk("S", "MA-12", "javascript:GotoNextOtherpage(&quot;other/ma12.asp&quot;)"))
      insDoc(aux10, gLnk("S", "MA-12v", "javascript:GotoNextOtherpage(&quot;other/ma12v.asp&quot;)"))
      insDoc(aux10, gLnk("S", "MA-15", "javascript:GotoNextOtherpage(&quot;other/ma15.asp&quot;)"))
      insDoc(aux10, gLnk("S", "MA-15A", "javascript:GotoNextOtherpage(&quot;other/ma15a.asp&quot;)"))
      insDoc(aux10, gLnk("S", "MS-100", "javascript:GotoNextOtherpage(&quot;other/ms100.asp&quot;)"))
      insDoc(aux10, gLnk("S", "MS-100A", "javascript:GotoNextOtherpage(&quot;other/ms100a.asp&quot;)"))
      insDoc(aux10, gLnk("S", "MG-10", "javascript:GotoNextOtherpage(&quot;other/mg10.asp&quot;)"))
      insDoc(aux10, gLnk("S", "MG-80", "javascript:GotoNextOtherpage(&quot;other/mg80.asp&quot;)"))
      insDoc(aux10, gLnk("S", "TM-3", "javascript:GotoNextOtherpage(&quot;other/tm3.asp&quot;)"))
      insDoc(aux10, gLnk("S", "TM-7", "javascript:GotoNextOtherpage(&quot;other/tm7.asp&quot;)"))
  aux11 = insFld(foldersTree, gFld("Foot Switches and pedals", ""))
      insDoc(aux11, gLnk("S", "AB-2", "javascript:GotoNextOtherpage(&quot;other/ab2.asp&quot;)"))
      insDoc(aux11, gLnk("S", "EV-10", "javascript:GotoNextOtherpage(&quot;other/ev10.asp&quot;)"))
      insDoc(aux11, gLnk("S", "FC-50", "javascript:GotoNextOtherpage(&quot;other/fc50.asp&quot;)"))
      insDoc(aux11, gLnk("S", "FS-5L/U", "javascript:GotoNextOtherpage(&quot;other/fs5lu.asp&quot;)"))
      insDoc(aux11, gLnk("S", "FS-6", "javascript:GotoNextOtherpage(&quot;other/fs6.asp&quot;)"))
      insDoc(aux11, gLnk("S", "FV-50L/H", "javascript:GotoNextOtherpage(&quot;other/fv50lh.asp&quot;)"))
      insDoc(aux11, gLnk("S", "FV-60", "javascript:GotoNextOtherpage(&quot;other/fv60.asp&quot;)"))
      insDoc(aux11, gLnk("S", "FV-100", "javascript:GotoNextOtherpage(&quot;other/fv100.asp&quot;)"))
      insDoc(aux11, gLnk("S", "FV-200", "javascript:GotoNextOtherpage(&quot;other/fv200.asp&quot;)"))
      insDoc(aux11, gLnk("S", "FV-300L/H", "javascript:GotoNextOtherpage(&quot;other/fv300lh.asp&quot;)"))
      insDoc(aux11, gLnk("S", "FV-500L/H", "javascript:GotoNextOtherpage(&quot;other/fv500lh.asp&quot;)"))
      insDoc(aux11, gLnk("S", "FW-3", "javascript:GotoNextOtherpage(&quot;other/fw3.asp&quot;)"))
      insDoc(aux11, gLnk("S", "PD-1", "javascript:GotoNextOtherpage(&quot;other/pd1.asp&quot;)"))
      insDoc(aux11, gLnk("S", "PV-1", "javascript:GotoNextOtherpage(&quot;other/pv1.asp&quot;)"))
      insDoc(aux11, gLnk("S", "PW-1", "javascript:GotoNextOtherpage(&quot;other/pw1.asp&quot;)"))
      insDoc(aux11, gLnk("S", "PW-10", "javascript:GotoNextOtherpage(&quot;other/pw10.asp&quot;)"))
  aux13 = insFld(foldersTree, gFld("Connections and Microphones", ""))
      insDoc(aux13, gLnk("S", "DI-1", "javascript:GotoNextOtherpage(&quot;other/di1.asp&quot;)"))
      insDoc(aux13, gLnk("S", "J-5", "javascript:GotoNextOtherpage(&quot;other/j5.asp&quot;)"))
      insDoc(aux13, gLnk("S", "J-44", "javascript:GotoNextOtherpage(&quot;other/j44.asp&quot;)"))
      insDoc(aux13, gLnk("S", "BA-PC15", "javascript:GotoNextOtherpage(&quot;other/bapc15.asp&quot;)"))
      insDoc(aux13, gLnk("S", "BA-CS10", "javascript:GotoNextOtherpage(&quot;other/bacs10.asp&quot;)"))
  aux14 = insFld(foldersTree, gFld("Cases and Bags", ""))
      insDoc(aux14, gLnk("S", "BCB-3", "javascript:GotoNextOtherpage(&quot;other/bcb3.asp&quot;)"))
      insDoc(aux14, gLnk("S", "BCB-6", "javascript:GotoNextOtherpage(&quot;other/bcb6.asp&quot;)"))
      insDoc(aux14, gLnk("S", "BCB-6G", "javascript:GotoNextOtherpage(&quot;other/bcb6g.asp&quot;)"))
      insDoc(aux14, gLnk("S", "BCB-30", "javascript:GotoNextOtherpage(&quot;other/bcb30.asp&quot;)"))
      insDoc(aux14, gLnk("S", "BCB-60", "javascript:GotoNextOtherpage(&quot;other/bcb60.asp&quot;)"))
      insDoc(aux14, gLnk("S", "RCB-4", "javascript:GotoNextOtherpage(&quot;other/rcb4.asp&quot;)"))
      insDoc(aux14, gLnk("S", "BA-CB3", "javascript:GotoNextOtherpage(&quot;other/bacb3.asp&quot;)"))
      insDoc(aux14, gLnk("S", "BA-M-BR", "javascript:GotoNextOtherpage(&quot;other/bambr.asp&quot;)"))
      insDoc(aux14, gLnk("S", "BA-MBR-S", "javascript:GotoNextOtherpage(&quot;other/bambrs.asp&quot;)"))
      insDoc(aux14, gLnk("S", "BOSS-BAG-S", "javascript:GotoNextOtherpage(&quot;other/bossbags.asp&quot;)"))
      insDoc(aux14, gLnk("S", "BOSS-BAG-L", "javascript:GotoNextOtherpage(&quot;other/bossbagl.asp&quot;)"))
      insDoc(aux14, gLnk("S", "BOSS-BAG-L2", "javascript:GotoNextOtherpage(&quot;other/bossbagl2.asp&quot;)"))
  aux15 = insFld(foldersTree, gFld("Mixers", ""))
      insDoc(aux15, gLnk("S", "BX-4", "javascript:GotoNextOtherpage(&quot;other/bx4.asp&quot;)"))
      insDoc(aux15, gLnk("S", "BX-8", "javascript:GotoNextOtherpage(&quot;other/bx8.asp&quot;)"))
      insDoc(aux15, gLnk("S", "BX-16", "javascript:GotoNextOtherpage(&quot;other/bx16.asp&quot;)"))
      insDoc(aux15, gLnk("S", "BX-40", "javascript:GotoNextOtherpage(&quot;other/bx40.asp&quot;)"))
      insDoc(aux15, gLnk("S", "BX-60", "javascript:GotoNextOtherpage(&quot;other/bx60.asp&quot;)"))
      insDoc(aux15, gLnk("S", "BX-80", "javascript:GotoNextOtherpage(&quot;other/bx80.asp&quot;)"))
      insDoc(aux15, gLnk("S", "BX-400", "javascript:GotoNextOtherpage(&quot;other/bx400.asp&quot;)"))
      insDoc(aux15, gLnk("S", "BX-600", "javascript:GotoNextOtherpage(&quot;other/bx600.asp&quot;)"))
      insDoc(aux15, gLnk("S", "BX-800", "javascript:GotoNextOtherpage(&quot;other/bx800.asp&quot;)"))
      insDoc(aux15, gLnk("S", "KM-2", "javascript:GotoNextOtherpage(&quot;other/km2.asp&quot;)"))
      insDoc(aux15, gLnk("S", "KM-4", "javascript:GotoNextOtherpage(&quot;other/km4.asp&quot;)"))
      insDoc(aux15, gLnk("S", "KM-04", "javascript:GotoNextOtherpage(&quot;other/km04.asp&quot;)"))
      insDoc(aux15, gLnk("S", "KM-6", "javascript:GotoNextOtherpage(&quot;other/km6.asp&quot;)"))
      insDoc(aux15, gLnk("S", "KM-40", "javascript:GotoNextOtherpage(&quot;other/km40.asp&quot;)"))
      insDoc(aux15, gLnk("S", "KM-60", "javascript:GotoNextOtherpage(&quot;other/km60.asp&quot;)"))
      insDoc(aux15, gLnk("S", "KM-400", "javascript:GotoNextOtherpage(&quot;other/km400.asp&quot;)"))
      insDoc(aux15, gLnk("S", "KM-600", "javascript:GotoNextOtherpage(&quot;other/km600.asp&quot;)"))
  aux16 = insFld(foldersTree, gFld("Acoustic Processors", ""))
      insDoc(aux16, gLnk("S", "AD-3", "javascript:GotoNextOtherpage(&quot;other/ad3.asp&quot;)"))
      insDoc(aux16, gLnk("S", "AD-5", "javascript:GotoNextOtherpage(&quot;other/ad5.asp&quot;)"))
      insDoc(aux16, gLnk("S", "AD-8", "javascript:GotoNextOtherpage(&quot;other/ad8.asp&quot;)"))
      insDoc(aux16, gLnk("S", "B-100", "javascript:GotoNextOtherpage(&quot;other/b100.asp&quot;)"))
  aux19 = insFld(foldersTree, gFld("Pro Series Effects", ""))
      insDoc(aux19, gLnk("S", "CL-50", "javascript:GotoNextOtherpage(&quot;other/cl50.asp&quot;)"))
      insDoc(aux19, gLnk("S", "EH-50", "javascript:GotoNextOtherpage(&quot;other/eh50.asp&quot;)"))
      insDoc(aux19, gLnk("S", "FC-50", "javascript:GotoNextOtherpage(&quot;other/fc50.asp&quot;)"))
      insDoc(aux19, gLnk("S", "GE-21", "javascript:GotoNextOtherpage(&quot;other/ge21.asp&quot;)"))
      insDoc(aux19, gLnk("S", "MX-10", "javascript:GotoNextOtherpage(&quot;other/mx10.asp&quot;)"))
      insDoc(aux19, gLnk("S", "NS-50", "javascript:GotoNextOtherpage(&quot;other/ns50.asp&quot;)"))
      insDoc(aux19, gLnk("S", "PQ-50", "javascript:GotoNextOtherpage(&quot;other/pq50.asp&quot;)"))
      insDoc(aux19, gLnk("S", "SE-50", "javascript:GotoNextOtherpage(&quot;other/se50.asp&quot;)"))
      insDoc(aux19, gLnk("S", "SE-70", "javascript:GotoNextOtherpage(&quot;other/se70.asp&quot;)"))
      insDoc(aux19, gLnk("S", "TU-50", "javascript:GotoNextOtherpage(&quot;other/tu50.asp&quot;)"))
  aux21 = insFld(foldersTree, gFld("Samplers and Synthesizers", ""))
      insDoc(aux21, gLnk("S", "SP-202", "javascript:GotoNextOtherpage(&quot;other/sp202.asp&quot;)"))
      insDoc(aux21, gLnk("S", "SP-303", "javascript:GotoNextOtherpage(&quot;other/sp303.asp&quot;)"))
      insDoc(aux21, gLnk("S", "SP-505", "javascript:GotoNextOtherpage(&quot;other/sp505.asp&quot;)"))
      insDoc(aux21, gLnk("S", "DS-330", "javascript:GotoNextOtherpage(&quot;other/ds330.asp&quot;)"))
      insDoc(aux21, gLnk("S", "RC-50", "javascript:GotoNextOtherpage(&quot;other/rc50.asp&quot;)"))
  aux22 = insFld(foldersTree, gFld("Rack mount adapters", ""))
      insDoc(aux22, gLnk("S", "BMR-5", "javascript:GotoNextOtherpage(&quot;other/bmr5.asp&quot;)"))
      insDoc(aux22, gLnk("S", "RAD-10", "javascript:GotoNextOtherpage(&quot;other/rad10.asp&quot;)"))
      insDoc(aux22, gLnk("S", "RAD-50", "javascript:GotoNextOtherpage(&quot;other/rad50.asp&quot;)"))
  aux24 = insFld(foldersTree, gFld("Power Supplies", ""))
      insDoc(aux24, gLnk("S", "ACA Adapter", "javascript:GotoNextOtherpage(&quot;other/aca.asp&quot;)"))
      insDoc(aux24, gLnk("S", "PSA Adapter", "javascript:GotoNextOtherpage(&quot;other/psa.asp&quot;)"))
      insDoc(aux24, gLnk("S", "PSA-120S", "javascript:GotoNextOtherpage(&quot;other/psa120s.asp&quot;)"))




