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
10, // 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 =[
['Eternity Group',"index.html",'_top','#000000','#ffffff','#ffffff','#5090FF',
	[['Eternity Trade Co., Ltd.','bu_trade.html','_top','gray','#ffffff','#ffffff','#5090FF'],
	['Eternity Transport Co., Ltd.','bu_transport.html','_top','gray','#ffffff','#ffffff','#5090FF'],
	['Eternity Logistics Co., Ltd.','bu_logistics.html','_top','gray','#ffffff','#ffffff','#5090FF'],
	['Eternity Consulting & Service Co., Ltd.','bu_consulting.html','_top','gray','#ffffff','#ffffff','#5090FF']
	]],
['Our Services','ourbusiness_customs.html','_top','#000000','#ffffff','#ffffff','#5090FF',
	[['Customs Brokerage','ourbusiness_customs.html','_top','gray','#ffffff','#ffffff','#5090FF'],
	['Inter Business Consultant','ourbusiness_inter.html','_top','gray','#ffffff','#ffffff','#5090FF']
	]],
['Facilities','ourCompany_facilities.html','_top','#000000','#ffffff','#ffffff','#5090FF'],
['ISO','ourCompany_iso.html','_top','#000000','#ffffff','#ffffff','#5090FF'],
['Contact Us','contactForm.html','_top','#000000','#ffffff','#ffffff','#5090FF']];

var hWidth = [110,100,90,90,90];
var hWidthItem = [250,180,220,180,100];