// 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','','','/what_we_do/default.htm','','105','29','/images/nav/what_we_do.gif','/images/nav/what_we_do-over.gif','','','','','','','','')
	what_we_do.makeMenu('sub10','top1','Overview','/what_we_do/overview.htm','',155,0)
	what_we_do.makeMenu('sub11','top1','Support for Adults','/what_we_do/support_for_adults.htm','',155,0)			
           what_we_do.makeMenu('sub23','top1','Aboriginal Initiative','/what_we_do/aboriginal_initiative.htm','',155,0)	   
	   what_we_do.makeMenu('sub22','top1','Employment','/what_we_do/employment_overview.htm','',155,0)
	   what_we_do.makeMenu('sub221','sub22','Overview','/what_we_do/employment_overview.htm','',145,0)
	   what_we_do.makeMenu('sub222','sub22','Customized Employment','/what_we_do/customized_employment.htm','',145,0)
	   what_we_do.makeMenu('sub24','top1','Safeguards','/what_we_do/safeguards.htm','',155,0)
	   what_we_do.makeMenu('sub13','top1','Individualized Funding','/what_we_do/individualized_funding.htm','',155,0)
    what_we_do.makeMenu('sub21','top1','Family Independence Fund','/what_we_do/family_independence.htm','',155,0)
    what_we_do.makeMenu('sub14','top1','Innovation','/what_we_do/innovation.htm','',155,0)
		what_we_do.makeMenu('sub141','sub14','Overview','/what_we_do/innovation.htm','',145,0)
		what_we_do.makeMenu('sub142','sub14','Framework','/what_we_do/innovation/framework.htm','',145,0)
		what_we_do.makeMenu('sub143','sub14','Project','/what_we_do/innovation/project.htm','',145,0)
				what_we_do.makeMenu('sub144','sub14','Contracts','/what_we_do/innovation/grants.htm','',145,0)
		what_we_do.makeMenu('sub145','sub14','Support Network','/what_we_do/innovation/support_network.htm','',145,0)
		what_we_do.makeMenu('sub146','sub14','Links & Resources','/what_we_do/innovation/links_and_resources.htm','',145,0)
    	what_we_do.makeMenu('sub15','top1','Home Sharing','/what_we_do/home_sharing.htm','',155,0)
		what_we_do.makeMenu('sub151','sub15','Overview','/what_we_do/home_sharing_overview.htm','',145,0)
		what_we_do.makeMenu('sub152','sub15','Home Sharing Providers','/what_we_do/home_sharing_providers.htm','',145,0)
		what_we_do.makeMenu('sub153','sub15','Home Sharing Agencies','/what_we_do/home_sharing_agencies.htm','',145,0)
 		what_we_do.makeMenu('sub154','sub15','Interested','/what_we_do/interested.htm','',145,0)
		what_we_do.makeMenu('sub155','sub15','Contacts','/what_we_do/home_sharing_contacts.htm','',145,0)
   what_we_do.makeMenu('sub26','top1','Personalized Supports Initiative','/what_we_do/personalized_supports_initiative.htm','',155,0)
   what_we_do.makeMenu('sub16','top1','Provincial Assessment Centre','/pac/default.htm','',155,0)
   what_we_do.makeMenu('sub25','top1','WOW!clbc','/what_we_do/wow!clbc_recognition.htm','',155,0)
   what_we_do.makeMenu('sub27','top1','Youth in Transition','/what_we_do/transitioning_youth.htm','',155,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','/what_we_do/FAQ_s.htm','',155,0)
	what_we_do.makeMenu('sub19','top1','Glossary','/what_we_do/glossary.htm','',155,0)
    what_we_do.makeMenu('sub20','top1','Links to Resources','/what_we_do/links_to_resources.htm','',155,0)





	//Leave this line - it constructs the menu
what_we_do.construct()	