// 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 = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PERSERVESTATE = 1
HIGHLIGHT = 0


foldersTree = gFld("<b>Home</b>","index.html")
    aux2 = insFld(foldersTree, gFld("General Information", "javascript:undefined"))
 		insDoc(aux2, gLnk("S", "Terms and Policies", "terms&policies.html"))
 		insDoc(aux2, gLnk("S", "Sample Submission", "samplesub.html"))
    	aux3 = insFld(aux2, gFld("Sample Preparation", "javascript:undefined"))
		 		insDoc(aux3, gLnk("S", "Fragments", "sampleprepfrag.html"))
		 		insDoc(aux3, gLnk("S", "Sequencing", "sampleprepseq.html"))		
 		insDoc(aux2, gLnk("S", "Protocols", "protocols.html"))
 		insDoc(aux2, gLnk("S", "Price Schedule", "pricing.html"))
    aux2 = insFld(foldersTree, gFld("Useful Links", "javascript:undefined"))
      insDoc(aux2, gLnk("S", "Software Download", "software.html"))
      insDoc(aux2, gLnk("S", "Troubleshooting", "troubleshoot.html"))
	aux2 = insFld(foldersTree, gFld("FAQs", "faq.html"))
      insDoc(aux2, gLnk("S", "DNA Sequencing", "faq.html#seq"))
      insDoc(aux2, gLnk("S", "Fragment Analysis", "faq.html#frag"))
	aux2 = insFld(foldersTree, gFld("Contact Us", "contact.html"))	  

//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 