	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("Gtek Wifi Hotspots", "http://www.gtek.biz/services/wifi.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");
		menu2.addItem("WiFi Terms and Conditions", "http://www.gtek.biz/broadband/wifiTermsAndConditions.html");
		

		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Technical Support","http://www.gtek.biz/support/support.html");
		menu3.addItem("Remote Assistance","http://www.gtek.biz/support/teamviewersupport.html");
		menu3.addItem("Internet Speed Test","http://speedtest.gtek.biz");
		menu3.addItem("Make a Payment","http://www.gtek.biz/support/payment.html");
		
		
		
		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("About Gtek", "http://www.gtek.biz/company/aboutgtek.html");
		
				
		mtDropDown.renderAll();
	}

