
// 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 = 1 //replace 0 with 1 to show the whole tree
PERSERVESTATE = 0
ICONPATH = 'images/' //change if the gif's folder is a subfolder, for example: 'images/'
HIGHLIGHT = 1

foldersTree = gFld("")
  aux1 = insFld(foldersTree, gFld("<B>Why Wireless?</B>", "whywireless/why.asp"))
	  insDoc(aux1, gLnk("R", "<font size=1>ROI</font>", "whywireless/roi.asp"))
	  insDoc(aux1, gLnk("R", "<font size=1>Benefits</font>", "whywireless/benefits.asp"))
  aux2 = insFld(foldersTree, gFld("<B>Technology</B>", "javascript:parent.op()"))
	  insDoc(aux2, gLnk("R", "<font size=1>Wireless</font>", "technology/wireless.asp"))
	  insDoc(aux2, gLnk("R", "<font size=1>DSL</font>", "technology/dsl.asp"))
  aux3 = insFld(foldersTree, gFld("<B>Our Solutions</B>", "javascript:parent.op()"))
	  insDoc(aux3, gLnk("R", "<font size=1>Guest2Net Wireless</font>", "solutions/wireless.asp"))
	  insDoc(aux3, gLnk("R", "<font size=1>Guest2Net DSL</font>", "solutions/dsl.asp"))
	  insDoc(aux3, gLnk("R", "<font size=1>Guest2Net Print</font>", "solutions/print.asp"))
	  insDoc(aux3, gLnk("R", "<font size=1>Guest2Net Portal</font>", "solutions/portal.asp"))
  aux4 = insFld(foldersTree, gFld("<B>Our Services</B>", "services/services.asp"))
	  insDoc(aux4, gLnk("R", "<font size=1>Radio Site Survey</font>", "services/sitesurvey.asp"))
  	  insDoc(aux4, gLnk("R", "<font size=1>Network Integration</font>", "services/network.asp"))
	  insDoc(aux4, gLnk("R", "<font size=1>Support & Maintenance</font>", "services/support.asp"))
	  insDoc(aux4, gLnk("R", "<font size=1>Finance</font>", "services/finance.asp"))	  