var prop = [
100, // transparancy of the items
179, // left position of the whole menu
20, // height position of the whole menu
100, // width of the head items of the menu
18, // top of the head items of the menu
2, // space between the head items
1, // width of the border of the head items
'#d3d3d3',//bordercolor of the head items
0, // 1 to set the head items bold , 1 to set the head items normal
10, // font-size of the head items
'verdana', // font-family of the head items
'solid', // border style of the head items
3, // space between the header and the items
150, // width of the items
20, // heigth of the items
1, // width of the border items
'gray', // color of the item border
'solid', // border style of the items
10,//font size of the items
'verdana', // font-family of the items
2, // space between the item panels (multi-level)
3, //left padding in the head item block
10, // top padding in the head item block
'icons/folder2.gif' // icon at the left when there are subitems
];

//link ==> [text,url,target,text_color,width,background_color,text_color_onmouseover,background_color_onmouseover]
//link with items ==> [text,url,target,text_color,background_color,text_color_onmouseover,background_color_onmouseover,[items]] 
var link =[
['Home','index.html','_top','#000000','#ffffff','#ffffff','#000099'],
['Our Company','ourcompany_philosophy.html','_top','#000000','#ffffff','#ffffff','#6699FF',
	[['Philosophy','ourcompany_philosophy.html','_top','gray','#ffffff','#ffffff','#6699FF'],
 	['Why us?','ourcompany_why.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	['Group Overview','ourcompany_group.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	['Management Team','ourcompany_management.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	//['Facilities','ourcompany_facilities.html','_top','gray','#ffffff','#ffffff','#6699FF'], (04-09-2009 edit by duan approve by PST)
	['ISO','ourcompany_iso.html','_top','gray','#ffffff','#ffffff','#6699FF']
	]],
['Our Business','ourbusiness_customs.html','_top','#000000','#ffffff','#ffffff','#6699FF',
	[['Customs Clearance ','ourbusiness_customs.html','_top','gray','#ffffff','#ffffff','#6699FF'],
// 	['Inter Business Consultant','ourbusiness_inter.html','_top','gray','#ffffff','#ffffff','#6699FF'],//
	['Container Haulage','ourbusiness_inland.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	['Contract Transportation','ourbusiness_nationwide.html','_top','gray','#ffffff','#ffffff','#6699FF'], // (04-09-2009 : เปลี่ยนข้อความเป็น    Contract Transportation แทนคำว่า Nationwide Transportation ... edit by duan) 
	['Warehouse Management','ourbusiness_warehouse.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	['River Port Managenemt','ourbusiness_port.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	['Logistics Consultant','ourbusiness_consult.html','_top','gray','#ffffff','#ffffff','#6699FF'] // (04-09-2009 : เปลี่ยนข้อความและ Link    Logistics Consultant  แทนคำว่า Training and Supporting Service ... edit by duan)
	]],
['Our Testimonial','ourtestimonial_centralretail.html','_top','#ffffff','#6699FF','#ffffff','#6699FF',
	[['Central  ','ourtestimonial_centralretail.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	['Kawasaki Motors Enterprise','ourtestimonial_kawasaki.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	['Nestle','ourtestimonial_nestleproducts.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	['Tesco Lotus','ourtestimonial_tesco.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	//['Thai Branta Mulia Co., Ltd.','ourtestimonial_thaibranta.html','_top','gray','#ffffff','#ffffff','#6699FF'],  (04-09-2009 edit by duan apporve by PST)
	['Thai Bridgestone','ourtestimonial_thaibridgestone.html','_top','gray','#ffffff','#ffffff','#6699FF']//,
	//['Thai Shell','ourtestimonial_thaiShell.html','_top','gray','#ffffff','#ffffff','#6699FF'] (04-09-2009 edit by duan approve by PST)
	]],
/* (04-09-2009 edit by duan) ['Business Unit','bu_trade.html','_top','#000000','#ffffff','#ffffff','#6699FF',
	[//['Eternity Trade Co., Ltd.','bu_trade.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	//['Eternity Transport Co., Ltd.','bu_transport.html','_top','gray','#ffffff','#ffffff','#6699FF'],//
	//['Eternity Transport 2002 Co., Ltd.','bu_transport2002.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	['Eternity Logistics Co., Ltd.','bu_logistics.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	//['Eternity International Co., Ltd.','bu_international.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	//['Securiforce Logistics (Thailand) Co., Ltd.','bu_securiforce.html','_top','gray','#ffffff','#ffffff','#6699FF'],	
 	['Eternity Consulting & Service Co., Ltd.','bu_consulting.html','_top','gray','#ffffff','#ffffff','#6699FF']
	]],
//['Rate Inquiry','rateinquiry_import.html','_top','#000000','#ffffff','#ffffff','#6699FF',
//	[//['Import','rateinquiry_import.html','_top','gray','#ffffff','#ffffff','#6699FF'],
// 	['Export','rateinquiry_export.html','_top','gray','#ffffff','#ffffff','#6699FF'],
//	['Duty Refund','rateinquiry_duty.html','_top','gray','#ffffff','#ffffff','#6699FF'],
//	['Government License','rateinquiry_government.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	//['Haulage','rateinquiry_hualage.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	//['Warehouse','rateinquiry_warehouse.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	//['Distribution','rateinquiry_distribution.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	//['Freight Forwarding','rateinquiry_freight.html','_top','gray','#ffffff','#ffffff','#6699FF']
//	]]   (04-09-2009 edit by duan)*/
];

var hWidth = [60,105,95,120,100,100];
var hWidthItem = [80,130,200,180,240,120];