HTML Code:
function init()
{
//Main Menu items:
menus[0] = new menu(130, "vertical", 5, 144, -2, -2, "#FFFFFF", "#0000A0", "Arial", 9,
"bold", "bold", "black", "white", 1, "#0000FF", 2, "", false, true, true, false, 0, true, 4, 4, "#0000FF");
menus[0].addItem("http://www.oratid.org", "", 20, "center", "Home",0);
menus[0].addItem("http://www.oratid.org/about.htm", "", 20, "center", "About Or Atid",0);
menus[0].addItem("http://www.oratid.org/admin.htm", "", 20, "center", "Or Atid Staff", 0);
menus[0].addItem("http://www.oratid.org/contact.htm", "", 20, "center", "Executive Board",0);
menus[0].addItem("http://www.oratid.org/committees.htm", "", 20, "center", "Committees",0);
menus[0].addItem("http://www.oratid.org/rabbi.htm", "", 20, "center", "Rabbi's Page",0);
menus[0].addItem("http://www.oratid.org/directions.htm", "", 20, "center", "Directions",0);
menus[0].addItem("http://www.oratid.org/services.htm", "", 20, "center", "Services", 0);
menus[0].addItem("http://www.oratid.org/education.htm", "", 20, "center", "Education", 0);
menus[0].addItem("http://www.oratid.org/usy.htm", "", 20, "center", "USY & Kadima",0);
menus[0].addItem("http://www.oratid.org/ladaat.htm", "", 20, "center", "LaDa'at",0);
menus[0].addItem("http://www.oratid.org/adulted.htm", "", 20, "center", "Adult Education", 0);
menus[0].addItem("http://www.oratid.org/sisterhood.htm", "", 20, "center", "Sisterhood",0);
menus[0].addItem("http://www.oratid.org/mensclub.htm", "", 20, "center", "Men's Club",0);
menus[0].addItem("http://www.oratid.org/events.htm", "", 20, "center", "Events",0);
menus[0].addItem("http://www.oratid.org/calendars/August07.htm", "", 20, "center", "Calendar",0);
menus[0].addItem("http://www.oratid.org/donate.htm", "", 20, "center", "Donate and Help", 0);
menus[0].addItem("http://www.oratid.org/forums", "", 20, "center", "Or Atid Forums", 0);
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
May someone please make me an example of how to do it like the config2.js file boogeyman just posted but make it look like the current one? No need to change the links, I just want to see how it will look. I would like Education to have a submenu, and if I just see how that is done, hopefully I can proceed on my own.
Bookmarks