// 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) 
*************************************/
what_we_do.makeMenu('top1','','','http://www.communitylivingbc.ca/what_we_do/default.htm','','105','29','images/what_we_do.gif','images/what_we_do-over.gif','','','','','','','','')
	what_we_do.makeMenu('sub10','top1','Overview','http://www.communitylivingbc.ca/what_we_do/overview.htm','',155,0)
	what_we_do.makeMenu('sub11','top1','Support for Adults','http://www.communitylivingbc.ca/what_we_do/support_for_adults.htm','',155,0)			
    what_we_do.makeMenu('sub12','top1','Support for Children','http://www.communitylivingbc.ca/what_we_do/support_for_children.htm','',155,0)
		what_we_do.makeMenu('sub121','sub12','Overview','http://www.communitylivingbc.ca/what_we_do/support_for_children.htm','',145,0)
		what_we_do.makeMenu('sub122','sub12','At Home','http://www.communitylivingbc.ca/what_we_do/support_for_children/at_home.htm','',145,0)
		what_we_do.makeMenu('sub123','sub12','Autism','http://www.communitylivingbc.ca/what_we_do/support_for_children/autism.htm','',145,0)
		what_we_do.makeMenu('sub124','sub12','Family Support Services','http://www.communitylivingbc.ca/what_we_do/support_for_children/family_support_services.htm','',145,0)
       what_we_do.makeMenu('sub22','top1','Employment','http://www.communitylivingbc.ca/what_we_do/employment_overview.htm','',155,0)
	   what_we_do.makeMenu('sub221','sub22','Overview','http://www.communitylivingbc.ca/what_we_do/employment_overview.htm','',145,0)
	   what_we_do.makeMenu('sub222','sub22','Customized Employment','http://www.communitylivingbc.ca/what_we_do/customized_employment.htm','',145,0)
	   what_we_do.makeMenu('sub13','top1','Individualized Funding','http://www.communitylivingbc.ca/what_we_do/individualized_funding.htm','',155,0)
    what_we_do.makeMenu('sub21','top1','Family Independence Fund','http://www.communitylivingbc.ca/what_we_do/family_independence.htm','',155,0)
    what_we_do.makeMenu('sub14','top1','Innovation','http://www.communitylivingbc.ca/what_we_do/innovation.htm','',155,0)
		what_we_do.makeMenu('sub141','sub14','Overview','http://www.communitylivingbc.ca/what_we_do/innovation.htm','',145,0)
		what_we_do.makeMenu('sub142','sub14','Framework','http://www.communitylivingbc.ca/what_we_do/innovation/framework.htm','',145,0)
		what_we_do.makeMenu('sub143','sub14','Project','http://www.communitylivingbc.ca/what_we_do/innovation/project.htm','',145,0)
				what_we_do.makeMenu('sub144','sub14','Grants','http://www.communitylivingbc.ca/what_we_do/innovation/grants.htm','',145,0)
		what_we_do.makeMenu('sub145','sub14','Support Network','http://www.communitylivingbc.ca/what_we_do/innovation/support_network.htm','',145,0)
		what_we_do.makeMenu('sub146','sub14','Links & Resources','http://www.communitylivingbc.ca/what_we_do/innovation/links_and_resources.htm','',145,0)
    what_we_do.makeMenu('sub15','top1','Residential Options','/what_we_do/residential_options.htm','',155,0)
		what_we_do.makeMenu('sub151','sub15','Project','http://www.communitylivingbc.ca/what_we_do/residential_options/project.htm','',145,0)
		what_we_do.makeMenu('sub152','sub15','Home Sharing','http://www.communitylivingbc.ca/what_we_do/residential_options/home_sharing.htm','',145,0)
 		what_we_do.makeMenu('sub153','sub15','Success Stories','http://www.communitylivingbc.ca/what_we_do/residential_options/success_stories.htm','',145,0)
		what_we_do.makeMenu('sub154','sub15','Contacts','http://www.communitylivingbc.ca/what_we_do/residential_options/contacts.htm','',145,0)
   what_we_do.makeMenu('sub16','top1','Provincial Assessment Centre','http://www.communitylivingbc.ca/pac/default.htm','',155,0)
    what_we_do.makeMenu('sub17','top1','From Good to Great','http://www.communitylivingbc.ca/what_we_do/from_good_to_great.htm','',155,0)
		what_we_do.makeMenu('sub171','sub17','Overview','http://www.communitylivingbc.ca/what_we_do/from_good_to_great.htm','',145,0)
		what_we_do.makeMenu('sub172','sub17','Survey Results','http://www.communitylivingbc.ca/what_we_do/from_good_to_great/survey_results.htm','',145,0)
	//	what_we_do.makeMenu('sub173','sub17','Workshops','/what_we_do/from_good_to_great/workshops.htm','',145,0)
	//	what_we_do.makeMenu('sub174','sub17','Project Overview','/what_we_do/from_good_to_great/project_overview.htm','',145,0)
	what_we_do.makeMenu('sub18','top1','FAQs','http://www.communitylivingbc.ca/what_we_do/FAQ_s.htm','',155,0)
	what_we_do.makeMenu('sub19','top1','Glossary','http://www.communitylivingbc.ca/what_we_do/glossary.htm','',155,0)
    what_we_do.makeMenu('sub20','top1','Links to Resources','http://www.communitylivingbc.ca/what_we_do/links_to_resources.htm','',155,0)





	//Leave this line - it constructs the menu
what_we_do.construct()	
