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(''), ['/en/aboutus/index.php', '_top', null], [null,null,null],
		['Association', ['/en/aboutus/association.php', '_top', null], [null,null,160]],
		['CASAVA', ['/en/aboutus/casava.php', '_top', null], [null,null,160]],
		['Churches', ['/en/aboutus/churches.php', '_top', null], [null,null,160]],
		['History', ['/en/aboutus/history.php', '_top', null], [null,null,160]],
		['Community Centre', ['/en/aboutus/community.php', '_top', null], [null,null,160]],
		['CC Reservations Calendar', ['/en/aboutus/community_calendar.php', '_top', null], [null,null,160]],
		['Our Website', ['/en/aboutus/website.php', '_top', null], [null,null,160]],
	],
	[wrap_noborder(''), ['/en/whatsnew/index.php', '_top', null], [108,null,null],
		['Activities', ['/en/whatsnew/activities.php', '_top', null], [null,null,110]],		
		['Calendar', ['/files/Calendar_of_Events_2007_Jan_April.doc', '_top', null], [null,null,110]],

	],
	[wrap_noborder(''), ['/en/community/index.php', '_top', null], [120,null,null],
		['Local Parks', ['/en/community/parks.php', '_top', null], [null,null,130]],
		['Local Schools', ['/en/community/schools.php', '_top', null], [null,null,130]],
		['Our Neighbours', ['/en/community/neighbours.php', '_top', null], [null,null,130]],
		['Our Partners', ['/en/community/partners.php', '_top', null], [null,null,130]],
	],
	[wrap_noborder(''), ['/en/clubs/index.php', '_top', null], [143,null,null],
		['Minor Ball', ['/en/clubs/minor_ball.php', '_top', null], [null,null,110]],
		['Les AS', ['/en/clubs/as.php', '_top', null], [null,null,110]],
		['Chevaliers', ['/en/clubs/chevaliers.php', '_top', null], [null,null,110]],
		['Optimistes', ['/en/clubs/optimistes.php', '_top', null], [null,null,110]],	
		['Age d\'Or', ['/en/clubs/age_dor.php', '_top', null], [null,null,110]],	
		['German', ['/en/clubs/german.php', '_top', null], [null,null,110]],	
		['CEREC', ['http://www.cerec.ca/', '_blank', null], [null,null,110]],	
	],
	[wrap_noborder(''), ['/en/businesses/index.php', '_top', null], [130,null,null],
		['Automobiles - Doctor', ['/en/businesses/business_a_d.php', '_top', null], [null,null,180]],
		['Education -  Home Appliance', ['/en/businesses/business_e_h.php', '_top', null], [null,null,180]],
		['Landscaping - Snow Removal', ['/en/businesses/business_l_s.php', '_top', null], [null,null,180]],
		['Training - Yoga', ['/en/businesses/business_t_z.php', '_top', null], [null,null,180]],	
	],
	[wrap_noborder(''), ['/en/attractions/index.php', '_top', null], [150,null,null],
	
	],		
];