//==================================================================================================
// This javascript file is powering all the links for the menu of UNEP DTIE SCP Website.
// The first level of the navigation have to be change directly on all templates due to the subnavigation.
// ATTENTION! THIS SCRIPT SUPPORT ONLY FULL DIRECT LINKS! (example: http://www.unep.fr/scp/communications/)
//==================================================================================================	
if (TransMenu.isSupported()) {
				TransMenu.updateImgPath('http://www.unep.fr/scp/navscript/');
				var ms = new TransMenuSet(TransMenu.direction.right, 0, 0, TransMenu.reference.topRight);
				TransMenu.subpad_x = 3;
				TransMenu.subpad_y = 0;

			
				document.getElementById("menu100").onmouseover = function() {
					ms.hideCurrent();
				}
				
//==================================================================================================
// HomePage
//==================================================================================================		


//==================================================================================================
// Tourism and UNEP
//==================================================================================================
var tmenu200 = ms.addMenu(document.getElementById("menu200"));
tmenu200.addItem("Sustainable tourism", "http://www.unep.fr/scp/tourism/sustain/", 0, 0);
	var tmenu201 = tmenu200.addMenu(tmenu200.items[0]);
	tmenu201.addItem("Definition", "http://www.unep.fr/scp/tourism/sustain/", 0, 0);
	tmenu201.addItem("Impacts", "http://www.unep.fr/scp/tourism/sustain/impacts/", 0, 0);
	
tmenu200.addItem("About us", "http://www.unep.fr/scp/tourism/about/", 0, 0);
	var tmenu202 = tmenu200.addMenu(tmenu200.items[1]);
	tmenu202.addItem("Mission statement & Objectives", "http://www.unep.fr/scp/tourism/about/", 0, 0);
	tmenu202.addItem("The team", "http://www.unep.fr/scp/tourism/about/team.htm", 0, 0);
	
tmenu200.addItem("FAQ", "http://www.unep.fr/scp/tourism/faq/", 0, 0);


//==================================================================================================
// Topics
//==================================================================================================
var tmenu300 = ms.addMenu(document.getElementById("menu300"));
tmenu300.addItem("Climate Change", "http://www.unep.fr/scp/tourism/topics/climatechange/", 0, 0);
tmenu300.addItem("Resource Efficiency", "http://www.unep.fr/scp/tourism/topics/resource/", 0, 0);	
tmenu300.addItem("Ecosystem Management", "http://www.unep.fr/scp/tourism/topics/ecosystem/", 0, 0);
tmenu300.addItem("Ecotourism", "http://www.unep.fr/scp/tourism/topics/ecotourism/", 0, 0);
tmenu300.addItem("Coastal Management & SIDS", "http://www.unep.fr/scp/tourism/topics/coastal/", 0, 0);
tmenu300.addItem("Poverty Alleviation", "http://www.unep.fr/scp/tourism/topics/poverty/", 0, 0);
tmenu300.addItem("Cultural Diversity", "http://www.unep.fr/scp/tourism/topics/cultural/", 0, 0);
tmenu300.addItem("Knowledge & Innovation", "http://www.unep.fr/scp/tourism/topics/knowledge/", 0, 0);


//==================================================================================================
// Activities
//==================================================================================================
var tmenu400 = ms.addMenu(document.getElementById("menu400"));
tmenu400.addItem("Supporting Governments", "http://www.unep.fr/scp/tourism/activities/governments/", 0, 0);
tmenu400.addItem("Working with the Industry", "http://www.unep.fr/scp/tourism/activities/industry/", 0, 0);	
tmenu400.addItem("Motivating Consumers", "http://www.unep.fr/scp/tourism/activities/consumers/", 0, 0);
tmenu400.addItem("Sustainable Tourism Partnership", "http://www.unep.fr/scp/tourism/activities/partnership/", 0, 0);
tmenu400.addItem("Sustainable Tourism Task Force", "http://www.unep.fr/scp/tourism/activities/taskforce/", 0, 0);
tmenu400.addItem("The SIFT Network", "http://www.unep.fr/scp/tourism/activities/sift/", 0, 0);
tmenu400.addItem("Projects", "http://www.unep.fr/scp/tourism/activities/projects/", 0, 0);


//==================================================================================================
// Information sources
//==================================================================================================
var tmenu500 = ms.addMenu(document.getElementById("menu500"));
tmenu500.addItem("Publications", "http://www.unep.fr/scp/tourism/publications/", 0, 0);
tmenu500.addItem("Working papers", "http://www.unep.fr/scp/tourism/information/workingpapers/", 0, 0);
tmenu500.addItem("News", "http://www.unep.fr/scp/tourism/information/news/", 0, 0);
tmenu500.addItem("Other Publications", "http://www.unep.fr/scp/tourism/publications/other/", 0, 0);
tmenu500.addItem("Partners", "http://www.unep.fr/scp/tourism/information/partners/", 0, 0);

//==================================================================================================
// Events (menu600)
//==================================================================================================
var tmenu600 = ms.addMenu(document.getElementById("menu600"));
tmenu600.addItem("Upcoming events", "http://www.unep.fr/scp/tourism/events/", 0, 0);
tmenu600.addItem("Previous events", "http://www.unep.fr/scp/tourism/events/previous.htm", 0, 0);


				TransMenu.renderAll();
			}
			init1=function(){TransMenu.initialize();}
			if (window.attachEvent) {
				window.attachEvent("onload", init1);
			}else{
				TransMenu.initialize();			
			}