/******************* MENU NUMBER 1 **********************************/

/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=30
oCMenu.fromLeft=10 
oCMenu.fromTop=160   
oCMenu.rows=0 
oCMenu.menuPlacement=0

oCMenu.offlineRoot="" 
//Un-comment the proper onlineRoot string below
oCMenu.onlineRoot="http://www.southernresearch.org"
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=200
oCMenu.level[0].height=25
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0 
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass=0
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=10
oCMenu.level[0].rows=0
oCMenu.level[0].align="right" 


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=22
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].style=""
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=-22
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].borderX=0
oCMenu.level[1].borderY=0
oCMenu.level[1].rows=0
oCMenu.level[1].align="bottom" 

//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=oCMenu.level[0].width-2
oCMenu.level[2].height=22
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].style=""
oCMenu.level[2].align="right" 
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].borderClass="clLevel2border"
oCMenu.level[2].borderX=0
oCMenu.level[2].borderY=0
oCMenu.level[2].rows=0
oCMenu.level[2].align="bottom" 



/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

oCMenu.makeMenu('top0','','','/research/index.html','','135','64','/images/life-off.jpg','/images/life-on.jpg')
oCMenu.makeMenu('sub00','top0','Biochemistry &amp; Molecular Biology','/research/biochemistry.html')
oCMenu.makeMenu('sub01','top0','Medicinal Chemistry','/research/medicinalchemistry.html')
oCMenu.makeMenu('sub02','top0','High-Throughput Screening','/research/hts-center.html')

oCMenu.makeMenu('top1','','','/contract-services/index.html','','135','64','/images/pharm-off.jpg','/images/pharm-on.jpg')

	oCMenu.makeMenu('sub10','top1','Toxicology','/contract-services/toxicology.html')
	oCMenu.makeMenu('sub11','top1','ADME/PK','/contract-services/adme-pk.html')
	oCMenu.makeMenu('sub12','top1','Bioanalytical Sciences','/contract-services/bioanalytical-sciences.html')
		oCMenu.makeMenu('sub13','top1','Infectious Disease Research','/contract-services/infectious-disease-research.html')
	oCMenu.makeMenu('sub14','top1','Vaccines','/contract-services/vaccines.html')
	oCMenu.makeMenu('sub15','top1','Cancer','/contract-services/cancer.html')
	oCMenu.makeMenu('sub16','top1','Immunology','/contract-services/immunology.html')
	oCMenu.makeMenu('sub17','top1','High-Throughput Screening','/contract-services/high-throughput-screening.html')
	oCMenu.makeMenu('sub18','top1','Angiogenesis','/contract-services/angiogenesis.html')
	oCMenu.makeMenu('sub19','top1','CNS/Neuropharmacology','/contract-services/cns-neuropharmacology.html')
	oCMenu.makeMenu('sub120','top1','Molecular Biology','/contract-services/molecular-bio-services.html')
	oCMenu.makeMenu('sub121','top1','Signal Transduction','/contract-services/signal-transduction-services.html')
	oCMenu.makeMenu('sub122','top1','Clinical Trials Support','/contract-services/clinical-trials-support.html')
	
oCMenu.makeMenu('top2','','','/engineering/index.html','','135','65','/images/engineer-off.jpg','/images/engineer-on.jpg')
	oCMenu.makeMenu('sub20','top2','Advanced Materials &amp; Mechanics','/engineering/engineering-ad-materials.html')
	oCMenu.makeMenu('sub21','top2','Systems Development','/engineering/engineering-systems-development.html')

oCMenu.makeMenu('sub22','top2','Blast Mitigation','/engineering/engineering-blast-mitigation.html')
oCMenu.makeMenu('sub23','top2','Finite Element Analysis','/engineering/engineering-finite-element-analysis.html')
oCMenu.makeMenu('sub24','top2','Service Environment Simulation','/engineering/engineering-simulated-environment.html')
oCMenu.makeMenu('sub25','top2','Vibration Analysis','/engineering/engineering-vibration-analysis.html')
		oCMenu.makeMenu('sub26','top2','Precision Measurements','/engineering/engineering-nondestructive.html')
	oCMenu.makeMenu('sub27','top2','Electronic Packaging','/engineering/engineering-electronic-packaging.html')
	oCMenu.makeMenu('sub28','top2','Environmental Scanning Electron Microscope','/engineering/environmental-scanning-electron-microscope.html','','','38')

	oCMenu.makeMenu('sub29','top2','Machine Shop Services','/engineering/engineering-specialty.html')


oCMenu.makeMenu('top4','','','/environmental/index.html','','115','55','/images/environmental-off.jpg','/images/environmental-on.jpg')

oCMenu.makeMenu('top40','top4','Water and Wastewater Treatment','/environmental/water-treatment.html','','','')
oCMenu.makeMenu('top41','top4','Biomass Fuels','/environmental/biomass-fuels.html','','','')

oCMenu.makeMenu('sub42','top4','Carbon to Liquids Development Center','/environmental/carbon-to-liquids.html')

oCMenu.makeMenu('sub43','top4','Greenhouse Gas Technology Center','/environmental/indtechver.html','','','')

oCMenu.makeMenu('sub44','top4','Transportation Technology<br>Performance Center','/environmental/transportation-technology.html','','','38')

oCMenu.makeMenu('sub45','top4','Syngas Cleaning','/environmental/hot-gas-cleanup.html')

oCMenu.makeMenu('sub46','top4','Combustion Technology','/environmental/combustion-technology.html')

oCMenu.makeMenu('sub47','top4','Pollution Control Evaluation for<br />Industrial Plants','/environmental/pollution-control-technologies.html','','','38')

oCMenu.makeMenu('sub48','top4','Emission Measurement - Stationary Sources','/environmental/emission-measurement.html','','','38')

oCMenu.makeMenu('sub49','top4','Wet / Dry Scrubber Performance<br> Testing','/environmental/wet-dry-scrubber.html','','','38')

oCMenu.makeMenu('sub50','top4','Catalyst Development Characterization and Evaluation','/environmental/catalyst-development.html','','','38')

oCMenu.makeMenu('sub51','top4','Oxy-Firing for CO<sub>2</sub> Mitigation','/environmental/oxy-firing.html')

oCMenu.makeMenu('sub52','top4','Analytical Chemistry','/environmental/analytical-chemistry-lab.html')

oCMenu.makeMenu('sub53','top4','Measurement and Control of Mercury Emissions','/environmental/mercury-emissions-control.html','','','38')


//Leave this line - it constructs the menu
oCMenu.construct()		



/******************* MENU NUMBER 2 **********************************/



/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

//Menu object creation
oCMenu2=new makeCM("oCMenu2") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu2.pxBetween=10
oCMenu2.fromLeft=20 
oCMenu2.fromTop=104  
oCMenu2.rows=1 
oCMenu2.menuPlacement="left"
                                                             
oCMenu2.offlineRoot="" 
//Un-comment the proper onlineRoot string below
oCMenu2.onlineRoot="http://www.southernresearch.org"
oCMenu2.resizeCheck=1 
oCMenu2.wait=1000 
oCMenu2.fillImg="/new_web/images/cm_fill.gif"
oCMenu2.zIndex=0

//Background bar properties
oCMenu2.useBar=0
oCMenu2.barWidth="100%"
oCMenu2.barHeight="menu" 
oCMenu2.barClass="cl2Bar"
oCMenu2.barX=0 
oCMenu2.barY=0
oCMenu2.barBorderX=0
oCMenu2.barBorderY=0
oCMenu2.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu2.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu2.level[0].width=175
oCMenu2.level[0].height=22 
oCMenu2.level[0].regClass="cl2Level0"
oCMenu2.level[0].overClass="cl2Level0over"
oCMenu2.level[0].borderX=1
oCMenu2.level[0].borderY=1
oCMenu2.level[0].borderClass="cl2Level0border"
oCMenu2.level[0].offsetX=0
oCMenu2.level[0].offsetY=0
oCMenu2.level[0].rows=0
oCMenu2.level[0].arrow=0
oCMenu2.level[0].arrowWidth=0
oCMenu2.level[0].arrowHeight=0
oCMenu2.level[0].align="bottom"


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu2.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu2.level[1].width=oCMenu2.level[0].width-2
oCMenu2.level[1].height=22
oCMenu2.level[1].regClass="cl2Level1"
oCMenu2.level[1].overClass="cl2Level1over"
oCMenu2.level[1].borderX=0
oCMenu2.level[1].borderY=0
oCMenu2.level[1].align="right" 
oCMenu2.level[1].offsetX=0
oCMenu2.level[1].offsetY=0
oCMenu2.level[1].borderClass="cl2Level1border"


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
oCMenu2.makeMenu('top0','','&nbsp;Home','/index.html','','45')

oCMenu2.makeMenu('top1','','&nbsp;About Us','/about.html','','60')
	oCMenu2.makeMenu('sub00','top1','&nbsp;Locations','/about-locations.html')
	oCMenu2.makeMenu('sub01','top1','&nbsp;News Room','/about-newsroom.html')
	oCMenu2.makeMenu('sub02','top1','&nbsp;Intellectual Property','/ip/index.html')
	oCMenu2.makeMenu('sub03','top1','&nbsp;Leadership Team','/about-leader.html')
	oCMenu2.makeMenu('sub04','top1','&nbsp;Board of Directors','/about-board.html')
	oCMenu2.makeMenu('sub05','top1','&nbsp;Doing Business With Us','/about-do-business.html')
	
	
oCMenu2.makeMenu('top2','','&nbsp;Site Map','/sitemap.html','','60')

oCMenu2.makeMenu('top3','','&nbsp;Client Lab','/clientlab.html','','70')

oCMenu2.makeMenu('top4','','&nbsp;Careers','/careers.html','','55')

oCMenu2.makeMenu('top5','','&nbsp;Intellectual Property','/ip/index.html','','120')

oCMenu2.makeMenu('top6','','&nbsp;Donate','/donate.html','','55')

oCMenu2.makeMenu('top7','','&nbsp;Contact Us','/contact-us.html','','70')


//Leave this line - it constructs the menu
oCMenu2.construct()