// 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>Home</b>", "index.asp")


  
   aux1 = insFld(foldersTree, gFld("<font face='Verdana' size='1'>Contacts</font>", "contactsAE.asp"))

	 
	 aux2 = insFld(aux1, gFld("<font face='Verdana' size='1'>Accounts</font>", "contactsAE.asp"))
	 
	 aux2 = insFld(aux1, gFld("<font face='Verdana' size='1'>Audit</font>", "contactsaudit.asp"))

   
  
