		if (mtDropDown.isSupported()) {
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("<A HREF=\"aboutus.html\">About Us</A> &nbsp;| &nbsp; <A HREF=\"vision.html\">Vision</A> &nbsp;| &nbsp; <A HREF=\"our-founder.html\">Our Founder</A> &nbsp;| &nbsp; <A HREF=\"management.html\">Management</A> &nbsp;| &nbsp; <A HREF=\"awards.html\">Awards</A> &nbsp;| &nbsp; <A HREF=\"clients.html\">Clients</A> &nbsp;| &nbsp; <A HREF=\"future-initiatives.html\">Future Initiatives</A> &nbsp;| &nbsp; <A HREF=\"retailing.html\">Retailing</A> &nbsp;| &nbsp; <A HREF=\"news.html\">News</A>","#");
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("<A HREF=\"key-financial-data.html\">Key Financial Data</A> &nbsp;| &nbsp; <A HREF=\"annual-reports.html\">Reports</A>","#");

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("<A HREF=\"menswear.html\">Mens Wear</A> &nbsp;| &nbsp;<A HREF=\"ladieswear.html\">Ladies Wear</A> &nbsp;| &nbsp;<A HREF=\"kidswear.html\">Kids Wear</A>","#");

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("<A HREF=\"our-facilities.html\">Our Facilities</A> &nbsp;| &nbsp;<A HREF=\"quality-initiatives.html\">Quality Initiatives</A> &nbsp;| &nbsp;<A HREF=\"techno-initiatives.html\">Technology Initiatives</A> &nbsp;| &nbsp;<A HREF=\"design-cap.html\">In-house Facilities</A>","#");

		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("<A HREF=\"life-at-ge.html\">Life at GE</A> &nbsp;| &nbsp;<A HREF=\"current-openings.html\">Current Openings</A>","#");

		mtDropDown.renderAll();
}

