function init1()
{
	menus[0] = new menu(40, "horizontal", 270, 280, 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("javascript:loadintoIframe('myframe', 'home_page.html')", "", 80, "center", "Home", 0);
     menus[0].addItem("javascript:loadintoIframe('myframe', 'history.htm')", "",100, "center", "History of High Peak", 0);
	menus[0].addItem("newsletter/newsletter0811.pdf", "NEWWIN", 100, "center", "Quarterly Newsletter", 0);
	menus[0].addItem("http://hilldalepines.com/gateway.cgi","", 100, "center", "Directors' Page", 0);
	menus[0].addItem("http://hilldalepines.com/gateway2.cgi","NEWWIN", 100, "center", "Homeowners' Page", 0);
     menus[0].addItem("bulletinboard.html", "NEWWIN", 90, "left", "Bulletin Board",0);	
	menus[0].addItem("contact2.cgi", "NEWWIN", 150, "left", "Enter Your Contact Information",0);
     // menus[0].floatMenu(1280, 1024, 10, 0);



 }
