	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("- Who we are", "company_overview.html");
		menu1.addItem(" - Vision,Mission & Values", "company_vision.html");
		menu1.addItem(" - The JFPS Way", "company_way.html");
		menu1.addItem(" - Alliances & Partners", "company_partners.html");
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem(" - Overview", "product_overview.html");
		menu2.addItem(" - Conferences&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "product_conferences.html");
		menu2.addItem(" - Summits", "product_summits.html");
		menu2.addItem(" - Training", "training.html");
		menu2.addItem(" - Media & Business Community", "community.html");
				
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem(" - Being a Delegate", "experience_delegate.html");
		menu3.addItem(" - Being a Speaker&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "experience_speaker.html");
		menu3.addItem(" - Being a Sponsor", "experience_sponsor.html");
		
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem(" - Our People", "career.html");
		menu4.addItem(" - Positions Available&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "career_positions.html");
		menu4.addItem(" - Interviewing with Us", "career_interviewing.html");

		mtDropDown.renderAll();
	}
