// JavaScript Document
/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
    news_and_events.makeMenu('top4','','','http://www.communitylivingbc.ca/news_and_events/default.htm','','130','29','images/news_and_events.gif','images/news_and_events-over.gif','','','','','','','','')
	news_and_events.makeMenu('sub41','top4','Overview','http://www.communitylivingbc.ca/news_and_events/overview.htm')
	news_and_events.makeMenu('sub48','top4','What\'s New','http://www.communitylivingbc.ca/news_and_events/whats_new.htm')
	news_and_events.makeMenu('sub42','top4','News Releases','http://www.communitylivingbc.ca/news_and_events/news_releases.htm')
	news_and_events.makeMenu('sub421','sub42','2008','http://www.communitylivingbc.ca/news_and_events/news_releases.htm','',135,0)
	news_and_events.makeMenu('sub422','sub42','2007','http://www.communitylivingbc.ca/news_and_events/NewsReleases2007.htm','',135,0)
	news_and_events.makeMenu('sub423','sub42','2006','http://www.communitylivingbc.ca/news_and_events/NewsReleases2006.htm','',135,0)
	news_and_events.makeMenu('sub424','sub42','2004-05','http://www.communitylivingbc.ca/news_and_events/NewsReleases2004-05.htm','',135,0)
    news_and_events.makeMenu('sub43','top4','Media Room','http://www.communitylivingbc.ca/news_and_events/media_room.htm')
    news_and_events.makeMenu('sub44','top4','Fact Sheet','http://www.communitylivingbc.ca/news_and_events/fact_sheet.htm')
	news_and_events.makeMenu('sub45','top4','Events','http://www.communitylivingbc.ca/news_and_events/events.htm')
	news_and_events.makeMenu('sub451','sub45','General','http://www.communitylivingbc.ca/news_and_events/events.htm','',135,0)
	news_and_events.makeMenu('sub46','top4','Newsletter','http://www.communitylivingbc.ca/news_and_events/newsletter.htm')
		news_and_events.makeMenu('sub461','sub46','Overview','http://www.communitylivingbc.ca/news_and_events/newsletter.htm','',135,0)
		news_and_events.makeMenu('sub462','sub46','Current Edition','http://www.communitylivingbc.ca/news_and_events/newsletter/current_edition.htm','',135,0)
		news_and_events.makeMenu('sub463','sub46','Archive','http://www.communitylivingbc.ca/news_and_events/newsletter/archive.htm','',135,0)
		news_and_events.makeMenu('sub464','sub46','Submission Guidelines','http://www.communitylivingbc.ca/news_and_events/newsletter/submission_guidelines.htm','',135,0)
		news_and_events.makeMenu('sub465','sub46','Photo Contest','http://www.communitylivingbc.ca/news_and_events/PhotoContest.htm','',135,0)
    //news_and_events.makeMenu('sub47','top4','News Archive Search','/news_and_events/news_archive_search.htm')
	
	//Leave this line - it constructs the menu
news_and_events.construct()	


