var prop = [
90, // transparancy of the items
130, // left position of the whole menu
200, // height position of the whole menu
115, // 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
115, // width of the items
20, // 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
];
path="";
//path = "http://www.whitprov.com.au";
subpath = "aabc";
//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','darkblue','gold','#FFFFFF','#FFFF99',
[
['About Us',path+'/'+subpath+'/aboutus.asp','_top','#FFFFFF','#29B0F2','darkblue','#C1E6FF']
]],
['Options',null,'_top','darkblue','gold','#FFFFFF','#FFFF99',
[
['Platinum Packages',path+'/'+subpath+'/provops_platinum.asp','_top','#FFFFFF','#29B0F2','darkblue','#C1E6FF'],
['Gold Packages',path+'/'+subpath+'/provops_gold.asp','_top','#FFFFFF','#29B0F2','darkblue','#C1E6FF'],
['Self Select',path+'/'+subpath+'/orderyourprovision.asp','_top','#FFFFFF','#29B0F2','darkblue','#C1E6FF'],
['Kidz Pack',path+'/'+subpath+'/provops_kids.asp','_top','#FFFFFF','#29B0F2','darkblue','#C1E6FF'],
['Platters',path+'/'+subpath+'/pre_prepared_platters.asp','_top','#FFFFFF','#29B0F2','darkblue','#C1E6FF'],
['Beverages',path+'/'+subpath+'/provops_beveragesnew.asp','_top','#FFFFFF','#29B0F2','darkblue','#C1E6FF']
]],
['FAQ',path+'/'+subpath+'/faqnew.asp','_top','darkblue','gold','#FFFFFF','#FFFF99'],

['Order Forms',null,'_top','darkblue','gold','#FFFFFF','#FFFF99',
[
['Packages',path+'/packages.asp','_self','#FFFFFF','#29B0F2','darkblue','#C1E6FF'],
['Platters',path+'/platters.asp','_self','#FFFFFF','#29B0F2','darkblue','#C1E6FF'],
['Self Select',path+'/selfselect.asp','_self','#FFFFFF','#29B0F2','darkblue','#C1E6FF'],
['Beverages',path+'/beverages.asp','_self','#FFFFFF','#29B0F2','darkblue','#C1E6FF']
]],
['Back to AABC','http://www.anchorsawaybareboatcharters.com','_top','darkblue','gold','#FFFFFF','#FFFF99']
];