							if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		
		// Equipments
		var menu1 = ms.addMenu(document.getElementById("menu1"));

		
		
		// Incidents
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("About SEO Jennie &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;", "about.php");
		menu2.addItem("Why US", "why-us.php");
		menu2.addItem("Blog", "http://www.seojennie.com/blog/");
		menu2.addItem("Clients", "clients.php");
						/*
		//Product and Services / 9th
		var subMenu1 = menu3.addMenu(menu3.items[1]);
		subMenu1.addItem("FMS", "fms.htm");
		subMenu1.addItem("e-Plans", "e-plans.htm");
		*/
		
		// Contacts
	
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Search Engine Optimization", "search-engine-optimization.php");
		menu3.addItem("Internet Marketing", "internet-marketing.php");
		menu3.addItem("Web Designing", "web-designing.php");
		menu3.addItem("Web Application Development", "web-development.php");
		//menu3.addItem("Personal", "#");
		
		var subMenu1 = menu3.addMenu(menu3.items[0]);
		subMenu1.addItem("SEO Services &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;", "seo-services.php");
		subMenu1.addItem("SEO Process", "seo-process.php");
		subMenu1.addItem("Link Building", "link-building.php");
		subMenu1.addItem("Outsource SEO", "outsource-seo.php");
		subMenu1.addItem("SEO Consultant", "seo-consultant.php");
		subMenu1.addItem("Seo Guarantee", "seo-guarantee.php");
		
		var subMenu2 = menu3.addMenu(menu3.items[1]);
		subMenu2.addItem("Social Media Optimization", "social-media-optimization.php");
		subMenu2.addItem("PPC Advertising", "ppc-advertising.php");
		subMenu2.addItem("E-mail Marketing", "e-mail-marketing.php");
		subMenu2.addItem("Seo Copywriting ", "seo-copywriting");
		subMenu2.addItem("Viral Marketing", "viral-marketing.php");
		subMenu2.addItem("Internet Marketing Process ", "internet-marketing-process.php");
		
		
		var subMenu3 = menu3.addMenu(menu3.items[2]);
		subMenu3.addItem("Custom Web Design", "custom-web-design.php");
		subMenu3.addItem("Logo Design", "logo-design.php");
		subMenu3.addItem("Graphic Designing", "graphic-designing.php");
		subMenu3.addItem("Design Portfolio", "design-portfolio.php");
		subMenu3.addItem("Web Design Packages &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;", "web-design-packages.php");
		
		var subMenu4 = menu3.addMenu(menu3.items[3]);
		subMenu4.addItem("E-Commerce Application", "e-commerce.php");
		subMenu4.addItem("CMS Development", "cms-development.php");
		subMenu4.addItem("Custom Web Development &nbsp;", "custom-web-development.php");
		
		
		
		
		
		// Support
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("SEO Services &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;", "seo-services.php");
		menu4.addItem("SEO Process", "seo-process.php");
		menu4.addItem("Link Building", "link-building.php");
		menu4.addItem("Outsource SEO", "outsource-seo.php");
		menu4.addItem("SEO Benchmark", "seo-benchmark.php");
		menu4.addItem("SEO Copywriting &nbsp; &nbsp; &nbsp;", "seo-copywriting.php");
		
		// Geography
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("SEO Packages", "seo-packages.php");
		menu5.addItem("Web Design Packages", "web-design-packages.php");
		menu5.addItem("Internet Marketing Packages", "internet-marketing-packages.php");
		
		// Announcements
		var menu6 = ms.addMenu(document.getElementById("menu6"));

		
	
		
		mtDropDown.renderAll();
	}