/*****************************************************************************
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
******************************************************************************/

var oM=new makeCM("oM")
oM.pxBetween=1
oM.fromTop=5
oM.fromLeft=0
oM.menuPlacement="center"
oM.wait=500
oM.fillImg="images/cm_fill.gif"
oM.zIndex=100 
oM.resizeCheck=1
oM.zIndex=100	

// CHANGE the root directory path for each menu
oM.onlineRoot="../"
oM.offlineRoot="../"

oM.rows=1

//Level properties

oM.level[0]=new cm_makeLevel()
oM.level[0].width=100
oM.level[0].height=25
oM.level[0].regClass="clT" 
oM.level[0].overClass="clTover"	
oM.level[0].borderX=1
oM.level[0].borderY=1
oM.level[0].borderClass="clB1" 
oM.level[0].rows=0
oM.level[0].align="bottom"
oM.level[0].offsetX=-1
oM.level[0].offsetY=-1
oM.level[0].arrow=""
oM.level[0].arrowWidth=0
oM.level[0].arrowHeight=0

oM.level[1]=new cm_makeLevel()
oM.level[1].regClass="clS" 
oM.level[1].overClass="clSover"	
oM.level[1].rows=1
oM.level[1].arrow="images/right_arrow.gif"
oM.level[1].align="right"
oM.level[1].arrowWidth=10
oM.level[1].arrowHeight=10

oM.level[2]=new cm_makeLevel()
oM.level[2].rows=0
oM.level[2].align="bottom"
oM.level[2].arrow="images/down_arrow.gif"
//oM.level[2].slidepx=10


/**********************************************************************************************************************************************************************************************
Menu item creation: myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
**********************************************************************************************************************************************************************************************/

oM.makeMenu('home','','Home','index.html')

// CHANGE class to clL and clLover for current page

oM.makeMenu('top1','','Company','company.html')
	oM.makeMenu('sub11','top1','Introduction','company/introduction.html')
	oM.makeMenu('sub12','top1','Profile','company/profile.html')

oM.makeMenu('top3','','Suppliers','suppliers.html')
	oM.makeMenu('sub31','top3','Web Links','suppliers/weblinks.html')
	oM.makeMenu('sub32','top3','Linecard','suppliers/linecard.html')
		oM.makeMenu('sub321','sub32','A to H','suppliers/linecard/atoh.html')
			oM.makeMenu('sub3211','sub321','Arima','suppliers/arima/home.html')
			oM.makeMenu('sub3212','sub321','Bennic','suppliers/bennic/home.html')
			oM.makeMenu('sub3213','sub321','CAMD','suppliers/camd/home.html')
			oM.makeMenu('sub3214','sub321','Canal','suppliers/canal/home.html')
			oM.makeMenu('sub3215','sub321','China','suppliers/china/home.html')
			oM.makeMenu('sub3216','sub321','Cube Optics','suppliers/cube/home.html')
			oM.makeMenu('sub3217','sub321','Dynastream Ant','suppliers/dynastream/home.html')
			oM.makeMenu('sub3218','sub321','Hendon Semi','suppliers/hendon/home.html')
		oM.makeMenu('sub322','sub32','I to Q','suppliers/linecard/itoq.html')
			oM.makeMenu('sub3221','sub322','Idea','suppliers/idea/home.html')
			oM.makeMenu('sub3222','sub322','Inpaq','suppliers/inpaq/home.html')
			oM.makeMenu('sub3223','sub322','Kwang Sung','suppliers/kse/home.html')
			oM.makeMenu('sub3224','sub322','Lexedis','suppliers/lexedis/home.html')
			oM.makeMenu('sub3225','sub322','Melexis','suppliers/melexis/home.html')
			oM.makeMenu('sub3226','sub322','Nordic','suppliers/nordic/home.html')
			oM.makeMenu('sub3227','sub322','Quickfilter','suppliers/quickfilter/home.html')
		oM.makeMenu('sub323','sub32','R to Z','suppliers/linecard/rtoz.html')
			oM.makeMenu('sub3231','sub323','Radioscape','suppliers/radioscape/home.html')
			oM.makeMenu('sub3232','sub323','Sanyo','suppliers/sanyo/home.html')
			oM.makeMenu('sub3233','sub323','Supertex','suppliers/supertex/home.html')
			oM.makeMenu('sub3234','sub323','Taitien','suppliers/taitien/home.html')
			oM.makeMenu('sub3235','sub323','Tianma','suppliers/tianma/home.html')
			oM.makeMenu('sub3236','sub323','Tricome','suppliers/tricome/home.html')

oM.makeMenu('top4','','Quality','quality.html')
	oM.makeMenu('sub41','top4','QA Policy','quality/qapolicy.html')
	oM.makeMenu('sub42','top4','Certificates','quality/certificates.html')
		oM.makeMenu('sub421','sub42','ISO9001','quality/certificates/iso9001.html')
		oM.makeMenu('sub422','sub42','Quality Network','quality/certificates/network.html')
		oM.makeMenu('sub423','sub42','Schedule','quality/certificates/schedule.html')
	oM.makeMenu('sub43','top4','Terms / Conds','quality/tandc.html')

oM.makeMenu('top5','','Contact Info','contact.html')
	oM.makeMenu('sub51','top5','Email List','contact/emails.html')
	oM.makeMenu('sub52','top5','Directions','contact/directions.html')
		oM.makeMenu('sub521','sub52','Local Map','contact/directions/map.html')
	oM.makeMenu('sub53','top5','Enquiry Form','contact/enquiry.html')

// oM.makeMenu('top6','','News Info','news.html')
//	oM.makeMenu('sub63','top6','Press Releases','news/press_release.html')

oM.construct()