	if (mtDropDown.isSupported()) {


		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Fixed Wireless Broadband Internet", "http://www.gtek.biz/"); 
		menu1.addItem("Voice Over IP Telecommunications", "http://www.gtek.biz/services/voip.html"); 
		menu1.addItem("Online Data Backup Services", "http://www.gtek.biz/services/onlinebackup.html");
		menu1.addItem("Website and Email Hosting", "http://www.gtek.biz/services/hosting.html");
		menu1.addItem("Computer Repair Services", "http://www.gtek.biz/services/compservice.html");
		//menu1.addItem("Web Email @ Gtekmail.com", "http://www.gtek.biz/services/gtekmail.html"); 


		var subMenu1 = menu1.addMenu(menu1.items[0]);
		subMenu1.addItem("Commercial Service", "http://www.gtek.biz/services/commercial.html");
		subMenu1.addItem("Residential Service", "http://www.gtek.biz/services/residential.html");

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Coverage Map", "http://www.gtek.biz/broadband/overallmap.html"); 
		menu2.addItem("How it Works", "http://www.gtek.biz/broadband/howitworks.html");
		menu2.addItem("Customer Comments", "http://www.gtek.biz/broadband/testimonials.html");
		menu2.addItem("Service Agreement", "http://www.gtek.biz/broadband/serviceagreement.html");
		

		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Technical Support","http://www.gtek.biz/support/support.html");
		menu3.addItem("Email & Spam Filter","http://www.gtek.biz/support.html");
		menu3.addItem("Remote Assistance","http://www.gtek.biz/support/remote.html");
		menu3.addItem("Internet Speed Test","http://www.gtek.biz/speedtest/index.html");
		menu3.addItem("Make a Payment","http://www.gtek.biz/support/payment.html");
		menu3.addItem("Paperless Billing","http://www.gtek.biz/support/paperless.html");
		
		var subMenu3 = menu3.addMenu(menu3.items[1]);
		subMenu3.addItem("Check your Gtek Email", "http://mail.gtek.biz/mail/");
		subMenu3.addItem("Check your Spam Filter", "http://login.postini.com");


		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("Sign Up Now!", "http://www.gtek.biz/company/signup.html");
		menu4.addItem("Contact Us", "http://www.gtek.biz/company/contact.html");
		menu4.addItem("Latest News", "http://www.gtek.biz/company/news.html");
		menu4.addItem("Careers", "http://www.gtek.biz/company/careers.html");
		menu4.addItem("My Gtek", "http://www.gtek.biz/my/");
		menu4.addItem("About Gtek", "http://www.gtek.biz/company/aboutgtek.html");
		
				
		mtDropDown.renderAll();
	}
