function init()
{
	menus[0] = new menu(14, "horizontal", 53, 81, 0, -2, "#F2F2F2", "#0000A0", "arial", 7, "bold", 
		"bold", "Black", "white", 0, "white", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, false, 0, false, 4, 4, "gray");
	menus[0].addItem("index2.html", "", 75, "center", "Home", 0);
	menus[0].addItem("news.html", "", 75, "center", "News", 0);
	menus[0].addItem("info.html", "", 75, "center", "Info", 0);
	menus[0].addItem("history.html", "", 75, "center", "History", 0);
	menus[0].addItem("downloads.html", "", 80, "center", "Downloads", 0);
	menus[0].addItem("petition.html", "", 75, "center", "Petition", 0);
	menus[0].addItem("links.html", "", 75, "center", "Links", 0);
	menus[0].addItem("about.html", "", 75, "center", "About Us", 0);
	menus[0].floatMenu(1024, 768, 10, 0);

}