// You can find instructions for this file at http://www.treeview.net

// In order to show a folder, open all the folders that are higher in the hierarchy 
// all the way to the root must also be opened.
// (Does not affect selection highlight.)
function openFolderInTree(linkID) 
{
	var folderObj;
	folderObj = findObj(linkID);
	folderObj.forceOpeningOfAncestorFolders();
	if (!folderObj.isOpen)
		clickOnNodeObj(folderObj);
} 

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
ICONPATH = '/menu/'

//foldersTree = gFld("<strong style='font-size: 11pt'>Navigation Menu</strong>", "demoFrameless.html")
foldersTree = gFld("<strong style='font-size: 11pt'>Home</strong>", "/")
//  aux1 = insFld(foldersTree, gFld("<strong style='font-size: 11pt'>Home</strong>", "default.asp"))
  aux1 = insFld(foldersTree, gFld("<strong style='font-size: 11pt'>Company Information</strong>", "/coin-over.asp"))
    aux2 = insFld(aux1, gFld("<strong>Overview</strong>", "/coin-over.asp"))
    //aux2 = insFld(aux1, gFld("<strong>Management Team</strong>", "coin-mana.asp"))
	  //insDoc(aux2, gLnk("S", "D. Michael Connolly", "coin-mana.asp#mconnolly"))
	  //insDoc(aux2, gLnk("S", "Doyle E. Hill", "coin-mana.asp#dhill"))
	  //insDoc(aux2, gLnk("S", "Pamela A. Duprey", "coin-mana.asp#pduprey"))
	  //insDoc(aux2, gLnk("S", "An Pham", "coin-mana.asp#apham"))
	  //insDoc(aux2, gLnk("S", "Stephen S. Nazarian", "coin-mana.asp#snazarian"))
	  //insDoc(aux2, gLnk("S", "Jeffrey G. Lewis", "coin-mana.asp#jlewis"))
	aux2 = insFld(aux1, gFld("<strong>Board of Directors</strong>", "/coin-boar.asp"))
        insDoc(aux2, gLnk("S", "Michael Connolly, PhD", "/coin-boar.asp#mconnolly"))
	    insDoc(aux2, gLnk("S", "Dennis M. Connolly, Sr.", "/coin-boar.asp#dconnolly"))
		insDoc(aux2, gLnk("S", "David Franz, DVM, PhD", "/coin-boar.asp#dfranz"))
		insDoc(aux2, gLnk("S", "J. Michael Holloway", "/coin-boar.asp#jholloway"))
        insDoc(aux2, gLnk("S", "John Noonan", "/coin-boar.asp#jnoonan"))
		insDoc(aux2, gLnk("S", "General Dennis J. Reimer", "/coin-boar.asp#dreimer"))

            

	aux2 = insFld(aux1, gFld("<strong>Advisory Board</strong>", "/coin-advi.asp"))
	  insDoc(aux2, gLnk("S", "Howard Federoff, MD, PhD", "/coin-advi.asp#hfederoff"))
	  insDoc(aux2, gLnk("S", "General Dennis J. Reimer", "/coin-advi.asp#dreimer"))
	  insDoc(aux2, gLnk("S", "Richard J. Whitley, MD", "/coin-advi.asp#rwhitley"))
	aux2 = insFld(aux1, gFld("<strong>Intellectual Property</strong>", "/coin-inte.asp"))
	aux2 = insFld(aux1, gFld("<strong>Investors</strong>", "/coin-inve.asp"))
	//aux2 = insFld(aux1, gFld("<strong>News</strong>", "coin-news.asp"))
	  //insDoc(aux2, gLnk("S", "News Releases", "coin-news.asp"))
	  //insDoc(aux2, gLnk("S", "INT in the News", "coin-news.asp#press"))
	aux2 = insFld(aux1, gFld("<strong>Careers</strong>", "/coin-care-curr.asp"))
	  insDoc(aux2, gLnk("S", "Current Openings", "/coin-care-curr.asp"))
	  insDoc(aux2, gLnk("S", "Working at INT", "/coin-care-work.asp"))
	  insDoc(aux2, gLnk("S", "Equal Employment Opportunity", "/coin-care-eeop.asp"))
	  insDoc(aux2, gLnk("S", "Compensation &amp; Benefits", "/coin-care-comp.asp"))
	aux2 = insFld(aux1, gFld("<strong>Contact Us</strong>", "/coin-cous.asp"))
	  insDoc(aux2, gLnk("S", "Address & Phone", "/coin-cous.asp#"))
	  insDoc(aux2, gLnk("S", "Email Links", "/coin-cous.asp#email"))
	  insDoc(aux2, gLnk("S", "Media Contacts", "/coin-cous.asp#media"))
//	aux2 = insFld(aux1, gFld("<strong>Legal Information</strong>", "coin-lega.asp"))
  aux1 = insFld(foldersTree, gFld("<strong style='font-size: 11pt'>Technology</strong>", "/tech-core.asp"))
  	aux2 = insFld(aux1, gFld("<strong>Core Technology</strong>", "/tech-core.asp"))
	  aux3 = insFld(aux2, gFld("<strong>Nanotechnology</strong>", "/tech-core-nano.asp"))
	    insDoc(aux3, gLnk("S", "What is the Challenge for Nanotechnology?", "/tech-core-nano.asp"))
	    //insDoc(aux3, gLnk("S", "What are the Current Limitations?", "tech-core-nano.asp#limitations"))
      aux3 = insFld(aux2, gFld("<strong>DNA</strong>", "/tech-core-dna1.asp"))
	    insDoc(aux3, gLnk("S", "Why DNA?", "/tech-core-dna1.asp#"))
	    insDoc(aux3, gLnk("S", "Smart Materials", "/tech-core-dna1.asp#smart"))
	    insDoc(aux3, gLnk("S", "Bottom's-up Self Assembly", "/tech-core-dna1.asp#bottom"))
	  aux3 = insFld(aux2, gFld("<strong>How to Build With DNA</strong>", "/tech-core-htbw.asp"))
	    insDoc(aux3, gLnk("S", "Coating DNA", "/tech-core-htbw.asp#"))
	    //insDoc(aux3, gLnk("S", "DNA Lithography", "tech-core-htbw.asp#lithography"))
	    insDoc(aux3, gLnk("S", "Circuit Assembly", "/tech-core-htbw.asp#assembly"))
	aux2 = insFld(aux1, gFld("<strong>How BioDetect Works</strong>", "/tech-howi.asp"))
//	aux2 = insFld(aux1, gFld("<strong>White Papers</strong>", "tech-whit.asp"))
  aux1 = insFld(foldersTree, gFld("<strong style='font-size: 11pt'>Applications</strong>", "/appl-biod-over.asp"))
    aux2 = insFld(aux1, gFld("<strong>BioDetect</strong>", "/appl-biod-over.asp"))
	  insDoc(aux2, gLnk("S", "Overview", "/appl-biod-over.asp#"))
	  insDoc(aux2, gLnk("S", "Applications &amp; Markets", "/appl-biod-appl.asp"))
	aux2 = insFld(aux1, gFld("<strong>Future Products</strong>", "/appl-futu.asp"))
	  insDoc(aux2, gLnk("S", "Flat Panel Displays", "/appl-futu.asp#"))
	  insDoc(aux2, gLnk("S", "High Resolution Imaging Arrays", "/appl-futu.asp#imaging"))
	  insDoc(aux2, gLnk("S", "Taggants", "/appl-futu.asp#taggants"))
	  insDoc(aux2, gLnk("S", "RFID", "/appl-futu.asp#taggRFID"))
	  insDoc(aux2, gLnk("S", "Catalysts", "/appl-futu.asp#catalysts"))
	  insDoc(aux2, gLnk("S", "NanoSyringe™", "/appl-futu.asp#syringe"))
	  