if (TransMenu.isSupported()) {

		var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("about"));
		menu1.addItem("Mandate", "aboutmgcc_mandate.html"); 
		menu1.addItem("Vision and mission", "aboutmgcc_mission.html");
		menu1.addItem("Legislation and Regulation", "aboutmgcc_legislation.html"); 
		menu1.addItem("Commissioners", "aboutmgcc_commissioners.html");
		menu1.addItem("Organizational Chart", "aboutmgcc_chart.html");
		menu1.addItem("Annual Reports", "aboutmgcc_annual_reports.html"); 
		menu1.addItem("Employment Opportunities", "aboutmgcc_employment.html");
		menu1.addItem("Orders", "aboutmgcc_orders.html"); 
		menu1.addItem("Appeals", "aboutmgcc_appeals.html"); 
		menu1.addItem("Strategic Plan", "aboutmgcc_strategic_plan.html");    
		//==================================================================================================

		//==================================================================================================
		var menu2 = ms.addMenu(document.getElementById("charity"));
		menu2.addItem("Types of Licences", "charitable_games.html");
		menu2.addItem("Licence Amendment Request Form", "charitable_licenseform.html");
		menu2.addItem("FAQs", "charitable_faqs.html");
		menu2.addItem("Current Licensed Events", "charitable_current_events.html");
		//==================================================================================================

		//==================================================================================================
		var menu3 = ms.addMenu(document.getElementById("registration"));
		menu3.addItem("Employees", "registration_employees.html");
		menu3.addItem("Supplier", "registration_suppliers.html");
		menu3.addItem("Siteholders", "registration_siteholders.html");
		menu3.addItem("Appeals", "registration_appeals.html");
		menu3.addItem("Lottery Retailers", "registration_lottery_retailers.html");
		//==================================================================================================

		//==================================================================================================
		var menu4 = ms.addMenu(document.getElementById("honesty"));
		menu4.addItem("Standards for Honesty and Integrity", "honesty_standards.html");
		menu4.addItem("Gaming/Non-Gaming Equipment Classification", "honesty_gaming_non.html");
		menu4.addItem("Table Games", "honesty_tablegames.html");
		menu4.addItem("New Technologies", "honesty_technologies.html");
		menu4.addItem("Electronic Gaming Devices", "honesty_electronic.html");
		menu4.addItem("Charitable Gaming", "honesty_charitable.html");
		//==================================================================================================		
		
		//==================================================================================================
		var menu5 = ms.addMenu(document.getElementById("financial"));
		menu5.addItem("Electronic Reporting Tools (ERT)", "financial_ert.html");
		menu5.addItem("Licensee Report Forms", "financial_auditforms.html");
		menu5.addItem("FAQs", "financial_faqs.html");
		menu5.addItem("First Nations Gaming", "financial_firstnations.html");
		menu5.addItem("Municipal Licensing Authorities", "financial_municipalities.html");
		//==================================================================================================		

		//==================================================================================================
		var menu6 = ms.addMenu(document.getElementById("inspections"));
		menu6.addItem("Complaints and Dispute Resolution", "inspections_complaints.html");
		menu6.addItem("Inspection and Investigation Process", "inspections_investigations.html");
		menu6.addItem("Security Alerts", "inspections_security.html");
		menu6.addItem("Lottery Products", "inspections_lottery.html");
		menu6.addItem("Illegal Gambling", "inspections_illegal.html");
		menu6.addItem("Promotional Contests", "inspections_promotional_contests.html");
		//==================================================================================================		
		
		//==================================================================================================
		var menu7 = ms.addMenu(document.getElementById("research"));
		menu7.addItem("Responsible Gambling", "research_public_strategy.html");
		menu7.addItem("Public Education", "research_public.html");
		menu7.addItem("Research", "research_main.html");		
		menu7.addItem("Graduate Studentships", "studentship.html");	
		
		TransMenu.renderAll();
}
