// JavaScript Document

if (TransMenu.isSupported()) {

	var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);
			
	var menu1 = ms.addMenu(document.getElementById("about"));
	menu1.addItem("Overview", "aboutus/overview.html");
	menu1.addItem("Academic Foundation / Industry Service", "aboutus/acadami.html");
	menu1.addItem("Timeline", "aboutus/timeline.html");
	menu1.addItem("Directors", "aboutus/directors.html");
	menu1.addItem("Management Team", "aboutus/lead.html");
	TransMenu.renderAll();	


	
	
	var menu2 = ms.addMenu(document.getElementById("service"));
	menu2.addItem("Overview", "services/overview.html");
	menu2.addItem("Clinical Trial Services", "services/clinical.html");
	menu2.addItem("Imaging Protocol Development", "services/protocol.html");
	menu2.addItem("Site Credentialing and Training", "services/credentialing.html");
	menu2.addItem("Image Data Management", "services/imagedata.html");
	menu2.addItem("Image Standardization and Quality Control", "services/standardization.html");	
	menu2.addItem("Sub-Specialty Image Interpretation", "services/interpretation.html");
	menu2.addItem("Quantitative Image Analysis", "services/analysis.html");
	menu2.addItem("Statistical Analysis", "services/statistical.html");
	menu2.addItem("Data Transfer and Online Reporting", "services/datatransfer.html");	
	menu2.addItem("Regulatory Aspects and FDA Submissions", "services/reg.html");
	TransMenu.renderAll(); 
	
	
	
	var menu3 = ms.addMenu(document.getElementById("stander"));
	menu3.addItem("Overview", "regulatory/overview.html");
	menu3.addItem("Quality Assurance Program", "regulatory/qualityassurance.html");
	menu3.addItem("Systems Engineering", "regulatory/systemsengineering.html");
	menu3.addItem("FDA Submissions", "regulatory/fda.html");
	menu3.addItem("Standards Committees", "regulatory/standercom.html");
	TransMenu.renderAll(); 
	
	
	var menu4 = ms.addMenu(document.getElementById("publication"));
	menu4.addItem("2010", "publications/2010.html");
	menu4.addItem("2009", "publications/2009.html");
	menu4.addItem("2008", "publications/2008.html");
	menu4.addItem("2007", "publications/2007.html");
	menu4.addItem("2006", "publications/2006.html");
	menu4.addItem("2005", "publications/2005.html");
	menu4.addItem("2004", "publications/2004.html");
	menu4.addItem("2003", "publications/2003.html");
	menu4.addItem("2002", "publications/2002.html");
	menu4.addItem("2001", "publications/2001.html");
	menu4.addItem("2000", "publications/2000.html");
	menu4.addItem("1999", "publications/1999.html");
	menu4.addItem("1998", "publications/1998.html");
	menu4.addItem("1997", "publications/1997.html");
	TransMenu.renderAll(); 
	
	
	
	var menu5 = ms.addMenu(document.getElementById("contact"));
	menu5.addItem("Directions", "contactus/directions.html");
	menu5.addItem("Global Locations", "contactus/others.html");
	menu5.addItem("Send Message", "contactus/massage.html");
	TransMenu.renderAll(); 
	
	
	var menu6 = ms.addMenu(document.getElementById("careers"));
	menu6.addItem("Overview", "careers/overview.html");

	TransMenu.renderAll(); 

	var menu7 = ms.addMenu(document.getElementById("biomarkers"));
	menu7.addItem("Overview", "biomarkers/overview.html");
	menu7.addItem("Oncology", "biomarkers/oncology.html");
	menu7.addItem("Lung", "biomarkers/lungimaging.html");

	TransMenu.renderAll();	

	var menu8 = ms.addMenu(document.getElementById("clientlogin"));
	TransMenu.renderAll();	
	
	}
