        with(new menuname("Main Menu")){
        style=menuStyle;
        alwaysvisible=1;
        orientation="horizontal";
        position="relative";
        aI("image=nav_home.gif;overimage=nav_home_over.gif;pageimage=nav_home_over.gif;url=index.htm;");
        aI("image=nav_about.gif;overimage=nav_about_over.gif;pageimage=nav_about_over.gif;url=about.htm;showmenu=about;");
        aI("image=nav_donate.gif;overimage=nav_donate_over.gif;pageimage=nav_donate_over.gif;url=donate.htm;");
        aI("image=nav_resources.gif;overimage=nav_resources_over.gif;pageimage=nav_resources_over.gif;url=resources.htm;showmenu=resources;");
        aI("image=nav_contact.gif;overimage=nav_contact_over.gif;pageimage=nav_contact_over.gif;url=contact.htm;");
        aI("image=nav_calendar.gif;overimage=nav_calendar_over.gif;pageimage=nav_calendar_over.gif;url=calendar.htm;");
        aI("image=nav_news.gif;overimage=nav_news_over.gif;pageimage=nav_news_over.gif;url=news.htm;showmenu=news;");
        }

        with(new menuname("about")){
        style=menuStyle2;
        fontweight="bold";
        aI("text=&nbsp;Overview;url=about.htm;");
        aI("text=&nbsp;Board of Directors;url=board.htm;");
        aI("text=&nbsp;Meet Our Staff;url=staff.htm;");
        aI("text=&nbsp;Mission/Vision;url=mission.htm;");
        aI("text=&nbsp;What is Palliative Care?;url=about_palliativecare.htm;");
        aI("text=&nbsp;Our Supporters;url=about_supporters.htm;");
        }

        with(new menuname("resources")){
        style=menuStyle2;
        fontweight="bold";
        aI("text=&nbsp;Overview;url=resources.htm;");
        aI("text=&nbsp;FAQ;url=faq.htm;");
        aI("text=&nbsp;Bibliography;url=bibliography.htm;");
        }

        with(new menuname("news")){
        style=menuStyle2;
        fontweight="bold";
        aI("text=&nbsp;Overview;url=news.htm;");
        aI("text=&nbsp;Newsletters;url=newsletters.htm;");
        aI("text=&nbsp;Press Kit;url=presskit.htm;");
        }

        drawMenus();
