function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 85, 229, -2, -2, "#999999", "white", "Times", 7, "bold", "bold", "white", "black", 1, "gray", 2, "", false, true, true, true, 12, false, 4, 4, "black");
	menus[0].addItem("http://www.watnpowersports.com", "", 35, "center", "Home", 0);
	menus[0].addItem("showroom.htm", "", 73, "center", "New Showroom", 0);
	menus[0].addItem("preowned.htm", "", 91, "center", "Pre-owned Inventory", 0);
	menus[0].addItem("rockbottom.htm", "", 88, "center", "Rock Bottom Deals", 0);
	menus[0].addItem("#", "", 96, "center", "Promotions/Specials", 2);
	menus[0].addItem("parts.htm", "", 32, "center", "Parts", 0);
	menus[0].addItem("service.htm", "", 41, "center", "Service", 0);
	menus[0].addItem("accessories.htm", "", 58, "center", "Accessories", 0);
	menus[0].addItem("directions.htm", "", 84, "center", "Directions/Hours", 0);
	menus[0].addItem("dyno.htm", "", 30, "center", "Dyno", 0);
	menus[0].addItem("#", "", 90, "center", "Manufacturer Sites", 1);
	menus[0].addItem("http://www.watnpowersports.com/contactform.htm", "_blank", 57, "center", "Contact Us", 0);
	menus[0].addItem("http://www.watnpowersports.com/links.htm", "", 43, "center", "Links", 0);
	menus[0].floatMenu(1024, 768, 0, 0);

//Sub Menu for Manufacturer Sites:
	menus[1] = new menu(135, "vertical", 0, 0, -5, -5, "#999999", "white", "Times", 7, "bold", 
		"bold", "white", "black", 1, "gray", 2, 62, false, true, false, true, 6, false, 4, 4, "black");
	menus[1].addItem("http://www.husqvarna.com", "_blank", 22, "left", "Husqvarna", 0);
	menus[1].addItem("http://www.kawasaki.com", "_blank", 22, "left", "Kawasaki", 0);
	menus[1].addItem("http://www.suzukicycles.com", "_blank", 22, "left", "Suzuki", 0);
	menus[1].addItem("http://www.yamaha-motor.com", "_blank", 22, "left", "Yamaha", 0);

//Sub Menu for Promotions/Specials:
	menus[2] = new menu(135, "vertical", 0, 0, -5, -5, "#999999", "white", "Times", 7, "bold", 
		"bold", "white", "black", 1, "gray", 2, 62, false, true, false, true, 6, false, 4, 4, "black");
	menus[2].addItem("http://www.husqvarna.com", "_blank", 22, "left", "Husqvarna", 0);
	menus[2].addItem("http://www.kawasaki.com", "_blank", 22, "left", "Kawasaki", 0);
	menus[2].addItem("http://www.suzukicycles.com", "_blank", 22, "left", "Suzuki", 0);
	menus[2].addItem("http://www.yamaha-motor.com", "_blank", 22, "left", "Yamaha", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.