function init()
{

// showhide();    // calls the function that hides/shows order parts 1 & 2

//Main Menu:
	menus[0] = new menu(15, "horizontal", 5, 5, -1, -2, "#CCCCFF", "#FFFFCC", "Tahoma,Verdana,Helvetica", 1, 
		"", "", "black", "#660033", 1, "#CCCCCC", 0, "rollover:pics/tri-down1.gif:pics/tri-right2.gif", 
                false, true, true, false, 0, true, 2, 2, "black");
	menus[0].addItem("home.html",
        "SGAmain", 65, "right", "<EM>&nbsp;Home</EM>", 0);
	menus[0].addItem("info.html",
        "SGAmain", 65, "right", "<EM>&nbsp;info</EM>", 0);
	menus[0].addItem("schedule.html",
        "SGAmain", 90, "right", "<EM>&nbsp;Calendar</EM>", 0);
	menus[0].addItem("photos.html",
        "SGAmain", 80, "right", "<EM>&nbsp;Photos</EM>", 0);
	menus[0].addItem("http://www.geocities.com/alpenland2002/merch.html",
        "SGAmain", 120, "right", "<EM>&nbsp;Merchandise</EM>", 0);
	menus[0].addItem("links.html",
        "SGAmain", 65, "right", "<EM>&nbsp;Links</EM>", 0);
	menus[0].addItem("contact.html",
        "SGAmain", 85, "right", "<EM>&nbsp;Contact</EM>", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.

// note:
//  geo_ad_close_widg2.gif      on-click closes yahoo advertising block
