// 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
PRESERVESTATE = 1


foldersTree = gFld("<b>Click [+] to expand</b>", "javascript:undefined")
aux1 = insFld(foldersTree, gFld("Home", "index.html"))

aux2 = insFld(foldersTree, gFld("Products", "products.html"))
	aux3 = insFld(aux2, gFld("Network Fax Server", "javascript:undefined"))
		insDoc(aux3, gLnk("S", "FaxCore", "faxcore.html"))
		insDoc(aux3, gLnk("S", "Captaris RightFax", "rightfax.html"))
		insDoc(aux3, gLnk("S", "GFI FaxMaker", "gfi.html"))
	aux3 = insFld(aux2, gFld("Intranet & Web Portal", "javascript:undefined"))
		insDoc(aux3, gLnk("S", "Microsoft Sharepoint", "sharepoint.html"))		
	aux3 = insFld(aux2, gFld("Hosting Solutions", "javascript:undefined"))
		insDoc(aux3, gLnk("S", "Web & Email Hosting", "hosting.html"))
		insDoc(aux3, gLnk("S", "Domain Name Registration", "domain.html"))
		insDoc(aux3, gLnk("S", "Internet Fax Hosting", "faxhost.html"))

aux3 = insFld(foldersTree, gFld("Support", "support.html"))
	aux4 = insFld(aux3, gFld("Knowledgebase", "kbase.html"))
	aux4 = insFld(aux3, gFld("Downloads", "downloads.html"))
	aux4 = insFld(aux3, gFld("Training", "training.html"))

aux4 = insFld(foldersTree, gFld("Alliances", "javascript:undefined"))
	aux5 = insFld(aux4, gFld("Strategic Alliances", "alliances.html"))
	aux5 = insFld(aux4, gFld("Channel Partners", "cpartners.html"))
	
aux5 = insFld(foldersTree, gFld("About Us", "javascript:undefined"))
	aux6 = insFld(aux5, gFld("Corporate Profile", "about.html"))
	aux6 = insFld(aux5, gFld("Customer Portfolio", "customer.html"))
	aux6 = insFld(aux5, gFld("Contact Us", "contact.html"))	
aux6 = insFld(foldersTree, gFld("Careers", "careers.html"))
aux7 = insFld(foldersTree, gFld("Sitemap", "sitemap.html"))


