	// set up drop downs anywhere in the body of the page. I think the bottom of the page is better.. 
	// but you can experiment with effect on loadtime.
	if (mtDropDown.isSupported()) {

		//==================================================================================================
		// create a set of dropdowns
		//==================================================================================================
		// the first param should always be down, as it is here
		//
		// The second and third param are the top and left offset positions of the menus from their actuators
		// respectively. To make a menu appear a little to the left and bottom of an actuator, you could use
		// something like -5, 5
		//
		// The last parameter can be .topLeft, .bottomLeft, .topRight, or .bottomRight to inidicate the corner
		// of the actuator from which to measure the offset positions above. Here we are saying we want the 
		// menu to appear directly below the bottom left corner of the actuator
		//==================================================================================================
		var ms = new mtDropDownSet(mtDropDown.direction.down, -1, -1, mtDropDown.reference.bottomLeft);

		//==================================================================================================
		// create a dropdown menu
		//==================================================================================================
		// the first parameter should be the HTML element which will act actuator for the menu
		//==================================================================================================
		
//Start editing content of menu

		// menu Home
		//var menu1 = ms.addMenu(document.getElementById("menu1"));
		
		// menu HOSTING 
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		// Start editing from here
		menu2.addItem(" - Pre-sale FAQ’s",     "http://www.quackweb.com/faq/index.php?p=default&cat=2"); //For making a link please wirte correct path
		menu2.addItem(" - Hosting Plans",         "http://www.quackweb.com/hosting/plans.php");
		menu2.addItem(" - Reseller Plans",         "http://www.quackweb.com/hosting/reseller.php");
		menu2.addItem(" - Hosting Add-ons", "http://www.quackweb.com/hosting/addons.php");
		//menu2.addItem(" - Full Service Options", "http://www.quackweb.com/hosting/fullservice.php");
		menu2.addItem(" - Our Guarantee", "http://www.quackweb.com/hosting/guarantee.php");
		menu2.addItem(" - DirectAdmin Demo", "http://www.quackweb.com/hosting/da.php");
		//menu2.addItem("-- OTHER SERVICES --", "#");
		//menu2.addItem(" - Online Photo Albums", "http://www.quackweb.com/photo/album.php");
		//menu2.addItem(" - Online Data Storage", "http://www.quackweb.com/storage/data.php");
		menu2.addItem(" - Crazy Deals", "http://www.quackweb.com/crazy");
		menu2.addItem(" - Contact Us",   "http://www.quackweb.com/aboutus/contactus.php");
		menu2.addItem("ORDER NOW", "http://www.quackweb.com/order");
				
		
		// menu DEDICATED
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		// Start editing from here
		menu3.addItem(" - Pre-Sale FAQ’s",   "http://www.quackweb.com/faq/index.php?p=default&cat=3");
		menu3.addItem(" - Economy Server Plans",     "http://www.quackweb.com/dedicated/economy.php");
		menu3.addItem(" - Mid-Range Server Plans",     "http://www.quackweb.com/dedicated/midrange.php");
		menu3.addItem(" - High-End Server Plans",     "http://www.quackweb.com/dedicated/highend.php");
		//menu3.addItem(" - Dedicated Server Add-ons",   "http://www.quackweb.com/dedicated/addons.php");
		//menu3.addItem(" - Full Service Options", "http://www.quackweb.com/dedicated/fullservice.php");
		menu3.addItem(" - Our Guarantee",   "http://www.quackweb.com/dedicated/guarantee.php");
		menu3.addItem(" - DirectAdmin Demo",   "http://www.quackweb.com/dedicated/da.php");
		menu3.addItem(" - Crazy Deals", "http://www.quackweb.com/crazy");
		menu3.addItem(" - Contact Us",   "http://www.quackweb.com/aboutus/contactus.php");
                menu3.addItem("ORDER NOW", "http://www.quackweb.com/order");
	

		// menu COLOCATION
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		// Start editing from here
                //menu4.addItem(" COMING 2006 ",   "#");
		menu4.addItem(" - Pre-Sale FAQ’s",   "http://www.quackweb.com/faq/index.php?p=default&cat=4");
		menu4.addItem(" - Colocation Plans",     "http://www.quackweb.com/colocation/plans.php");
		//menu4.addItem(" - Colocation Add-ons",   "http://www.quackweb.com/colocation/fullservice.php");
		//menu4.addItem(" - Our Guarantee",   "http://www.quackweb.com/colocation/guarantee.php");
		//menu4.addItem(" - Facility Tour",   "http://www.quackweb.com/colocation/tour.php");
		menu4.addItem(" - Crazy Deals", "http://www.quackweb.com/crazy");
		menu4.addItem(" - Contact Us",   "http://www.quackweb.com/aboutus/contactus.php");
                menu4.addItem("ORDER NOW", "http://www.quackweb.com/order");
		
		// menu ABOUT US
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		// Start editing from here
		menu5.addItem(" - Data Centers",   "http://www.quackweb.com/aboutus/datacenters.php");
		menu5.addItem(" - Privacy Policy",     "http://www.quackweb.com/aboutus/privacy.php");
		menu5.addItem(" - Terms of Service",   "http://www.quackweb.com/aboutus/tos.php");
		menu5.addItem(" - Acceptable Use Policy",   "http://www.quackweb.com/aboutus/aup.php");
		menu5.addItem(" - Customer Testimonials",   "http://www.quackweb.com/aboutus/testimonials.php");
		//menu5.addItem(" - Review Us",   "http://www.quackweb.com/aboutus/review.php");
		//menu5.addItem(" - Site Map",   "http://www.quackweb.com/aboutus/sitemap.php");
		//menu5.addItem(" - Blacklist",   "http://www.quackweb.com/aboutus/blacklist.php");
		menu5.addItem(" - Partners",   "http://www.quackweb.com/aboutus/partners.php");
		menu5.addItem(" - Contact Us",   "http://www.quackweb.com/aboutus/contactus.php");
                menu5.addItem("ORDER NOW", "http://www.quackweb.com/order");
		
		
		// menu SUPPORT
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		// Start editing from here
		menu6.addItem(" - Knowledge Base", "http://knowledgebase.quackweb.com");
		menu6.addItem(" - Demo Center", "http://www.quackweb.com/support/democenter.php");
		//menu6.addItem(" - Submit Ticket", "http://www.quackweb.com/support/center.php");
		menu6.addItem(" - Contact Us",   "http://www.quackweb.com/aboutus/contactus.php");
                menu6.addItem("ORDER NOW", "http://www.quackweb.com/order");				
		
		// menu LOGINS
		var menu7 = ms.addMenu(document.getElementById("menu7"));
		// Start editing from here
		//menu7.addItem(" - Client Area", "http://clientarea.quackweb.com");
		menu7.addItem(" - Billing Login", "https://www.quackweb.com/billing");
		//menu7.addItem(" - DirectAdmin Login", "http://da.quackweb.com");
		//menu7.addItem(" - Support Login", "http://www.quackweb.com/support/center.php");
		//menu7.addItem(" - Webmail Login", "http://wmail.quackweb.com");
		menu7.addItem(" - Contact Us",   "http://www.quackweb.com/aboutus/contactus.php");
                menu7.addItem("ORDER NOW", "http://www.quackweb.com/order");			
	

		

		//==================================================================================================
		// write drop downs into page
		//==================================================================================================
		// this method writes all the HTML for the menus into the page with document.write(). It must be
		// called within the body of the HTML page.
		//==================================================================================================
		mtDropDown.renderAll();
	}
