function init()
{
	//Main Menu items:
	menus[0] = new menu(18, "horizontal", 148, 168, -2, -2, "#ece9d8", "#000000", "Times New Roman", 9, "bold", "bold", "black", "white", 0, "gray", 2, 0, false, true, true, true, 12, false, 0, 0, "black");
	menus[0].addItem("http://www.northcountryretreat.com/", "", 103, "center", "Home", 0);
	menus[0].addItem("services.htm", "", 100, "center", "Services", 0);
	menus[0].addItem("contactus.htm", "", 124, "center", "Contact Us", 0);
	menus[0].addItem("testimonials.htm", "", 150, "center", "Testimonials", 0);
	menus[0].addItem("http://www.northcountryretreat.com/newsletter.htm", "", 132, "center", "Newsletters", 0)
	menus[0].addItem("links.htm", "", 96, "center", "Links", 0);
	menus[0].floatMenu(1024,768,0,0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.