function init()
{
	//Main Menu items:
	menus[0] = new menu(20, "horizontal", 103, 168, -2, -2, "#ffe2c6", "black", "Verdana,Helvetica", 8, 
		"bold", "bold", "black", "white", 0, "gray", 2, "", false, true, true, true, 12, false, 4, 4, "black");
	menus[0].addItem("http://www.fourthcoastcreations.com", "", 75, "center", "Home", 0);
	menus[0].addItem("aboutus.htm", "", 85, "center", "About Us", 0);
	menus[0].addItem("rates.htm", "", 75, "center", "Rates", 0);
	menus[0].addItem("contactus.htm", "", 111, "center", "Contact Us", 0);
	menus[0].addItem("clients.htm", "", 131, "center", "Client Showcase", 0);
	menus[0].addItem("makepayment.htm", "", 142, "center", "Make A Payment", 0);
	menus[0].addItem("guides.htm", "", 119, "center", "Client Guides", 0);
	menus[0].addItem("links.htm", "", 58, "center", "Links", 0);
        menus[0].floatMenu(1024, 768, 0, 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
