function init1()
{
	menus[0] = new menu(30, "horizontal", 470, 315, 0, -2, "#000066", "white", "Arial,Helvetica", 9, "bold","bold", "white", "#CC0000", 2, "maroon", 4,
	"rollover:img/tri-down2.gif:img/tri-down1.gif", false, true, true, false, 0, true, 4, 4, "black");
	menus[0].addItem("index.shtml", "", 100, "center", "Home", 0);
	menus[0].addItem("javascript:loadintoIframe('myframe', 'schedule.html')", "",100, "center", "Meetings", 0);
	menus[0].addItem("javascript:loadintoIframe('myframe', 'contact.html')", "",100, "center", "Contact Us", 0);
	menus[0].addItem("javascript:loadintoIframe('myframe', 'information.html')", "",100, "center", "Information", 0);
     // menus[0].floatMenu(1280, 1024, 10, 0);



 }