

	
	if (TransMenu.isSupported()) {
 
		
		var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);
 
		
		//==MAIN
		
		//====declaring the menu=======
		var menu1 = ms.addMenu(document.getElementById("Main"));
		
		
		//===Adding Menu Items
     	menu1.addItem("Home", "http://www.digitaleg.com/Digital_Egypt/Egypt-Information-Portal-English.html");
     	
     	//====Check for sub childs==========
     

		
		//===Adding Menu Items
     	menu1.addItem("About", "http://www.digitaleg.com/Digital_Egypt/digital-egypt-main-links/about.html");
     	
    
		//===Adding Menu Items
     	menu1.addItem("Mission", "http://www.digitaleg.com/Digital_Egypt/digital-egypt-main-links/mission.html");
     	
     
  	    
		//===Adding Menu Items
     	menu1.addItem("Future", "http://www.digitaleg.com/Digital_Egypt/digital-egypt-main-links/future.html");
  /*
     	
		//===Adding Menu Items
     	menu1.addItem("Articles", "http://www.digitaleg.com/Digital_Egypt/digital-egypt-articles/digital-egypt-articles.html");
     	
*/	
		//===Adding Menu Items
     	menu1.addItem("Resources", "http://www.digitaleg.com/Digital_Egypt/resources/resources.html");
     
 		//===Adding Menu Items
     	menu1.addItem("Contact", "http://www.digitaleg.com/Digital_Egypt/digital-egypt-main-links/contact.html");       	
		//===Adding Menu Items
     	menu1.addItem("Arabic", "http://www.digitaleg.com/Digital_Egypt/Information-Portal.html");

     	

		
		//==================================================================================================
		//==Start GIS Application======
		//==================================================================================================
		//====declaring the menu=======
		var menu2 = ms.addMenu(document.getElementById("startGIS"));
		
		
		//===Adding Menu Items
     	menu2.addItem("Standard");
     	
     	//====Check for sub childs==========
     	
     	//=====Declare the submenu=======
     	
		var submenu_monthlysubscription= menu2.addMenu(menu2.items[0]);
		
		//=====Add the submenu=======
		
		submenu_monthlysubscription.addItem("English", "http://www.digitaleg.com/Digital_Egypt/Digital-Egypt-Real-Estate-GIS/Egypt_GIS_Application_B.html");
		
		submenu_monthlysubscription.addItem("Arabic", "http://www.digitaleg.com/Digital_Egypt/Digital-Egypt-Real-Estate-GIS/Egypt_GIS_Application_B_Arabic.html");
		
  	menu2.addItem("Mobile");
	
			var mobile_GIS= menu2.addMenu(menu2.items[1]);
		
		//=====Add the submenu=======
		
		mobile_GIS.addItem("English", "http://ags.roktech.net/ArcGIS/rest/services/DigitalEg/English/MapServer?f=jsapi");
		
		mobile_GIS.addItem("Arabic", "http://ags.roktech.net/ArcGIS/rest/services/DigitalEg/Arabic/MapServer?f=jsapi");
	
		//==================================================================================================
		//==How to use GIS Application======
		//==================================================================================================
		//====declaring the menu=======
		var menu3 = ms.addMenu(document.getElementById("howToUse"));
		
		
		//===Adding Menu Items
     	menu3.addItem("English", "http://www.digitaleg.com/Digital_Egypt/Digital-Egypt-Real-Estate-GIS/howtouse.html");
		menu3.addItem("Arabic", "http://www.digitaleg.com/Digital_Egypt/Digital-Egypt-Real-Estate-GIS/howtousear.html");
     	

				
		//==================================================================================================
		//==Subscriptions======
		//==================================================================================================
		var menu4 = ms.addMenu(document.getElementById("subscriptions"));
		
		
		//===Adding Menu Items
     	menu4.addItem("Real Estate", "http://www.digitaleg.com/Digital_Egypt/real-estate-and-properties/egypt-real-estate.html");
     	
     	//====Check for sub childs==========
     	
     	//=====Declare the submenu=======
     	
		var submenu_traveltoegypt= menu4.addMenu(menu4.items[0]);
		
		//=====Add the submenu=======
		submenu_traveltoegypt.addItem("Exclusive Financer", "http://www.digitaleg.com/Digital_Egypt/real-estate-and-properties/Real-Estate-Subscriptions-Exclusive-Financer.html");		

submenu_traveltoegypt.addItem("Platinum Pro", "http://www.digitaleg.com/Digital_Egypt/real-estate-and-properties/Real-Estate-Subscriptions-Platinum-Pro.html");
		
		submenu_traveltoegypt.addItem("Platinum", "http://www.digitaleg.com/Digital_Egypt/real-estate-and-properties/Real-Estate-Subscriptions-Platinum.html");
		
		submenu_traveltoegypt.addItem("Golden", "http://www.digitaleg.com/Digital_Egypt/real-estate-and-properties/Real-Estate-Subscriptions-Platinum.html");
		
		submenu_traveltoegypt.addItem("Silver", "http://www.digitaleg.com/Digital_Egypt/real-estate-and-properties/Real-Estate-Subscriptions-Silver.html");
		

		
		//===Adding Menu Items
     	menu4.addItem("Business", "http://www.digitaleg.com/Digital_Egypt/business-and-services/business-and-service-subscriptions.html");
     	
     	//====Check for sub childs==========
     	
     	//=====Declare the submenu=======
     	
		var submenu_travelabroad= menu4.addMenu(menu4.items[1]);
		
		//=====Add the submenu=======
		
		submenu_travelabroad.addItem("Exclusive Sponsor", "http://www.digitaleg.com/Digital_Egypt/business-and-services/business-exclusive-sponsor.html");
		
		submenu_travelabroad.addItem("Premium Franchise", "http://www.digitaleg.com/Digital_Egypt/business-and-services/business-premium-franchise.html");
		
		submenu_travelabroad.addItem("Premium Single", "http://www.digitaleg.com/Digital_Egypt/business-and-services/business-premium-single.html");
		
		submenu_travelabroad.addItem("Express Single", "http://www.digitaleg.com/Digital_Egypt/business-and-services/business-express-single.html");


 
		//==================================================================================================
		//==Useful Links======
		//==================================================================================================
		var menu5 = ms.addMenu(document.getElementById("links"));
		
		
		//===Adding Menu Items
     	menu5.addItem("Government", "http://www.digitaleg.com/Digital_Egypt/egypt-useful-links/Government-Useful-Links.html");
     	
     	//====Check for sub childs==========
     	
		//===Adding Menu Items
     	menu5.addItem("Research", "http://www.digitaleg.com/Digital_Egypt/egypt-useful-links/Market-Research-Data-Links.html");
     	
     	//====Check for sub childs==========

 
		//==================================================================================================
		//==Multimedia======
		//==================================================================================================
	
	TransMenu.renderAll();
		
	}
