if (TransMenu.isSupported()) {
//==================================================================================================
	var ms = new TransMenuSet(TransMenu.direction.down, 0, 24, TransMenu.reference.topLeft);
//==================================================================================================

	var menu1 = ms.addMenu(document.getElementById("a"));
	menu1.addItem("Our Organisation", "about_our_organisation.html"); 
	menu1.addItem("Making A World of Difference", "about_making_a_world_of_difference.html"); 
	menu1.addItem("Partnerships", "about_partnerships.html"); 
	menu1.addItem("Events", "about_events.html"); 
	menu1.addItem("Site Map", "about_site_map.html"); 

//==================================================================================================

	var menu2 = ms.addMenu(document.getElementById("b"));
	menu2.addItem("Species", "awareness_species.html"); 
	menu2.addItem("Community", "awareness_community.html"); 
	menu2.addItem("Media & Articles", "awareness_media_articles.html"); 
	menu2.addItem("Links", "awareness_links.html"); 
	menu2.addItem("For Kids", "awareness_for_kids.html"); 

//==================================================================================================

	var menu3 = ms.addMenu(document.getElementById("c"));
	menu3.addItem("Dolphin Sighting Program", "projects_dolphin_sighting_program.html"); 
	menu3.addItem("Community Empowerment", "projects_community_empowerment.html"); 
	menu3.addItem("Marine Wildlife Guardians", "projects_marine_wildlife_guardians.html"); 
	menu3.addItem("Save Our Snubfin & Humpback Dolphins", "projects_save_our_snubfin_humpback_dolphins.html"); 
	menu3.addItem("Save Our Sharks And Rays", "projects_save_our_sharks_rays.html"); 

//==================================================================================================
	
	var menu4 = ms.addMenu(document.getElementById("d"));
	menu4.addItem("Volunteer", "take_action_volunteer.html"); 
	menu4.addItem("Give", "take_action_give.html"); 
	menu4.addItem("Join Our Mailing List", "take_action_join_our_mailing_list.html"); 
	menu4.addItem("Join Our Newsletter", "http://www.marinewildlife.org.au/lists/?p=subscribe&id=1"); 
	menu4.addItem("Sign Our E-Petition", "take_action_sign_petitions.html"); 

//==================================================================================================

	var menu5 = ms.addMenu(document.getElementById("e"));
	menu5.addItem("Images", "media_image_gallery.html"); 
	menu5.addItem("Movies", "media_movies.html"); 

//==================================================================================================

//	var menu6 = ms.addMenu(document.getElementById("f"));
//	menu6.addItem("Enquiry Form", "enquiry.html"); 
//	menu6.addItem("Contact Information", "contact.html"); 
//==================================================================================================

	TransMenu.renderAll();
}
