// 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 = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PERSERVESTATE = 1

foldersTree = gFld("<b></b>", "demoFrameless.html")

  
aux1 = insFld(foldersTree, gFld("<b>View By Brand</b>", "javascript:undefined"))
aux2 = insFld(aux1, gFld("Glasshield", "glasshield.htm"))
aux3 = insFld(aux1, gFld("Climacool", "climacool.htm"))
aux4 = insFld(aux1, gFld("Lamisecure", "lamisecure.htm"))
aux5 = insFld(aux1, gFld("Curveshield", "curveshield.htm"))
aux6 = insFld(aux1, gFld("Enamelite", "enamelite.htm"))
aux7 = insFld(aux1, gFld("Bulletshield", "secureshield.htm"))
aux8 = insFld(aux1, gFld("Soundshield<br><br>", "soundshield.htm"))			  

// next one
aux1 = insFld(foldersTree, gFld("<b>View By Application<b>", "#"))
aux2 = insFld(aux1, gFld("Household", "app_house.htm"))
aux3 = insFld(aux1, gFld("Commercial", "app_comm.htm"))
//insDoc(aux2, gLnk("S", "District Relation", "dist_rel.htm"))

// next one
aux1 = insFld(foldersTree, gFld("<b>View By Function<b>", "#"))
aux2 = insFld(aux1, gFld("Safety", "#"))
aux3 = insFld(aux2, gFld("Glasshield", "glasshield.htm"))
aux4 = insFld(aux2, gFld("Lamisecure", "lamisecure.htm"))
aux5 = insFld(aux2, gFld("Soundshield", "soundshield.htm"))
aux6 = insFld(aux2, gFld("Securshield", "secureshield.htm"))
aux7 = insFld(aux1, gFld("Security", "#"))
aux8 = insFld(aux7, gFld("Securshield", "secureshield.htm"))
aux9 = insFld(aux1, gFld("Sound Reduction", "#"))
aux10 = insFld(aux9, gFld("Soundshield", "soundshield.htm"))
aux11 = insFld(aux1, gFld("Thermal Insulation", "#"))
aux12 = insFld(aux11, gFld("Climacool", "climacool.htm"))
aux13 = insFld(aux1, gFld("Decoration", "#"))
aux14 = insFld(aux13, gFld("Enamelite", "enamelite.htm"))
//insDoc(aux2, gLnk("S", "District Relation", "dist_rel.htm"))
