// 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>Please choose an option</b>", "javascript:undefined")
aux1 = insFld(foldersTree, gFld("Network Fax Server", "javascript:undefined"))
		insDoc(aux1, gLnk("S", "FaxCore", "faxcore.html"))
		insDoc(aux1, gLnk("S", "Captaris Rightfax", "rightfax.html"))
		insDoc(aux1, gLnk("S", "GFI FaxMaker", "gfi.html"))
		
aux2 = insFld(foldersTree, gFld("Point of Sales", "javascript:undefined"))
		insDoc(aux2, gLnk("S", "Edox Point of Sales", "pos.html"))

aux3 = insFld(foldersTree, gFld("Intranet & Web Portal", "javascript:undefined"))
		insDoc(aux3, gLnk("S", "Microsoft Sharepoint", "sharepoint.html"))

aux4 = insFld(foldersTree, gFld("Hosting Solutions", "javascript:undefined"))
		insDoc(aux4, gLnk("S", "Web & Email Hosting", "hosting.html"))
		insDoc(aux4, gLnk("S", "Domain Name Registration", "domain.html"))
		insDoc(aux4, gLnk("S", "Internet Fax Hosting", "faxhost.html"))







