var MENU_ITEMS=[
[wrap_root('Home','1'),'?Home&page_id=1',{'sw' : 150}],
[wrap_root('Pacific Pride','6'),'http://www.fosterbluewaterfleetfueling.com',{'sw' : 150}],
[wrap_root('Lubricants','25'),'?Lubricants&page_id=25',{'sw' : 150}],
[wrap_root('Convenience Stores','5'),'?Convenience Stores&page_id=5',{'sw' : 150}],
[wrap_root('Transportation','2'),'?Transportation&page_id=2',{'sw' : 150}],
[wrap_root('Propane','3'),'http://www.blueflamepropaneinc.com',{'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>'
	];
}
