//function cm_makeMenu(name,parent,text,link,target,width,height,img1,img2,bgcoloroff,bgcoloron,textcolor,hovercolor,onclick,onmouseover,onmouseout){

//Operations
oCMenu.makeMenu('top1','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Operations','pages/facilities/facilities.asp')
	oCMenu.makeMenu('sub10','top1',"Operating Facilities",'','','225')
		oCMenu.makeMenu('sub100','sub10',"Bagdad, PA","pages/facilities/bagdad.asp")
		oCMenu.makeMenu('sub101','sub10',"Brackenridge, PA","pages/facilities/brackenridge.asp")
		oCMenu.makeMenu('sub103','sub10',"Houston, PA","pages/facilities/houston.asp")
		oCMenu.makeMenu('sub104','sub10',"Latrobe, PA","pages/facilities/Latrobe.asp")
		oCMenu.makeMenu('sub105','sub10',"Louisville, OH","pages/facilities/Louisville.asp")
		oCMenu.makeMenu('sub107','sub10',"Midland, PA","pages/facilities/Midland.asp")
		oCMenu.makeMenu('sub109','sub10',"New Bedford, MA","pages/facilities/newbedford.asp")
		oCMenu.makeMenu('sub110','sub10',"New Castle, IN","pages/facilities/newcastle.asp")
		oCMenu.makeMenu('sub111','sub10',"Shanghai, China","pages/facilities/china.asp")
		oCMenu.makeMenu('sub112','sub10',"Vandergrift, PA","pages/facilities/vandergrift.asp")
		oCMenu.makeMenu('sub113','sub10',"Wallingford, CT","pages/facilities/wallingford.asp")
		oCMenu.makeMenu('sub114','sub10',"Washington, PA","pages/facilities/washington.asp")
		oCMenu.makeMenu('sub115','sub10',"Waterbury, CT","pages/facilities/waterbury.asp")
	oCMenu.makeMenu('sub11','top1','Precision Rolled Strip® Service Centers','','','225','')
		oCMenu.makeMenu('sub11A','sub11',"ATI West, CA, USA","pages/ServiceCenters/ATIWest.asp")
		oCMenu.makeMenu('sub11B','sub11',"Carol Stream, IL, USA","pages/ServiceCenters/CarolStream.asp")
		oCMenu.makeMenu('sub11D','sub11',"Walterboro, SC, USA","pages/ServiceCenters/Walterboro.asp")
		oCMenu.makeMenu('sub11E','sub11',"Germany","pages/ServiceCenters/germany.asp")
	
//About Us	
oCMenu.makeMenu('top2','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;About Us','pages/companyinfo/info.asp')
	oCMenu.makeMenu('sub20','top2',"About Ludlum","pages/companyinfo/info.asp")
	oCMenu.makeMenu('sub21','top2',"Corporate History","pages/companyinfo/history.asp")
	oCMenu.makeMenu('sub22','top2',"Timeline","pages/companyinfo/timeline.asp")
	oCMenu.makeMenu('sub23','top2',"Customer Service","pages/companyinfo/service.asp")
	oCMenu.makeMenu('sub24','top2',"Stainless Cars","pages/companyinfo/stainlesscars.asp")	
	
///Technical Assistance
oCMenu.makeMenu('top3','','&nbsp;&nbsp;&nbsp;&nbsp;Technical Assistance','pages/assistance/technicaldata.asp')
	oCMenu.makeMenu('sub30','top3',"Technical Data Bluesheets","pages/assistance/TechnicalData.asp")
	oCMenu.makeMenu('sub31','top3',"MSDS","pages/assistance/MSDS.asp")
	oCMenu.makeMenu('sub32','top3',"Helpful Links","pages/assistance/helpfullinks.asp")
	oCMenu.makeMenu('sub33','top3',"FAQ's","pages/assistance/FAQs.asp")
	oCMenu.makeMenu('sub34','top3',"Tech. & Commercial Center","pages/assistance/tcc.asp")

//Certifications
oCMenu.makeMenu('top4','','&nbsp;&nbsp;&nbsp;&nbsp;Certifications','pages/certifications/certificates.asp')

//Careers
oCMenu.makeMenu('top5','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Careers','pages/careers/Default.asp')

//AEK - 2007-08-28
//Whats New
oCMenu.makeMenu('top8','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;What`s New',null,'','100')
	oCMenu.makeMenu('sub80','top8',"Press Releases","pages/whatsnew/PressReleases.asp",'','135')
	//oCMenu.makeMenu('sub81','top8',"Archives","pages/whatsnew/whatsnewarchive.asp",'','135')
	oCMenu.makeMenu('sub82','top8',"Shows & Conferences","pages/whatsnew/info_sho.asp",'','135')
	//oCMenu.makeMenu('sub84','top8',"Contact Us","/ludlum/pages/whatsnew/",'','135')

//Contact - AEK - 03-02-2006 , added width to end of top6
oCMenu.makeMenu('top6','','&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact','pages/contact/contact.asp','','100')
	oCMenu.makeMenu('sub60','top6',"Contact Us","pages/contact/contact.asp",'','115')
	oCMenu.makeMenu('sub61','top6',"Field Sales Contacts","pages/contact/field_sales_contact.asp",'','115')
	oCMenu.makeMenu('sub62','top6',"Sales Offices - USA and International","pages/contact/sales.asp",'','115','35')
	oCMenu.makeMenu('sub64','top6',"Driving Directions","pages/Contact/MAINdirections.asp",'','115')
	oCMenu.makeMenu('sub65','top6',"Customer Claims","pages/Contact/claims.asp",'','115')
	
//Leave these two lines! Making the styles and then constructing the menu
//oCMenu.makeStyle(); oCMenu.construct()			
 oCMenu.construct()	
