var prop = [
90, // transparency of the items
5, // left position of the whole menu
4, // height position of the whole menu
135, // width of the head items of the menu
18, // top of the head items of the menu
5, // space between the head items
1, // width of the border of the head items
'#993333',//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
'arial', // font-family of the head items
'solid', // border style of the head items
7, // space between the header and the items
145, // width of the items
19, // heigth of the items
1, // width of the border items
'#993333', // color of the item border
'solid', // border style of the items
10,//font size of the items
'arial', // font-family of the items
3, // space between the item panels (multi-level)
3, //left padding in the head item block
10, // top padding in the head item block
'images/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 =[
['<b>Home</b>','http://www.regulatormarine.com','_top','#FFFFFF','#660000','#FFFF99','#993333'],
['<b>Products</b>',null,'_top','#FFFFFF','#660000','#FFFF99','#993333',
	[
	['Boat Models',null,'_top','#FFFFFF','#660000','#FFFF99','#993333',
		[
		['32','http://www.regulatormarine.com/32.html','_top','#FFFFFF','#660000','#FFFF99','#993333'],
		['32FS','http://www.regulatormarine.com/32fs.html','_top','#FFFFFF','#660000','#FFFF99','#993333'],
		['26','http://www.regulatormarine.com/26.html','_top','#FFFFFF','#660000','#FFFF99','#993333'],
		['26FS','http://www.regulatormarine.com/26fs.html','_top','#FFFFFF','#660000','#FFFF99','#993333'],
		['24','http://www.regulatormarine.com/24.html','_top','#FFFFFF','#660000','#FFFF99','#993333'],
		['24FS','http://www.regulatormarine.com/24fs.html','_top','#FFFFFF','#660000','#FFFF99','#993333'],
		['23','http://www.regulatormarine.com/23.html','_top','#FFFFFF','#660000','#FFFF99','#993333'],
		['23FS','http://www.regulatormarine.com/23fs.html','_top','#FFFFFF','#660000','#FFFF99','#993333'],
		['21FS','http://www.regulatormarine.com/21fs.html','_top','#FFFFFF','#660000','#FFFF99','#993333']
		]],
	['Quality','http://www.regulatormarine.com/quality.html','_top','#FFFFFF','#660000','#FFFF99','#993333'],
	['Wearables','http://www.regulatormarinegear.com/','_top','#FFFFFF','#660000','#FFFF99','#993333'],
	['Downloads','http://www.regulatormarine.com/download.html','_blank','#FFFFFF','#660000','#FFFF99','#993333']
	]],
['<b>Fish Stories</b>','http://www.regulatormarine.com/fishstories.html','_top','#FFFFFF','#660000','#FFFF99','#993333'],
['<b>News &amp; Events</b>','http://www.regulatormarine.com/news.html','_top','#FFFFFF','#660000','#FFFF99','#993333',
	[
	['Press Releases','http://www.regulatormarine.com/press.html','_top','#FFFFFF','#660000','#FFFF99','#993333'],
	['Regulator Events','http://www.regulatormarine.com/events.html','_top','#FFFFFF','#660000','#FFFF99','#993333'],
	['Regulator Report','http://www.regulatormarine.com/report.html','_top','#FFFFFF','#660000','#FFFF99','#993333']
	]],
['<b>Contact Us</b>','http://www.regulatormarine.com/contactus.html','_top','#FFFFFF','#660000','#FFFF99','#993333',
	[
	['Register Your Boat','http://www.regulatormarine.com/register.html','_top','#FFFFFF','#660000','#FFFF99','#993333'],
	['Customer Support','http://www.regulatormarine.com/customer.html','_blank','#FFFFFF','#660000','#FFFF99','#993333'],
	['Sales Support','http://www.regulatormarine.com/sales.html','_blank','#FFFFFF','#660000','#FFFF99','#993333'],
	['Advertising/Media/PR','http://www.regulatormarine.com/advertising.html','_blank','#FFFFFF','#660000','#FFFF99','#993333'],
	['Job Opportunities','http://www.regulatormarine.com/jobs.html','_blank','#FFFFFF','#660000','#FFFF99','#993333']
	]]
];

