function init()
{
	//Main Menu items:
	menus[0] = new menu(35, "horizontal", 96, 130, 2, 2, "img:images/menu_btn.jpg", "img:images/menu_btn_ovr.jpg", "Verdana,Helvetica", 8, 
		"bold", "bold", "white", "black", 0, "white", 5, "rollover:images/tri-down2.gif:images/tri-down1.gif", false, false, true, true, 12, false, 4, 4, "black");
	menus[0].addItem("index.asp", "_top", 99, "center", "Home", 0);
	menus[0].addItem("pics.htm", "",99, "center", "Photo Gallery", 1);
	menus[0].addItem("refs_ind.htm", "", 99, "center", "Industry References", 0);
	menus[0].addItem("#", "", 99, "center", "Florida References", 2);
	menus[0].addItem("refs_texas.htm", "", 99, "center", "All Other References", 0);	
	menus[0].addItem("warranty.htm", "",99, "center", "Warranty", 0);
	menus[0].addItem("faq1.htm", "",98, "center", "FAQ", 0);
	menus[0].addItem("contact.htm", "",99, "center", "Contact Us", 0);
    menus[0].floatMenu(1024, 768, 10, 0);

//Sub Menu for Photo Gallery ("pics"):
	menus[1] = new menu(100, "vertical", 0, 0, -5, -5, "img:images/submenu_btn.jpg", "img:images/submenu_btn.jpg", "Verdana,Helvetica", 8, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, false, 4, 4, "black");
	menus[1].addItem("recent_projects.htm", "", 30, "center", "Recent Projects", 0);
	menus[1].addItem("pics.htm", "", 25, "center", "Before And After", 0);

//Sub Menu for 3rd Main Menu Item ("references"):
	menus[2] = new menu(130, "vertical", 0, 0, -5, -5, "img:images/submenu_btn.jpg", "img:images/submenu_btn.jpg", "Verdana,Helvetica", 8, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, false, 4, 4, "black");
	menus[2].addItem("refs_fl3.htm", "", 22, "left", "Jacksonville", 0);
	menus[2].addItem("refs_fl1.htm", "", 22, "left", "Naples", 0);
	menus[2].addItem("refs_fl3.htm", "", 22, "left", "Orlando", 0);
	menus[2].addItem("refs_fl1.htm", "", 22, "left", "Sarasota", 0);
	menus[2].addItem("refs_fl1.htm", "", 22, "left", "Tampa", 0);
	menus[2].addItem("refs_fl2.htm", "", 22, "left", "Miami", 0);
	menus[2].addItem("refs_fl2.htm", "", 22, "left", "Punta Gorda", 0);
	menus[2].addItem("refs_fl2.htm", "", 22, "left", "Ocala", 0);



	
	
		
	

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.