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(''), ['http://www.orleanschamber.ca/en/about/index.php', '_top', null], [null,null,null],
		['Chair\'s Message', ['http://www.orleanschamber.ca/en/about/presidentmessage.php', '_top', null], [20,null,110]],
		['Board of Directors', ['http://www.orleanschamber.ca/en/about/bod.php', '_top', null], [null,null,110]],
		['Get Involved!', ['http://www.orleanschamber.ca/en/about/involved.php', '_top', null], [null,null,110]],
	],
	[wrap_noborder(''), ['http://www.orleanschamber.ca/en/membership/index.php', '_top', null], [155,null,null],
		['Benefits of Membership', ['http://www.orleanschamber.ca/en/membership/benefits.php', '_top', null], [-22,null,140]],
		['Membership Resources', ['http://www.orleanschamber.ca/en/membership/resources.php', '_top', null], [null,null,140]],
		['Member Discounts', ['http://www.orleanschamber.ca/en/membership/m2mdiscounts.php', '_top', null], [null,null,140]],
		['Apply Now!', ['https://cp.experthost.com/ssl/18/orleanschamber.ca/en/membership/sign-up.php', '_top', null], [null,null,140]],
		//['Annual General Meeting', ['/en/about/gen_meeting.php', '_top', null], [null,null,170]],		
		//['Feedback', ['/en/about/feedback.php', '_top', null], [null,null,170]],		
	],
	[wrap_noborder(''), ['http://www.orleanschamber.ca/en/community/index.php', '_top', null], [100,null,null],
		['Community Announcements', ['http://www.orleanschamber.ca/en/community/events_com.php', '_top', null], [-20,null,170]],
		['Employment Opportunities', ['http://www.orleanschamber.ca/en/community/jobs.php', '_top', null], [null,null,170]],
	],
	[wrap_noborder(''), ['http://www.orleanschamber.ca/en/directory/index.php', '_top', null], [130,null,null]],		
	[wrap_noborder(''), ['http://www.orleanschamber.ca/en/events/index.php', '_top', null], [142,null,null]],

];