

var menu1 = new MENU("top");

menu1.entry(1, 20, "<b>Home</b>",       "/index.asp", "");
menu1.entry(1, 20, "<b>Information</b>",       "", "");
menu1.entry(2, 20, "<b>Find Some Assistance</b>",     "/gethelp.asp", "");
menu1.entry(2, 15, "<b>Calendar</b>",     "/calendar/index.asp", "");
menu1.entry(2, 20, "<b>Grand Officers</b>",     "", "");
menu1.entry(3, 20, "<b>Grand Floor Officers</b>",     "/GrandOfficers/indexof.asp", "");
menu1.entry(3, 20, "<b>Elected Boards</b>",     "/GrandOfficers/BOD_Exam.asp", "");
menu1.entry(3, 20, "<b>Deputies</b>",     "/GrandOfficers/", "");
menu1.entry(4, 20, "<b>District 1</b>",     "/GrandOfficers/Deputies1.asp", "");
menu1.entry(4, 20, "<b>District 2</b>",     "/GrandOfficers/Deputies2.asp", "");
menu1.entry(4, 20, "<b>District 3</b>",     "/GrandOfficers/Deputies3.asp", "");
menu1.entry(4, 20, "<b>District 4</b>",     "/GrandOfficers/Deputies4.asp", "");
menu1.entry(4, 20, "<b>District 5</b>",     "/GrandOfficers/Deputies5.asp", "");
menu1.entry(2, 20, "<b>Past Grand Officers</b>",     "/pastgrands/pastgrands.asp", "");
menu1.entry(2, 20, "<b>About OES</b>",       "/about_oes.asp", "");
menu1.entry(2, 15, "<b>Membership</b>",  "/membership.asp", "");
menu1.entry(2, 15, "<b>Welcome to our New Member</b>",  "/forms/Welcome_New_MemberPrint_as_bookdoc.doc", "");
menu1.entry(2, 15, "<b>History</b>",     "/history.asp", "");
menu1.entry(2, 15, "<b>FAQ</b>",     "/faq.asp", "");
menu1.entry(2, 15, "<b>Links</b>",     "/links.asp", "");
menu1.entry(2, 15, "<b>Locate a Chapter</b>",     "/chapter_search.asp", "");
menu1.entry(2, 15, "<b></b>",     "/forms/.doc", "");
menu1.entry(1, 20, "<b>Forms</b>",     "", "");
menu1.entry(2, 20, "<b>General Grand Chapter </b>",     "/GGC_forms.asp", "");
menu1.entry(2, 20, "<b>Grand Chapter Texas</b>",     "/GC_forms.asp", "");
menu1.entry(2, 20, "<b>Grand Chapter Session</b>", "/GC_session.asp#gc", "");
menu1.entry(2, 15, "<b>Scholarships</b>",  "/Scholar_forms.asp#sc", "");
menu1.entry(2, 15, "<b>Board Minutes</b>",  "/minutes.asp", "");
menu1.entry(2, 15, "<b>Grand Chapter Trip</b>",  "/forms/Trip_Files/trips.asp", "");
menu1.entry(2, 15, "<b>Spring Fling </b>",  "/forms/Spring Fling.pdf", "");
menu1.entry(2, 15, "<b>Exchange Visits </b>",  "/eightstate.asp", "");
menu1.entry(1, 20, "<b>Contact Us</b>",       "/contact_us.asp", "");

menu1.mainTop = 0;
menu1.mainLeft = 0;
menu1.mainBGColor = "";
menu1.floatMenu = true;
menu1.create();
