function topmenu1()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 109, 2, -2, -2, "#3399ff", "#0000A0", "Arial,Helvetica", 8, 
		"bold", "bold", "white", "yellow", 1, "black", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("http://www.goaonweb.com/goa-aboutus.htm", "", 80, "center", "About Us", 0);
	menus[0].addItem("http://www.goaonweb.com/goa-contactus.htm", "", 100, "center", "Contact Us", 0);
	menus[0].addItem("http://www.goaonweb.com/goa-feedback.htm", "", 100, "center", "Feedback", 0);
	menus[0].addItem("http://www.goaonweb.com/goa-disclaimer.htm", "", 100, "center", "Disclaimer", 0);
        menus[0].addItem("http://www.goaonweb.com/goa-sitemap.htm", "", 105, "center", "Site Map", 0);
        menus[0].addItem("http://www.goaonweb.com/goa-advertise.htm", "", 90, "center", "Advertise", 0);
        menus[0].addItem("http://www.goaonweb.com/goa-contactus.htm", "", 90, "center", "Payment", 0);
        menus[0].addItem("javascript:pop()", "", 100, "center", "Tell a Friend", 0);
        menus[0].floatMenu(1024, 768, 10, 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.