function wrap_noright(text) { 
return('<div style="border : 1px solid #C0C0C0"><table cellpadding="0" cellspacing="0" width="100%"><tr><td style="padding: 3px; ' 
+ 'font-family: verdana, arial, san-serif; font-size: 11px">' + text + '</td></tr></table></div>'); 
}
function wrap_noborder(text) { 
return('<div style="border: none"><table cellpadding="0" cellspacing="0" width="100%"><tr><td style="padding: 4px; ' 
+ 'font-family: verdana, arial, san-serif; font-size: 11px">' + text + '</span></td></tr></table></div>'); 
}
function wrap_noborder_noright(text) { 
return('<div style="border : 1px solid #C0C0C0; border-right: none"><table cellpadding="0" cellspacing="0" width="100%"><tr><td style="padding: 3px; ' 
+ 'font-family: verdana, arial, san-serif; font-size: 11px">' + text + '</td></tr></table></div>'); 
}
function wrap_noborder_smallfont(text) { 
return('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td ' 
+ 'style="font-family: verdana, arial, san-serif; font-size: 9px">' + text + '</td></tr></table>'); 
}



var MENU_ITEMS = [
	[wrap_noborder(''), ['directory.php', '_top', null], [null,null,null],
		['Search the Directory', ['directory.php', '_top', null], [0,null,150]],
		['View the entire list', ['search_results.php?search_type=2', '_top', null], [null,null,150]]
	],
	[wrap_noborder(''), ['streetscape.php', '_top', null], [152,null,null],
		['Orléans Roundabout.ca', ['http://www.orleansroundabout.ca/en/view.php?key=1&lang=en', '_blank', null], [0,null,150]],
		['Traffic Camera', ['http://traffic.ottawa.ca/map/camera/180', '_blank', null], [0,null,150]]		
	],
	[wrap_noborder(''), ['specials.php', '_top', null], [156,null,null]],
	[wrap_noborder(''), ['employment.php', '_top', null], [154,null,null]],
	[wrap_noborder(''), ['news.php', '_top', null], [152,null,null],
		['About Us', ['about.php', '_top', null], [0,null,150]],
		['BIA Mandate', ['whatwedo.php', '_top', null], [null,null,150]],
		['Ottawa Farmer\'s Market', ['ottawaFarmers.php', '_top', null], [0,null,150]],
	]

];