var prop = [
90, // transparancy of the items
130, // left position of the whole menu
409, // height position of the whole menu
140, // width of the head items of the menu
22, // top of the head items of the menu
0, // 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
'arial', // font-family of the head items
'solid', // border style of the head items
7, // space between the header and the items
138, // width of the items
25, // height of the items
1, // width of the border items
'darkblue', // color of the item border
'none', // border style of the items
11,//font size of the items
'tahoma', // font-family of the items
2, // space between the item panels (multi-level)
4, //top padding in the head item block
2, // left padding in the head item block
];
path="";
//path = "http://www.whitprov.com.au";
subpath = "wlc";
//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 =[

['Home',path+'/'+subpath+'/default.asp','_top','#fff','gold','#999','#FFFF99'],
['Options',null,'_top','#fff','gold','#999','#FFFF99',
[
['Platinum Packages',path+'/platinum_provision.asp','_top','#fff','#074178','#fff','#666'],
['Gold Packages',path+'/Gold_provision.asp','_top','#fff','#074178','#fff','#666'],
['Silver Packages',path+'/Silver_provision.asp','_top','#fff','#074178','#fff','#666'],
['Self Select',path+'/'+subpath+'/orderyourprovision.asp','_top','#fff','#074178','#fff','#666'],
['Kidz Pack',path+'/'+subpath+'/provops_kids.asp','_top','#fff','#074178','#fff','#666'],
['Platters',path+'/'+subpath+'/pre_prepared_platters.asp','_top','#fff','#074178','#fff','#666'],
['Beverages',path+'/productsByBeverage.asp','_top','#fff','#074178','#fff','#666']
]],
['FAQ',path+'/'+subpath+'/faqnew.asp','_top','#fff','gold','#999','#FFFF99'],

/*['Order Forms',null,'_top','#fff','gold','#999','#FFFF99',
[
['Packages',path+'/packages.asp','_self','#fff','#074178','#fff','#666'],
['Self Select',path+'/selfselect.asp','_self','#fff','#074178','#fff','#666'],
['Beverages',path+'/beverages.asp','_self','#fff','#074178','#fff','#666']
]],*/
['View Cart',path+'/reviewOrder.asp','_top','#fff','gold','#999','#FFFF99'],
['Back to WLC','http://www.luxurycats.com.au','_top','#fff','gold','#999','#FFFF99']
];
