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

    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.

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

var siteURL = 'http://dave.caretcake.com/';

menus.writing = new menu("writing", "primary");
menus.writing.addOption("Newsletter", siteURL + "writing/newsletter.rhtml");
menus.writing.addOption("Audio Development for the Web", siteURL + "writing/web_audio.rhtml");
menus.writing.addOption("Bypassing Windows Login Screen", siteURL + "writing/bypass_windows_login.rhtml");
menus.writing.addOption("Developing Games in DHTML", siteURL + "writing/dhtml_games.rhtml");
menus.writing.addOption("Don't Let Mosquitoes Bug You", siteURL + "writing/mosquitoes.rhtml");
menus.writing.addOption("Essential System Recovery Tools", siteURL + "writing/system_recovery.rhtml");
menus.writing.addOption("Fantastic Fonts in KDE", siteURL + "writing/kde_fonts.rhtml");
menus.writing.addOption("Leave Your Mark with The Gimp", siteURL + "writing/watermark.rhtml");
menus.writing.addOption("Parent/Child Windows and JavaScript", siteURL + "writing/windowopener.rhtml");
menus.writing.addOption("Think Localized Distribute Globally", siteURL + "writing/localization.rhtml");

menus.software = new menu("software", "primary");
menus.software.addOption("Desktop Flare", siteURL + "software/desktop_flare_wallpaper.rhtml");
menus.software.addOption("HMSCalculate", siteURL + "software/hmscalculate_overview.rhtml");
menus.software.addOption("Kitomaza - Video Game", siteURL + "software/kitomaza.rhtml");
menus.software.addOption("Komodo IDE Add-ons", siteURL + "software/komodo_addons.rhtml");
menus.software.addOption("ModestMenus", siteURL + "software/modest_menus_overview.rhtml");
menus.software.addOption("MorseCoder", siteURL + "software/morse_coder.rhtml");
menus.software.addOption("The Pumpkin Patch Video Game", siteURL + "software/pumpkin_patch.rhtml");
menus.software.addOption("RhythmRight", siteURL + "software/rhythm_overview.rhtml");

menus.music = new menu("music", "primary");
menus.music.addOption("Dinosaur Songs", siteURL + "music/dinosaur_songs.rhtml");
menus.music.addOption("Hymns to the Night", siteURL + "music/hymns_to_the_night.rhtml");
menus.music.addOption("Music by Friends", siteURL + "music/friends.rhtml");
menus.music.addOption("Sound Bits", siteURL + "music/sound_bits.rhtml");

menus.about = new menu("about", "primary");
menus.about.addOption("Bio", siteURL + "about/bio.rhtml");
menus.about.addOption("Contact Information", siteURL + "about/contact.rhtml");
menus.about.addOption("Privacy Policy", siteURL + "about/privacy.rhtml");

menus.participate = new menu("participate", "primary");
menus.participate.addOption("General Questions", siteURL + "participate/general.rhtml");
menus.participate.addOption("Designers and Developers", siteURL + "participate/development.rhtml");
menus.participate.addOption("Donations", siteURL + "participate/donations.rhtml");
