/* -----------------------------------------------------------------------------

    modest.menus v1.0
    last updated on Sep. 10, 2007 (09-10-2007)
    Copyright (C) 2007  Dave Rankin dave.caretcake@gmail.com

    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.

    For an explanation of this file and how to use ModestMenus,
    please see the documentation that is supplied in the archive
    with this file or vist http://dave.caretcake.com.

----------------------------------------------------------------------------- */

menus.about = new menu("about", "primary");
menus.about.addOption("About BPSW", "about_bpsw.html");
menus.about.addOption("Directors and Advisors", "directors.html");
menus.about.addOption("Current Project: Indonesia", "current_indonesia.html");

menus.student = new menu("student", "primary");
menus.student.addOption("Scholarships", "scholarships.html");
menus.student.addOption("Library Resources", "library_resources.html");
menus.student.addOption("Translations and Publishing", "translations_and_publishing.html");

menus.professional = new menu("professional", "primary");
menus.professional.addOption("SWPRC", "swprc.html");
menus.professional.addOption("Technical Assistance/<br /><span style=\"padding-left: 5px;\">Consultation", "technical_assistance.html");
menus.professional.addOption("Sponsored Forums/<br /><span style=\"padding-left: 5px;\">Professional Development", "sponsored_forums.html");

menus.involved = new menu("involved", "primary");
menus.involved.addOption("Contact Us", "contact_us.html");
menus.involved.addOption("Donate", "donate.html");


