var prop = [
90, // transparancy of the items
25, // left position of the whole menu
108, // height position of the whole menu
90, // width of the head items of the menu
22, // top of the head items of the menu
2, // space between the head items
1, // width of the border of the head items
'black',//bordercolor of the head items
0, // 1 to set the head items bold , 1 to set the head items normal
9, // 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
220, // width of the items
22, // 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, //left padding in the head item block
0, // top padding in the head item block
'images/arrow.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 =[
['Home','index.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],

['Company Profile','profile.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF',
[
['Contact Information','contacts.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF']
]],

['Company News',null,'_top','#000000','#FFFFFF','#FFFFFF','#0000FF',
[
['2010/Setpoint Group News July 2010','setpoint_news_july2010.pdf','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['2006/June News','news_june_06.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['2006/Feb News','news_feb_06.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['2005 News','news_jun_05.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['2004 News','news_sept_04.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['2003 News','news_03.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF']
]],

['Products',null,'_top','#000000','#FFFFFF','#FFFFFF','#0000FF',
[
['Brubin Magnetic Drive Pumps',null,'_top','#000000','#FFFFFF','#FFFFFF','#0000FF',
[
['Metallic','brubinmetallic.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['Plastic','brubinplastic.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['Plastic Lined','brubinplasticlined.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['HMD - Caster','caster.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['Dry Cut','brubindrycut.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF']
]],
['Brubin Hose Pumps',null,'_top','#000000','#FFFFFF','#FFFFFF','#0000FF',
[
['B/BA series Pumps','abaque.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['Spare Parts','abaque3.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['Operating Manuals','link1.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF']
]],
['Pumpex Submersible Pumps',null,'_top','#000000','#FFFFFF','#FFFFFF','#0000FF',
[
['Drainage P/PX/PC','pumpexdrain.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['Sludge SP','link1.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['Waste Water K','pumpexwaste.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF']
]],
['Allprime Self-Priming Pumps',null,'_top','#000000','#FFFFFF','#FFFFFF','#0000FF',
[
['I and S-Line Series','allprime.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF']

]]
]],

['Pump Selection',null,'_top','#000000','#FFFFFF','#FFFFFF','#0000FF',
[
['Magnetic Drive Pumps','pumpsel.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['WINHY 5.00',null,'_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['Submersible Pumps (Pumpexplorer)',null,'_top','#000000','#FFFFFF','#FFFFFF','#0000FF']
]],

['Exhibitions','exhibitions.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['Brochures','brochures.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF'],
['Register','register.htm','_top','#000000','#FFFFFF','#FFFFFF','#0000FF',
]
];