// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
var ICONPATH = 'treeview/';

foldersTree = gFld("<b>Select A Category</b>", "javascript:undefined")
  aux1 = insFld(foldersTree, gFld("<b>Guitars</b>", "shop.aspx?search=Category&value=Guitars"))
	insDoc(aux1, gLnk("S", "Electric", "shop.aspx?search=Category&value=Guitars&sub=Electric"))
	insDoc(aux1, gLnk("S", "Acoustic", "shop.aspx?search=Category&value=Guitars&sub=Acoustic"))
	insDoc(aux1, gLnk("S", "Bass", "shop.aspx?search=Category&value=Basses"))
	aux2 = insFld(aux1, gFld("Effects", "shop.aspx?search=Category&value=Effects"))
	insDoc(aux2, gLnk("S", "Guitar", "shop.aspx?search=Category&value=Effects&sub=Guitars"))
	insDoc(aux2, gLnk("S", "Bass", "shop.aspx?search=Category&value=Effects&sub=Basses"))
  aux1 = insFld(foldersTree, gFld("<b>Amps</b>", "shop.aspx?search=Category&value=Amps"))
    insDoc(aux1, gLnk("S", "Guitar", "shop.aspx?search=Category&value=Amps&sub=Guitars"))
 	insDoc(aux1, gLnk("S", "Bass", "shop.aspx?search=Category&value=Amps&sub=Basses"))
    insDoc(aux1, gLnk("S", "Keyboard", "shop.aspx?search=Category&value=Amps&sub=Keyboards"))
  aux1 = insFld(foldersTree, gFld("<b>Pro Audio</b>", "shop.aspx?search=Category&value=ProAudio"))
	aux2 = insFld(aux1, gFld("Mixers", "shop.aspx?search=Category&value=Mixers"))
		insDoc(aux2, gLnk("S", "Powered", "shop.aspx?search=Category&value=Mixers&sub=Powered"))
		insDoc(aux2, gLnk("S", "Unpowered", "shop.aspx?search=Category&value=Mixers&sub=Unpowered"))
	aux2 = insFld(aux1, gFld("Power Amps", "shop.aspx?search=Category&value=PowerAmps"))
	aux2 = insFld(aux1, gFld("Monitors", "shop.aspx?search=Category&value=Monitors"))
		insDoc(aux2, gLnk("S", "Powered", "shop.aspx?search=Category&value=Monitors&sub=Powered"))
		insDoc(aux2, gLnk("S", "Unpowered", "shop.aspx?search=Category&value=Monitors&sub=Unpowered"))
	aux2 = insFld(aux1, gFld("Speakers", "shop.aspx?search=Category&value=Speakers"))
		insDoc(aux2, gLnk("S", "Powered", "shop.aspx?search=Category&value=Speakers&sub=Powered"))
		insDoc(aux2, gLnk("S", "Unpowered", "shop.aspx?search=Category&value=Speakers&sub=Unpowered"))
	aux2 = insFld(aux1, gFld("Effects Processors", "shop.aspx?search=Category&value=Processors"))
  aux1 = insFld(foldersTree, gFld("<b>Band Instruments</b>", "shop.aspx?search=Category&value=Band"))
    insDoc(aux1, gLnk("S", "Strings", "shop.aspx?search=Category&value=Band&sub=Strings"))
 	insDoc(aux1, gLnk("S", "Brass", "shop.aspx?search=Category&value=Band&sub=Brass"))
    insDoc(aux1, gLnk("S", "Woodwind", "shop.aspx?search=Category&value=Band&sub=Woodwinds"))
  aux1 = insFld(foldersTree, gFld("<b>Folk Instruments</b>", "shop.aspx?search=Category&value=Folk"))
    insDoc(aux1, gLnk("S", "Mandolin", "shop.aspx?search=Category&value=Folk&sub=Mandolin"))
 	insDoc(aux1, gLnk("S", "Banjo", "shop.aspx?search=Category&value=Folk&sub=Banjo"))
    insDoc(aux1, gLnk("S", "Uke", "shop.aspx?search=Category&value=Folk&sub=Uke"))
    insDoc(aux1, gLnk("S", "Misc", "shop.aspx?search=Category&value=Folk&sub=Misc"))
  aux1 = insFld(foldersTree, gFld("<b>Drums & Percussion</b>", "shop.aspx?search=Category&value=Drums"))
    insDoc(aux1, gLnk("S", "Kits", "shop.aspx?search=Category&value=Drums&sub=Kits"))
 	insDoc(aux1, gLnk("S", "Snares", "shop.aspx?search=Category&value=Drums&sub=Snares"))
    insDoc(aux1, gLnk("S", "Toms", "shop.aspx?search=Category&value=Drums&sub=Toms"))
    insDoc(aux1, gLnk("S", "Hardware", "shop.aspx?search=Category&value=Drums&sub=Hardware"))
    insDoc(aux1, gLnk("S", "Cymbals", "shop.aspx?search=Category&value=Drums&sub=Cymbals"))
    insDoc(aux1, gLnk("S", "Percussion", "shop.aspx?search=Category&value=Drums&sub=Percussion"))
  aux1 = insFld(foldersTree, gFld("<b>Keyboards</b>", "shop.aspx?search=Category&value=Keyboards"))
  aux1 = insFld(foldersTree, gFld("<b>Clothing</b>", "shop.aspx?search=Category&value=Clothing"))
  aux1 = insFld(foldersTree, gFld("<b>Collectibles</b>", "shop.aspx?search=Category&value=Collectibles"))
