var MENU_ITEMS_XP = [
	[wrap_root('<img src="images/arrow.gif"> Home Page'), 'default.asp', null],
	[wrap_root('<img src="images/arrow.gif">  Bottleless Water Coolers'), null, null,
		[wrap_child('<img src="images/arrow.gif"> AquaCare Coolers'), 'default.asp?pg=AquaCare Coolers', null],
		[wrap_child('<img src="images/arrow.gif"> Everpure 1000 Filter'), 'default.asp?pg=Everpure 1000 Filter', null]
	],
	[wrap_root('<img src="images/arrow.gif">  Water Depot'), 'default.asp?pg=Water Depot', null],
	[wrap_root('<img src="images/arrow.gif">  AquaCare In The News'), 'default.asp?pg=AquaCare In The News', null],
	[wrap_root('<img src="images/arrow.gif">  AquaCare Goals'), 'default.asp?pg=AquaCare Goals', null],
	[wrap_root('<img src="images/arrow.gif">  About Us'), 'default.asp?pg=About Us', null],
	[wrap_root('<img src="images/arrow.gif">  Contact Us'), 'default.asp?pg=Contact Us', null],
	[wrap_root('<img src="images/arrow.gif">  AquaCare Links'), null, null,
		[wrap_child('<img src="images/arrow.gif"> AquaCare Enviro Partners'), 'default.asp?pg=AquaCare Enviro Partners', null],
		[wrap_child('<img src="images/arrow.gif"> AquaCare Gillies Association'), 'default.asp?pg=AquaCare Gillies Association', null]
	]
];
function wrap_parent (text,icon) {
return [
'<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=menu_default >&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
'<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=menu_hover >&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
'<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=menu_clicked >&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>'
];
}
function wrap_child (text,icon) {
return [
'<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=menusub_default >&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
'<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=menusub_hover >&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
'<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=menusub_clicked >&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>'
];
}
function wrap_root (text) {
return [
'<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=menusub_default >&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
'<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=menusub_hover >&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
'<table cellpadding=1 cellspacing=0 border=0 width=100% ><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=menusub_clicked >&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>'
];
}
