if (mtDropDown.isSupported()) {
		
	var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

	//==================================================================================================
	//==================================================================================================
	
    // menu : About Us
	var menu2 = ms.addMenu(document.getElementById("menu2"));
	menu2.addItem("Who We Are", "who_we_are.html");
	menu2.addItem("Our Objectives", "our_objectives.html");
	menu2.addItem("Members of the Board", "board_of_directors.html");
	menu2.addItem("Get Involved", "get_involved.html");
	menu2.addItem("Contact Us", "contact_us.html");

	//==================================================================================================
	//==================================================================================================

		// menu : News Releases
	var menu3 = ms.addMenu(document.getElementById("menu3"));
	menu3.addItem("News Releases", "../news_releases.html");
	menu3.addItem("Urgent Action", "../urgent_action.html");

	//==================================================================================================
	//==================================================================================================

	// menu : Human Rights
	var menu4 = ms.addMenu(document.getElementById("menu4"));
	menu4.addItem("Communications to Egyptian Authorities", "../toset.html");
	menu4.addItem("Democratization and Rule of Law", "../democratization_rule_of_Law.html");
	menu4.addItem("Freedom of Speach & Press", "../freedom_press.html");
	menu4.addItem("Minority Rights In Egypt ", "../minority_rights_in_egypt.html");
	menu4.addItem("Reports and Communications to UN and EU", "../reports_un_eu.html");
	menu4.addItem("US Reports on Egypt's Human Rights", "../us_reports.html");
	menu4.addItem("Women's Rights", "../women_s_rights.html");


	//==================================================================================================
	//==================================================================================================
	
	// menu : Aequalitas
	var menu5 = ms.addMenu(document.getElementById("menu5"));
	menu5.addItem("Aequalitas", "../toset.html");
	menu5.addItem("Articles", "../toset.html");

	//==================================================================================================
	//==================================================================================================

    	// menu : Our Library
	var menu1 = ms.addMenu(document.getElementById("menu1"));
	menu1.addItem("Arabs", "toset.html");
	menu1.addItem("Christianity", "toset.html");
	menu1.addItem("Copts", "toset.html");
	menu1.addItem("Coptic Art and Culture", "toset.html");
	menu1.addItem("Democracy", "toset.html");
	menu1.addItem("Egypt's History", "toset.html");
	menu1.addItem("Human Rights", "human_rights.html");
	menu1.addItem("Islam", "toset.html");
	menu1.addItem("Languages", "toset.html");
	menu1.addItem("Law", "law.html");
	menu1.addItem("Minority Rights", "minority_rights.html");
	menu1.addItem("Organizations", "toset.html");
	menu1.addItem("Politics", "toset.html");
	menu1.addItem("Philosophy", "toset.html");
	menu1.addItem("Religion & Human Rights", "religion_and_human_rights.html");
	menu1.addItem("Terrorism", "terrorism.html");
	
	//==================================================================================================
	//==================================================================================================
	
	// menu : Archive
	var menu6 = ms.addMenu(document.getElementById("menu6"));
	menu6.addItem("Aequalitas", "../toset.html");
	menu6.addItem("Reports And Press", "../reports_press.html");

	//==================================================================================================
	//==================================================================================================
    // menu : Links
	var menu7 = ms.addMenu(document.getElementById("menu7"));
	menu7.addItem("Amnesty International", "http://www.amnesty.org");
	menu7.addItem("Canadian Foreign Affairs", "http://www.dfait-maeci.gc.ca");
	menu7.addItem("Canadian International Development Agency", "http://www.digitalopportunity.org/external/?url=http%3A%2F%2Fwww.acdi-cida.gc.ca%2Fhome");
	menu7.addItem("Egyptian Government", "http://www.egypt.gov.eg");
	menu7.addItem("Freedom House", "http://www.freedomhouse.org/");
	menu7.addItem("Grass-Roots (Canadian)", "http://www.canadiangrassroots.ca");
	menu7.addItem("Heritage Canada", "http://www.heritagecanada.org");
	menu7.addItem("Human Rights Education Associates", "http://www.hrea.org/");
	menu7.addItem("Human Rights' Watch", "http://www.hrw.org");
	menu7.addItem("Ibn Khaldun Center For Development Studies", "http://www.eicds.org");
	menu7.addItem("Minority Rights Group International", "http://www.minorityrights.org");
	menu7.addItem("NO SHARIA", "http://www.nosharia.com");
	menu7.addItem("Rights & Democracy", "http://www.ichrdd.ca");
	menu7.addItem("The Cairo Institute for Human Rights", "http://www.cihrs.org");
	menu7.addItem("The Egyptian Organization for Human Right", "http://www.eohr.org");
	menu7.addItem("UNESCO HR Education", "http://gmr.uis.unesco.org");
	menu7.addItem("UNESCO HR Education by 2015", "http://portal.unesco.org/education/en/ev.php-URL_ID=42332&URL_DO=DO_TOPIC&URL_SECTION=201.html"); 
	menu7.addItem("United Nations", "http://www.un.org");
	menu7.addItem("UN Economic and Social Council: NGO", "http://www.un.org/esa/coordination/ngo/ ");
	menu7.addItem("State Department ", "http://www.state.gov");
	menu7.addItem("Watani Newspaper", "http://www.wataninet.com");


	mtDropDown.renderAll();
}

