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','#ffffff','#6699FF','#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'],
	['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'],
 	['IContainer Haulage','ourbusiness_inland.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	['Contract Transportation','ourbusiness_nationwide.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	['Warehouse Management','ourbusiness_warehouse.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	['River Port Management','ourbusiness_port.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	//['Logistics Consultant','ourbusiness_consul.html','_top','gray','#ffffff','#ffffff','#6699FF']
	]],
['Our Testimonial','ourtestimonial_centralretail.html','_top','#000000','#ffffff','#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'],
	['Thai Bridgestone','ourtestimonial_thaibridgestone.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	['Thai Shell','ourtestimonial_thaiShell.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	//['Toysrus','ourtestimonial_thaiShell.html','_top','gray','#ffffff','#ffffff','#6699FF']
	]],
['Strategic Alliance','strategic_alliance.html','_top','#000000','#ffffff','#ffffff','#6699FF',
	//[['Eternity Logistics Co., Ltd.','bu_logistics.html','_top','gray','#ffffff','#ffffff','#6699FF'],
	//['Eternity Consulting & Service Co., Ltd.','bu_consulting.html','_top','gray','#ffffff','#ffffff','#6699FF']
	//['Pands Group Logistics Co., Ltd.','bu_consulting.html','_top','gray','#ffffff','#ffffff','#6699FF']
	//]],

];

var hWidth = [60,105,95,120,100,100];
var hWidthItem = [80,130,200,180,240,120];