var prop = [
20, // transparancy of the items
200, // left position of the whole menu
230, // height position of the whole menu
122, // width of the head items of the menu
22, // top of the head items of the menu
2, // space between the head items
2, // width of the border of the head items
'darkblue',//bordercolor of the head items
1, // 1 to set the head items bold , 0 to set the head items normal
11, // 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
25, // height of the items
1, // width of the border items
'darkblue', // color of the item border
'solid', // border style of the items
11,//font size of the items
'verdana', // font-family of the items
5, // space between the item panels (multi-level)
3, //top padding in the head item block
2, // left padding in the head item block
];

//link ==> [text,url,target,text_color,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 =[
['Packages Order','packages.asp','_self','darkblue','gold','#FFFFFF','#FFFF99'],
['Self Select Order','selfselect.asp','_self','darkblue','gold','#FFFFFF','#FFFF99'],
['Beverages Order','beverages.asp','_self','darkblue','gold','#FFFFFF','#FFFF99'],
['Platters Order','platters.asp','_self','darkblue','gold','#FFFFFF','#FFFF99'],
['Variety Order','orders_online/order_online_variety_new.asp','_self','darkblue','gold','#FFFFFF','#FFFF99']
];
