mymenu = new POTMenu
// Defines the size of the main menu items, width and height
mymenu.mainmenuitemsize(172,19)
// Defines the size of the sub menu items, width and height
mymenu.submenuitemsize(168,19)
// Defines the position of the sub menus in relation to the parent
mymenu.submenuplacing(140,8)
// Images that make up the border of the main menu. Optional.
mymenu.mainborderimages("images/clearpixel.gif","images/clearpixel.gif","images/topmenu.gif","images/bottommenu.gif")
// Corners of the images that make up the main menu border.
mymenu.mainbordercorners("images/clearpixel.gif","images/clearpixel.gif","images/clearpixel.gif","images/clearpixel.gif")
// Left width, right width and height of the top and bottom of the border
mymenu.mainborderdimensions(0,0,0)
// These lines are for the sub menu borders
mymenu.subborderimages("images/blackpixel.gif","images/blackpixel.gif","images/subtop.gif","images/subbottom.gif")
mymenu.subbordercorners("images/subtop.gif","images/subtop.gif","images/subbottom.gif","images/subbottom.gif")
mymenu.subborderdimensions(1,1,15)
// Main menu cell color
mymenu.mainmenucolor("#660066")
// Sub menu cell color
mymenu.submenucolor("#706A70")
// Arrow gif
mymenu.mainpreimage("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("images/creampixel.gif",1)
// The image that is show between the sub menu items
mymenu.definesubspacer("images/blackpixel.gif",1)
// This line is required here
mymenu.startMenu()
// Define the main menu.
mymenu.addMenu("home","<b>Home</b>", "index.html")
mymenu.addMenu("about","<b>About Link</b>", "about_history.html")
mymenu.addMenu("academic","<b>Academic Program</b>", "academic.html")
mymenu.addMenu("team","<b>The Link Team</b>", "team.html")
mymenu.addMenu("calendar","<b>Calendar</b>", "calendar.html")
mymenu.addMenu("admission","<b>Admission</b>", "admission.html")
mymenu.addMenu("students","<b>Students</b>", "students.html")
mymenu.addMenu("parents","<b>Parents</b>", "parents.html")
mymenu.addMenu("alumni","<b>Alumni</b>", "alumni.html")
mymenu.addMenu("supporting","<b>Supporting Link</b>", "supporting_message.html")
mymenu.addMenu("newsandpress","<b>News and Press Releases</b>", "newsandpress_news.html")
mymenu.addMenu("newsletter","<b>Newsletter</b>", "newsletter.html")
mymenu.addMenu("directions","<b>Directions</b>", "directions.html")
// This line is required after the main menu is defined.
mymenu.showMainMenu()
// Define the sub menus
mymenu.addSubMenu("about", "", "<b>Message from the<br>&nbsp;&nbsp;Head of School</b>", "about_message.html")
mymenu.addSubMenu("about", "", "<b>Brief History</b>", "about_history.html")
mymenu.addSubMenu("about", "", "<b>School Overview</b>", "about_overview.html")
mymenu.addSubMenu("about", "", "<b>Core Values</b>", "about_core.html")
mymenu.addSubMenu("about", "", "<b>School Vision</b>", "about_vision.html")
mymenu.addSubMenu("about", "", "<b>Student Achievement</b>", "about_achievement.html")
mymenu.addSubMenu("about", "", "<b>Strategic Plans</b>", "strategic_plans.html")
mymenu.addSubMenu("academic", "corecurr", "<b>Core Curriculum</b>", "academic_corecurr.html")
mymenu.addSubMenu("academic", "acadcocurr", "<b>Co-Curriculum</b>", "academic_cocurric.html")
mymenu.addSubMenu("academic", "summer", "<b>Summer Session</b>", "academic_summer.html")
mymenu.addSubMenu("academic", "studentlife", "<b>Student Life</b>", "academic_studentlife.html")
mymenu.addSubMenu("team", "", "<b>Board of Trustees<br>&nbsp;&nbsp;and Advisory Council</b>", "team_trustees.html")
mymenu.addSubMenu("team", "", "<b>Administration, Faculty,<br>&nbsp;&nbsp;and Staff</b>", "team_staff.html")
mymenu.addSubMenu("team", "", "<b>Parents</b>", "team_parent.html")
mymenu.addSubMenu("team", "", "<b>Job Opportunities</b>", "team_jobopps.html")
mymenu.addSubMenu("alumni", "", "<b>Alumni News</b>", "alumni_news.html")
mymenu.addSubMenu("alumni", "", "<b>Alumni Events</b>", "alumni_events.html")
mymenu.addSubMenu("alumni", "", "<b>Class Notes</b>", "alumni_classnotes.html")
mymenu.addSubMenu("alumni", "", "<b>Give Back to Link</b>", "alumni_giving.html")
mymenu.addSubMenu("alumni", "", "<b>Alumni Update Form</b>", "alumni_form.html")
mymenu.addSubMenu("alumni", "", "<b>Opportunities for Alumni</b>", "alumni_opportunities.html")
mymenu.addSubMenu("supporting", "", "<b>Message from the Director</b>", "supporting_message.html")
mymenu.addSubMenu("supporting", "", "<b>Ways to Support Link</b>", "supporting_ways.html")
mymenu.addSubMenu("supporting", "", "<b>How to Make a Gift to Link</b>", "supporting_gift.html")
mymenu.addSubMenu("supporting", "annualreps", "<b>Annual Reports</b>", "annual_reports.html")
mymenu.addSubMenu("newsletter", "", "<b>Current Issue: Fall 2009</b>", "resources/newsletter_fall2009.pdf")
mymenu.addSubMenu("newsletter", "", "<b>Newsletter Archive</b>", "newsletter_archive.html")
mymenu.addSubMenu("newsletter", "", "<b>Mailing List Sign-Up</b>", "newsletter.html")
mymenu.addSubMenu("summer", "", "<b>Summer Semester</b>", "academic_summer.html")
mymenu.addSubMenu("summer", "", "<b>Island School</b>", "academic_island.html#island")
mymenu.addSubMenu("summer", "", "<b>Leadership Academy</b>", "academic_leadacademy.html#leadacademy")

mymenu.addSubMenu("newsandpress", "", "<b>News</b>", "newsandpress_news.html")
mymenu.addSubMenu("newsandpress", "", "<b>News Archive</b>", "newsandpress_newsarchive.html")
mymenu.addSubMenu("newsandpress", "", "<b>Press Releases</b>", "newsandpress_pressreleases.html")

mymenu.addSubMenu("students", "", "<b>Announcements</b>", "students_announce.html")
mymenu.addSubMenu("students", "", "<b>Link SIS</b>", "http://fm.linkschool.org:8000/fmi/iwp/cgi?-db=link_sis&amp;-startsession")
mymenu.addSubMenu("students", "", "<b>Student Resources</b>", "students_resources.html")
mymenu.addSubMenu("students", "", "<b>Student Showcase</b>", "students_showcase.html")

mymenu.addSubMenu("admission", "", "<b>Welcome from the Director</b>", "admission.html")
mymenu.addSubMenu("admission", "", "<b>Important Dates</b>", "admission_openhousedates.html")
mymenu.addSubMenu("admission", "", "<b>Tuition and Financial Aid</b>", "admission_tuition.html")
mymenu.addSubMenu("admission", "", "<b>Scholarships and Grants</b>", "admission_scholarships.html")
mymenu.addSubMenu("admission", "", "<b>Admission Criteria</b>", "admission_criteria.html")
mymenu.addSubMenu("admission", "", "<b>Application Procedures</b>", "admission_docs.html")
mymenu.addSubMenu("admission", "", "<b>Contact the Admission Office</b>", "admission_contactform.html")
mymenu.addSubMenu("admission", "", "<b>FAQS</b>", "admission_faqs.html")

mymenu.addSubMenu("parents", "", "<b>Link SIS</b>", "http://fm.linkschool.org:8000/fmi/iwp/cgi?-db=link_sis&amp;-startsession")
mymenu.addSubMenu("parents", "", "<b>Parent Resources</b>", "parents_resources.html")
mymenu.addSubMenu("parents", "", "<b>Link Parent Association<br>&nbsp;&nbsp;News</b>", "parents_assoc_news.html")
mymenu.addSubMenu("parents", "", "<b>Calendar</b>", "calendar.html")
mymenu.addSubMenu("parents", "", "<b>Parent Student Handbook</b>", "resources/Parent_Student_Handbook_2008-09.pdf")


// This line is required after all menu definitions are finished
mymenu.showMenu()
