mymenu = new POTMenu
// Defines the size of the main menu items, width and height
mymenu.mainmenuitemsize(128,19)
// Defines the size of the sub menu items, width and height
mymenu.submenuitemsize(160,19)
// Defines the position of the sub menus in relation to the parent
mymenu.submenuplacing(0,0)
// Images that make up the border of the main menu. Optional.
mymenu.mainborderimages("http://www.stepupspringfield.org/images/clearpixel.gif","http://www.stepupspringfield.org/images/clearpixel.gif","http://www.stepupspringfield.org/images/topmenu.gif","http://www.stepupspringfield.org/images/bottommenu.gif")
// Corners of the images that make up the main menu border.
mymenu.mainbordercorners("http://www.stepupspringfield.org/images/clearpixel.gif","http://www.stepupspringfield.org/images/clearpixel.gif","http://www.stepupspringfield.org/images/clearpixel.gif","http://www.stepupspringfield.org/images/clearpixel.gif")
// Left width, right width and height of the top and bottom of the border
mymenu.mainborderdimensions(1,1,15)
// These lines are for the sub menu borders
mymenu.subborderimages("http://www.stepupspringfield.org/images/blackpixel.gif","http://www.stepupspringfield.org/images/blackpixel.gif","http://www.stepupspringfield.org/images/subtop.gif","http://www.stepupspringfield.org/images/subbottom.gif")
mymenu.subbordercorners("http://www.stepupspringfield.org/images/subtop.gif","http://www.stepupspringfield.org/images/subtop.gif","http://www.stepupspringfield.org/images/subbottom.gif","http://www.stepupspringfield.org/images/subbottom.gif")
mymenu.subborderdimensions(1,1,15)
// Main menu cell color
mymenu.mainmenucolor("#90A1B9")
// Sub menu cell color
mymenu.submenucolor("#90A1B9")
// Arrow gif
mymenu.mainpreimage("http://www.stepupspringfield.org/images/marrow.gif","",10,19);
// pop out graphic
mymenu.subpreimage("http://www.stepupspringfield.org/images/marrow.gif","",10,19);
// Graphical "join" between a menu and its sub menu. Optional
//mymenu.definejoin("images/join.gif",25)
// Centers text for Netscape 4.7
mymenu.netscapeadjust(3,3)
// The image that is show between the main menu items
mymenu.definemainspacer("http://www.stepupspringfield.org/images/creampixel.gif",1)
// The image that is show between the sub menu items
mymenu.definesubspacer("http://www.stepupspringfield.org/images/blackpixel.gif",1)
// This line is required here
mymenu.startMenu()
// Define the main menu.
mymenu.addMenu("home","<b>Home</b>", "http://www.stepupspringfield.org/index.htm")
mymenu.addMenu("main","<b>About Us</b>", "#")
mymenu.addMenu("frontpage","<b>How To Help</b>", "#")
mymenu.addMenu("dreamweaver","<b>Calendar</b>", "http://www.stepupspringfield.org/JAN_08_Calendar.htm")
mymenu.addMenu("golive","<b>Join Us</b>", "http://www.stepupspringfield.org/joinus.htm")
mymenu.addMenu("links","<b>Links</b>", "http://www.stepupspringfield.org/links.htm")
mymenu.addMenu("tools","<b>Student & Teacher Tools</b>", "#")
mymenu.addMenu("motivate","<b>Community Teams</b>", "#")
mymenu.addMenu("stepup","<b>Working Groups</b>", "#")
mymenu.addMenu("workplan","<b>Work Plan</b>", "http://www.stepupspringfield.org/workplan.htm")
mymenu.addMenu("sitemap","<b>Site Map</b>", "http://www.stepupspringfield.org/sitemap.htm")
// This line is required after the main menu is defined.
mymenu.showMainMenu()
// Define the sub menus
mymenu.addSubMenu("main", "", "<b>Call to Action</b>", "http://www.stepupspringfield.org/action.htm")
mymenu.addSubMenu("main", "", "<b>FAQ's</b>", "http://www.stepupspringfield.org/faqs.htm")
mymenu.addSubMenu("main", "", "<b>Mission</b>", "http://www.stepupspringfield.org/mission.htm")
mymenu.addSubMenu("main", "", "<b>Committee Members</b>", "http://www.stepupspringfield.org/committee.htm")
mymenu.addSubMenu("main", "", "<b>Monthly News Letter</b>", "http://www.stepupspringfield.org/newsletter.htm")
mymenu.addSubMenu("frontpage", "", "<b>Parents</b>", "http://www.stepupspringfield.org/parents.htm")
mymenu.addSubMenu("frontpage", "", "<b>Clergy Corner</b>", "http://www.stepupspringfield.org/clergy.htm")
mymenu.addSubMenu("frontpage", "", "<b>Business</b>", "http://www.stepupspringfield.org/business.htm")
mymenu.addSubMenu("frontpage", "", "<b>Organizations</b>", "http://www.stepupspringfield.org/organizations.htm")
mymenu.addSubMenu("frontpage", "", "<b>Students</b>", "http://www.stepupspringfield.org/students.htm")
mymenu.addSubMenu("frontpage", "", "<b>Emerging Leaders</b>", "http://www.stepupspringfield.org/Leadership.pdf")
mymenu.addSubMenu("tools", "", "<b>Homework and Student Links</b>", "http://www.stepupspringfield.org/kidtools.htm")
mymenu.addSubMenu("tools", "", "<b>Academic Targets</b>", "http://www.stepupspringfield.org/actargets.htm")
mymenu.addSubMenu("tools", "", "<b>Character Targets</b>", "http://www.stepupspringfield.org/targets.htm")
mymenu.addSubMenu("motivate", "", "<b>Central Team</b>", "http://www.stepupspringfield.org/central/index.htm" )
mymenu.addSubMenu("motivate", "", "<b>Northwest Team</b>", "http://www.stepupspringfield.org/northwest/index.htm")
mymenu.addSubMenu("motivate", "", "<b>North Central</b>", "http://www.stepupspringfield.org/northcentral/index.htm")
mymenu.addSubMenu("motivate", "", "<b>South Team</b>", "http://www.stepupspringfield.org/south/index.htm")
mymenu.addSubMenu("motivate", "", "<b>East Team</b>", "http://www.stepupspringfield.org/east/index.htm")
mymenu.addSubMenu("stepup", "", "<b>Parent & Family Engagement</b>", "http://www.stepupspringfield.org/parent_fam/index.htm")
mymenu.addSubMenu("stepup", "", "<b>Data</b>", "http://www.stepupspringfield.org/mcas_results/index.htm")
mymenu.addSubMenu("stepup", "", "<b>Training & Capacity Building</b>", "http://www.stepupspringfield.org/training_capacity/index.htm")
mymenu.addSubMenu("stepup", "", "<b>Marketing</b>", "http://www.stepupspringfield.org/marketing/index.htm")
mymenu.addSubMenu("stepup", "", "<b>Character Development</b>", "http://www.stepupspringfield.org/character_development/index.htm")

// This line is required after all menu definitions are finished
mymenu.showMenu()