/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)

DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.

Extra info - Coolmenus reference/help - Extra links to help files **** 
CSS help: http://192.168.1.31/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/


/*** 
This is the menu creation code
**/

//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=30
oCMenu.fromTop=105
// oCMenu.fromTop=120 
oCMenu.rows=1
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=225
oCMenu.fillImg="../../images/pixel.gif"
oCMenu.zIndex=2
oCMenu.checkselect=1


//Background bar properties
oCMenu.useBar=0 // use the background bar yes = 1
oCMenu.barWidth=730
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=30
oCMenu.barY=125
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=152
oCMenu.level[0].height=24 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=1
oCMenu.level[0].offsetY=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].rows=0
oCMenu.level[0].align="bottom"


//SUB LEVEL[1] PROPERTIES 
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=152
oCMenu.level[1].height=23
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-13
oCMenu.level[1].offsetY=10
oCMenu.level[1].arrow="images/menuarrow.gif"
oCMenu.level[1].arrowWidth=8
oCMenu.level[1].arrowHeight=8
oCMenu.level[1].borderClass="clLevel1border"

oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=123
oCMenu.level[2].height=24
oCMenu.level[2].regClass="clLevel1"
oCMenu.level[2].overClass="clLevel1over"


/******************************************
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','','Company','','',128,24,'images/menu/nav_1.gif','images/menu/nav_1_over.gif')
	oCMenu.makeMenu('sub00','top0','Highlights','company_highlights.asp','',125,24)
	oCMenu.makeMenu('sub01','top0','Values','company_values.asp','',125,24)
	oCMenu.makeMenu('sub02','top0','Heritage','company_heritage.asp','',125,24)
	oCMenu.makeMenu('sub03','top0','Leadership','company_leadership.asp','',125,24)
	oCMenu.makeMenu('sub04','top0','Strategy for Growth','company_growth.asp','',125,24)
	oCMenu.makeMenu('sub05','top0','Global businesses','company_global.asp','',125,24)
	oCMenu.makeMenu('sub06','top0','Safety Health & Environment (SHE)','company_she.asp','',125,40)
	oCMenu.makeMenu('sub07','top0','Product Stewardship','company_product_stewardship.asp','',125,24)
	oCMenu.makeMenu('sub09','top0','People & Careers','company_people.asp','',125,24)

	oCMenu.makeMenu('sub092','top0','News','news.asp','',125,24)	


oCMenu.makeMenu('top1','','Customer stories','','',130,24,'images/menu/nav_2.gif','images/menu/nav_2_over.gif')
	oCMenu.makeMenu('sub10','top1','Renault','customers_renault.asp','',127,24)
	oCMenu.makeMenu('sub11','top1','Chi Mei Corporation','customers_cmc.asp','',127,24)
	oCMenu.makeMenu('sub12','top1','Reynolds Polymer','customers_reynolds.asp','',127,24)
	oCMenu.makeMenu('sub13','top1','Heinz Fritz','customers_heinzfritz.asp','',127,24)
	oCMenu.makeMenu('sub14','top1','Bangkok Underground','customers_bangkok.asp','',127,24)
	oCMenu.makeMenu('sub15','top1','Mondialle Design','customers_mondialle.asp','',127,24)
	oCMenu.makeMenu('sub16','top1','Plastoform','customers_plastoform.asp','',127,24)
	oCMenu.makeMenu('sub17','top1','Binova Kitchens','customers_binova.asp','',127,24)
	oCMenu.makeMenu('sub18','top1','Pretty Glass','customers_prettyglass.asp','',127,24)
//	oCMenu.makeMenu('sub17','top1','Coatings','application_coatings.asp','',127,24)
//	oCMenu.makeMenu('sub18','top1','Leisure & Sport','application_leisure.asp','',127,24)
//	oCMenu.makeMenu('sub19','top1','Construction','application_construction.asp','',127,24)

oCMenu.makeMenu('top2','','Markets & Applications','','',150,24,'images/menu/nav_3.gif','images/menu/nav_3_over.gif')
	oCMenu.makeMenu('sub20','top2','Bathrooms','application_bathrooms.asp','',147,24)
	oCMenu.makeMenu('sub21','top2','Corporate Imaging','application_imaging.asp','',147,24)
	oCMenu.makeMenu('sub22','top2','Lighting','application_lighting.asp','',147,24)
	oCMenu.makeMenu('sub23','top2','Interiors','application_interiors.asp','',147,24)
	oCMenu.makeMenu('sub24','top2','Architectural','application_architectural.asp','',147,24)
	oCMenu.makeMenu('sub25','top2','Technology','application_technology.asp','',147,24)
	oCMenu.makeMenu('sub26','top2','Communication','application_communication.asp','',147,24)
	oCMenu.makeMenu('sub27','top2','Coatings','application_coatings.asp','',147,24)
	oCMenu.makeMenu('sub28','top2','Leisure & Sport','application_leisure.asp','',147,24)
	oCMenu.makeMenu('sub29','top2','Construction','application_construction.asp','',147,24)


oCMenu.makeMenu('top3','','Products & Brands','','',172,24,'images/menu/nav_4.gif','images/menu/nav_4_over.gif')
	oCMenu.makeMenu('sub30','top3','Lucite&reg; Sheet & Composites','','',169,24)
	oCMenu.makeMenu('sub31','sub30','Bathroom Solutions','bathroom_solutions.asp','',169,24)
	oCMenu.makeMenu('sub32','sub30','Light Management Solutions','lightmanagement_solutions.asp','',169,24)
	oCMenu.makeMenu('sub33','sub30','Acrylic Composite','lucite_acrylic_composites.asp','',169,24)
	oCMenu.makeMenu('sub34','sub30','Acrylic Sheet & Perspex&reg;','perspex.asp','',169,24)
	oCMenu.makeMenu('sub35','top3','Resins & Polymer','','',169,24)
	oCMenu.makeMenu('sub36','sub35','Acrylic Moulding Compound','acrylic_moulding_compound.asp','',169,24)
	oCMenu.makeMenu('sub37','sub35','Acrylic Capstock','acrylic_capstock.asp','',169,24)
	oCMenu.makeMenu('sub38','sub35','Acrylic Resins','acrylic_resins.asp','',169,24)	
	oCMenu.makeMenu('sub301','top3','Specialty Monomers','specialty_monomers.asp','',169,24)
	oCMenu.makeMenu('sub302','top3','MMA','lucite_mma.asp','',169,24)
	

oCMenu.makeMenu('top4','','Innovation & Technology','','',150,24,'images/menu/nav_5.gif','images/menu/nav_5_over.gif')
	oCMenu.makeMenu('sub40','top4','Creative People','innovation_people.asp','',147,24)
	oCMenu.makeMenu('sub41','top4','Partnerships','innovation_partnerships.asp','',147,24)
	oCMenu.makeMenu('sub42','top4','Products','innovation_products.asp','',147,24)
	oCMenu.makeMenu('sub43','top4','Manufacturing','innovation_manufacturing.asp','',147,24)
	oCMenu.makeMenu('sub44','top4','ALPHA technology','innovation_alphatechnology.asp','',147,24)



//Leave this line - it constructs the menu
oCMenu.construct()	