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

    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.programs = new menu("programs", "primary");
menus.programs.addOption("Goat Breeding and Fattening", "pr_aug1908.html");
menus.programs.addOption("Dairy Goats", "dairy_goats.html");
menus.programs.addOption("Mushrooms", "mushrooms.html");
menus.programs.addOption("Community Infrastructure", "infrastructure.html");
/*menus.programs.addOption("Honey Bees", "honey.html");*/
menus.programs.addOption("Education", "education.html");
menus.programs.addOption("Building Professional Social<br /><span style=\"padding-left: 5px;\">Work", "http://www.bpsw.org/\" target='_blank'");

menus.who = new menu("who", "primary");
menus.who.addOption("Building Bridges Foundation", "foundation.html"/*, "foundation"*/);
menus.who.addOption("People", "people.html", "people");
menus.who.addOption("Donors", "donors.html");

/*
menus.foundation = new menu("foundation", "secondary");
menus.foundation.addOption("History", "history.html");
menus.foundation.addOption("About Aceh", "about_aceh.html");
menus.foundation.addOption("Future Activities", "future_activities.html");*/

menus.people = new menu("people", "secondary");
menus.people.addOption("Board of Directors", "board.html");
menus.people.addOption("Indonesian Advisory<br /><span style=\"padding-left: 5px;\">Committee", "indonesian_committee.html");
/*menus.people.addOption("US Advisory Committee", "us_committee.html");
menus.people.addOption("Staff", "staff.html");*/

/*
menus.news = new menu("news", "primary");
menus.news.addOption("Interviews", "interviews.html");
menus.news.addOption("Newsletter—Current", "newsletter_current.html");
menus.news.addOption("Newsletter—Archive", "newsletter_archive.html");*/

