var prop = [
90, // transparancy of the items
12, // left position of the whole menu
35, // height position of the whole menu
107, // width of the head items of the menu
22, // top of the head items of the menu
0, // space between the head items
1, // width of the border of the head items
'black',//bordercolor of the head items
1, // 1 to set the head items bold , 1 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
13, // space between the header and the items
125, // width of the items
20, // heigth of the items
1, // width of the border items
'black', // color of the item border
'solid', // border style of the items
9,//font size of the items
'verdana', // font-family of the items
2, // space between the item panels (multi-level)
3, //top padding in the head item block
5, // left padding in the head item block
5, // right padding in the head item block
'icons/folder2.gif' // icon at the left when there are subitems
];

//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 =[
['&nbsp;&nbsp;&nbsp;Home','index.htm','_top','#000000','#D6B530','#FFFFFF','#840554'],

	['&nbsp;&nbsp;&nbsp;About Us','about.htm','_top','#000000','#D6B530','#FFFFFF','#840554'],
	['&nbsp;&nbsp;&nbsp;Products / &nbsp;&nbsp;&nbsp;&nbsp;Flavors','Products.htm','_top','#000000','#D6B530','#FFFFFF','#840554',
		[
		['Amaretto','Products.htm#amaretto','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Orange Brandy','Products.htm#orange','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Mariners Liqueur','Products.htm#mariners','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['CoConut Rum','Products.htm#coconut','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['White Licorice Liqueur','Products.htm#licorice','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Cherry Brandy','Products.htm#cherry','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Mexican Coffee','Products.htm#mexican','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Chocolate Mint','Products.htm#chocolate','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Forest Berry Liqueur','Products.htm#berry','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Crème de Menthe','Products.htm#menthe','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Hazelnut Brandy','Products.htm#hazelnut','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Peach Schnapps','Products.htm#peach','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Irish Cream','Products.htm#irish','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Mead Liqueur','Products.htm#mead','_top','#000000','#D6B530','#FFFFFF','#840554']

]],
['&nbsp;&nbsp;&nbsp;Famous &nbsp;&nbsp;&nbsp;&nbsp;Liqueurs','famous.htm','_top','#000000','#D6B530','#FFFFFF','#840554',
		[
		['D.O.M. Benedictine','famous.htm#benedictine','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Chartreuse','famous.htm#chartreuse','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Drambuie','famous.htm#drambuie','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Grand Marnier','famous.htm#marnier','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Galliano','famous.htm#galliano','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Baileys Irish Cream','famous.htm#baileys','_top','#000000','#D6B530','#FFFFFF','#840554'],
		['Amaretto','famous.htm#amaretto','_top','#000000','#D6B530','#FFFFFF','#840554']

]],
	['&nbsp;&nbsp;&nbsp;Making of &nbsp;&nbsp;&nbsp;&nbsp;Liqueurs','making.htm','_top','#000000','#D6B530','#FFFFFF','#840554'],
	['&nbsp;&nbsp;&nbsp;History of &nbsp;&nbsp;&nbsp;&nbsp;Liqueurs','history.htm','_top','#000000','#D6B530','#FFFFFF','#840554'],
	['&nbsp;&nbsp;&nbsp;Links','links.htm','_top','#000000','#D6B530','#FFFFFF','#840554'
]
];