// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Citizenship&nbsp;&&nbsp;Immigration", "citimm.htm",
		["Forms", "forms.htm"],
		["Goverment Sites", "gov.htm"]
	],
	["Research&nbsp;&&nbsp;Publications", "pubs.htm",
		["Publications", "pubs.htm"]
	],
	["Education&nbsp;&&nbsp;Training", "education.htm",
		["Elementary&nbsp;&&nbsp;Secondary", "elesec.htm"],
		["Adult&nbsp;High&nbsp;School", "adult.htm"],
		["Post&nbsp;Secondary", "postsec.htm"],
		["Professional&nbsp;Development", "profdevel.htm"]
	],
	["Settlement", "settle.htm",
		["Employment", "employment.htm",
			["Resource&nbsp;Centres", "rescen.htm"],
			["Job&nbsp;Centre", "jobs.htm"]
		],
		["Government", "gov.htm"],
		["Healthcare", "healthcare.htm",
			["Doctors", "doctors.htm"],
			["Hospitals", "hospitals.htm"],
			["Information", "healthinfo.htm"],
			["Subsidized&nbsp;Dental", "dental.htm"]
		],
		["Housing", "housing.htm"],
		["Language&nbsp;&&nbsp;Literacy", "language.htm",
			["ESL", "ESL.htm"],
			["FSL", "FSL.htm"],
			["Language&nbsp;Assessment&nbsp;Centres", "lac.htm"]
		],
		["Legal&nbsp;Services", "legal.htm"],
		["Municipal&nbsp;Services", "municipal.htm",
			["Information", "municipal.htm"],
			["Law&nbsp;Enforcement", "law.htm"]
		],
		["Other&nbsp;SPOs", "spo.htm"],
		["Social&nbsp;Services", "social.htm",
			["Children&nbsp;&&nbsp;Family", "children.htm"],
			["Financial&nbsp;Aid", "finance.htm"],
			["Senior&nbsp;Citizens", "seniors.htm"],
			["Women's&nbsp;Shelters", "women.htm"]
		]
	],
	["Community", "community.htm",
		["Clubs&nbsp;&&nbsp;Associations", "clubs.htm"],
		["Embassies", "embassies.htm"],
		["Media", "media.htm"],
		["News", "news.htm"],
		["Religion", "religion.htm"],
		["Professional&nbsp;Services","profserv.htm"]
	],
	["FAQs", "faq.htm"]
];
