function init() { //Main Menu items: menus[0] = new menu(20, "horizontal", 160, 82, -2, -2, "#deb887", "#0000A0", "Verdana,Helvetica", 8, "", "", "black", "white", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black"); menus[0].addItem("index.php?pr=Home_Page", "", 70, "center", "Home", 0); menus[0].addItem("", "", 85, "center", "About Us", 1); menus[0].addItem("index.php?pr=News", "", 70, "center", "News", 0); menus[0].addItem("index.php?pr=FAQs", "", 70, "center", "FAQs", 0); menus[0].addItem("index.php?pr=Links", "", 70, "center", "Links", 0); menus[0].addItem("index.php?pr=Contact_Us", "", 85, "center", "Contact Us", 0); menus[0].addItem("index.php?pr=Support_Us", "", 85, "center", "Support Us", 0); //Sub Menu for 2nd Main Menu Item ("web building"): menus[1] = new menu(155, "vertical", 0, 0, -5, -5, "#deb887", "#0000A0", "Verdana,Helvetica", 8, "", "", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black"); menus[1].addItem("index.php?pr=Profile", "", 20, "center", "Profile", 0); menus[1].addItem("index.php?pr=Staff", "", 20, "center", "Staff", 0); menus[1].addItem("index.php?pr=Board", "", 20, "center", "Board", 0); menus[1].addItem("index.php?pr=Mission_Vision", "", 20, "center", "Mission \& Vision", 0); menus[1].addItem("index.php?pr=Policy_On_Mediators", "", 20, "center", "Policy on Mediators", 0); } //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.