var MENU_ITEMS2=[
[wrap_root('Foster Blue Water Oil','26'),'?Foster Blue Water Oil&page_id=26',{'sw' : 150},
[wrap_parent('About Us'),'?About Us&page_id=28'],
],
[wrap_root('Foster Energy Services','27'),'http://www.fosterenergyservices.com',{'sw' : 150}],
[wrap_root('Contact Us','8'),'?Contact Us&page_id=8',{'sw' : 150}],
[wrap_root('Pay Online','32'),'?Pay Online&page_id=32',{'sw' : 150}],
];
function wrap_parent (text,icon,id) {
	return [['<table cellpadding=0 cellspacing=0 border=0 width=100%><tr><td width=100%><table cellpadding=0 cellspacing=0 border=0 width=100% height=24><tr><td class=a4> ', text, '</td></tr></table></td></tr></table>'].join(''),
	['<table cellpadding=0 cellspacing=0 border=0 width=100%><tr><td width=100%><table cellpadding=0 cellspacing=0 border=0 width=100% height=24><tr><td class=a2> ', text, '</td></tr></table></td></tr></table>'].join(''),
	['<table cellpadding=0 cellspacing=0 border=0 width=100%><tr><td width=100%><table cellpadding=0 cellspacing=0 border=0 width=100% height=24><tr><td class=a2> ', text, '</td></tr></table></td></tr></table>'].join('')
	];
}
function wrap_child (text,icon,id) {
	return [['<table cellpadding=1 cellspacing=0 border=0 width=100%><tr><td bgcolor=#EFEDDE><img height=16 src=', icon !=null ? 'icons/' + icon: 'menu_files/pixel.gif width=15', ' hspace=3></td><td width=100%><table cellpadding=1 cellspacing=0 border=0 width=100% height=22><tr><td class=a0_'+id+'>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join(''),
	['<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 bgcolor=#CED1C3><tr><td><img height=16 src=', icon !=null ? 'icons/' + icon: 'menu_files/pixel.gif width=16', ' hspace=3></td><td width=99% class=a0_'+id+'>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join(''),
	['<table cellpadding=1 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=1 cellspacing=0 border=0 width=100% height=22 bgcolor=#CED1C3><tr><td><img height=16 src=', icon !=null ? 'icons/' + icon: 'menu_files/pixel.gif width=16', ' hspace=3></td><td width=99% class=a0_'+id+'>&nbsp; ', text, '</td></tr></table></td></tr></table>'].join('')
	];
}
function wrap_root (text,id) {
	return [
	'<table cellpadding=0 cellspacing=0 border=0 width=100% class=a3><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a0_'+id+' align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
	'<table cellpadding=0 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a1_'+id+' align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>',
      '<table cellpadding=0 cellspacing=0 border=0 width=100% bgcolor=#93A070><tr><td><table cellpadding=0 cellspacing=0 border=0 width=100% height=21><tr><td width=100% class=a1_'+id+' align="center">&nbsp; ' + text + ' &nbsp;</td></tr></table></td></tr></table>'
	];
}
