function init()
{
	//Main Menu items:
	menus[0] = new menu(200, "vertical", 13, 170.5, -2, -2, "#dddddd", "#333366", "georgia", 10, 
		"bold", "bold", "333366", "ffffff", 1, "333366", 5, "rollover:images/tri-right2.gif:images/tri-right2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("http://www.Hostlines.com", "", 35, "left", "Home", 0);
	menus[0].addItem("http://www.hostlines.com/hostingplans.html", "", 35, "left", "Hosting Plans", 0);
	menus[0].addItem("http://www.hostlines.com/domainnames.html", "", 35, "left", "Domain Names", 0);
	menus[0].addItem("http://www.hostlines.com/designservices.html", "", 35, "left", "Design Services", 0);
	menus[0].addItem("http://www.hostlines.com/webmasterservices.html", "", 35, "left", "Webmaster Services", 0);
	menus[0].addItem("http://www.hostlines.com/webmasterprices.html", "", 35, "left", "Webmaster Pricing", 0);
	menus[0].addItem("http://www.hostlines.com/portfolio.html", "", 35, "left", "Portfolio", 0);	
	menus[0].addItem("http://www.hostlines.com/contactus.html", "", 35, "left", "Contact Us", 0);
	
	

	


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.