function init()
{
	//Main Menu items:
	menus[0] = new menu(36, "horizontal", 58, 157, 0, 0, "#CACAFF", "#000055", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, false, 1, 1, "navy");
	menus[0].addItem("http://livingwatersurfschool.com/index.html", "", 60, "left", "&nbsp;&nbsp;BACK<br>&nbsp;&nbsp;HOME", 0);
	menus[0].addItem("http://livingwatersurfschool.com/aboutus.html", "", 104,"left", "&nbsp;&nbsp;READ ALL<br>&nbsp;&nbsp;ABOUT&nbsp;US", 1);
	menus[0].addItem("http://livingwatersurfschool.com/camps.html", "", 165, "left", "&nbsp;&nbsp;QUIKSILVER&nbsp;/&nbsp;ROXY<br>&nbsp;&nbsp;SURF&nbsp;CAMPS", 2);
	menus[0].addItem("http://livingwatersurfschool.com/lessons.html", "", 95, "left", "&nbsp;&nbsp;SURF<br>&nbsp;&nbsp;LESSONS", 3);
	menus[0].addItem("http://livingwatersurfschool.com/parties.html", "", 159, "left", "&nbsp;&nbsp;SURF&nbsp;PARTIES &<br>&nbsp;&nbsp;SPECIAL&nbsp;EVENTS", 4);
	menus[0].addItem("http://livingwatersurfschool.com/info.html", "", 75, "left", "&nbsp;&nbsp;MORE<br>&nbsp;&nbsp;INFO", 5);
    menus[0].floatMenu(800, 600, 10, 0);

//Sub Menu for 2nd Main Menu Item ("ABOUT US"):
	menus[1] = new menu(99, "vertical", 0, 0, 0, 0, "#CACAFF", "#000055", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, true, 6, true, 1, 1, "black");
	menus[1].addItem("http://livingwatersurfschool.com/aboutus.html#Skeeter", "", 20, "left", "&nbsp;Skeeter", 0);
	menus[1].addItem("http://livingwatersurfschool.com/aboutus.html#Photos", "", 20, "left", "&nbsp;Photos", 0);

//Sub Menu for 3rd Main Menu Item ("CAMPS"):
	menus[2] = new menu(155, "vertical", 0, 0, 0, 0, "#CACAFF", "#000055", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 1, 1, "black");
	menus[2].addItem("http://livingwatersurfschool.com/camps.html#Info", "", 20, "left", "&nbsp;Surf&nbsp;Camp&nbsp;Info", 0);
	menus[2].addItem("http://livingwatersurfschool.com/camps.html#SummerSurfCamp", "", 25, "left", "rollover:images/summersurfcamp_off.jpg:images/summersurfcamp_on.jpg", 0);
	menus[2].addItem("http://livingwatersurfschool.com/camps.html#SpringSurfCamp", "", 20, "left", "&nbsp;Spring&nbsp;Surf&nbsp;Camp", 0);
	menus[2].addItem("http://livingwatersurfschool.com/camps.html#HolidaySurfCamp", "", 20, "left", "&nbsp;Holiday&nbsp;Surf&nbsp;Camp", 0);
	menus[2].addItem("http://livingwatersurfschool.com/camps.html#Photos", "", 20, "left", "&nbsp;Photos", 0);
	menus[2].addItem("http://livingwatersurfschool.com/camps.html#Testimonials", "", 20, "left", "&nbsp;Testimonials", 0);
	
//Sub Menu for 4th Main Menu Item ("LESSONS"):
	menus[3] = new menu(110, "vertical", 0, 0, 0, 0, "#CACAFF", "#000055", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 1, 1, "black");
	menus[3].addItem("http://livingwatersurfschool.com/lessons.html#Info", "", 20, "left", "&nbsp;Surf&nbsp;Lesson&nbsp;Info", 0);
	menus[3].addItem("http://livingwatersurfschool.com/lessons.html#Trips", "", 20, "left", "&nbsp;Guided&nbsp;Surf&nbsp;Trips", 0);
	menus[3].addItem("http://livingwatersurfschool.com/lessons.html#Photos", "", 20, "left", "&nbsp;Photos", 0);
	menus[3].addItem("http://livingwatersurfschool.com/lessons.html#Testimonials", "", 20, "left", "&nbsp;Testimonials", 0);

//Sub Menu for 5th Main Menu Item ("PARTIES"):
	menus[4] = new menu(100, "vertical", 0, 0, 0, 0, "#CACAFF", "#000055", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 1, 1, "black");
	menus[4].addItem("http://livingwatersurfschool.com/parties.html#Info", "", 20, "left", "&nbsp;Information", 0);
	menus[4].addItem("http://livingwatersurfschool.com/parties.html#Photos", "", 20, "left", "&nbsp;Photos", 0);
	menus[4].addItem("http://livingwatersurfschool.com/parties.html#Testimonials", "", 20, "left", "&nbsp;Testimonials", 0);

//Sub Menu for 6th Main Menu Item ("INFO"):
	menus[5] = new menu(130, "vertical", 0, 0, 0, 0, "#CACAFF", "#000055", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 1, 1, "black");
	menus[5].addItem("http://livingwatersurfschool.com/info.html#Info", "", 20, "left", "&nbsp;Contact", 0);
	menus[5].addItem("http://livingwatersurfschool.com/info.html#Links", "", 20, "left", "&nbsp;Friends", 0);
	menus[5].addItem("http://livingwatersurfschool.com/info.html#Schedule", "", 35, "left", "&nbsp;Schedule&nbsp;a&nbsp;Lesson<br>&nbsp;Event&nbsp;or&nbsp;Trip", 0);

//Sub Menu for 7th Main Menu Item ("SUMMER CAMPS"):
	menus[6] = new menu(120, "vertical", 0, 0, 0, 0, "#CACAFF", "#000055", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 1, 1, "black");
	menus[6].addItem("http://livingwatersurfschool.com/camps.html#Summer", "", 20, "left", "&nbsp;Boca Raton", 0);
	menus[6].addItem("http://livingwatersurfschool.com/camps.html#Summer", "", 20, "left", "&nbsp;Pompano", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
