        with(new menuname("Main Menu")){
        style=menuStyle;
        alwaysvisible=1;
        orientation="vertical";
        position="relative";
        aI("image=nav_caregiving.gif;overimage=nav_caregiving_over.gif;pageimage=nav_caregiving_over.gif;url=caregiving.htm;showmenu=caregiving;");
        aI("image=nav_students.gif;overimage=nav_students_over.gif;pageimage=nav_students_over.gif;url=students.htm;showmenu=students;");
        aI("image=nav_healthcare.gif;overimage=nav_healthcare_over.gif;pageimage=nav_healthcare_over.gif;url=healthcare.htm;showmenu=healthcare;");
        aI("image=nav_residents.gif;overimage=nav_residents_over.gif;pageimage=nav_residents_over.gif;url=residents.htm;showmenu=residents;");
        aI("image=nav_community.gif;overimage=nav_community_over.gif;pageimage=nav_community_over.gif;url=community.htm;showmenu=community;");
        }

        with(new menuname("caregiving")){
        style=menuStyle3;
        fontweight="bold";
        aI("text=&nbsp;Overview;url=caregiving.htm;");
        aI("text=&nbsp;Creating Communities of Care;url=creating.htm;");
        }

        with(new menuname("students")){
        style=menuStyle4;
        fontweight="bold";
        aI("text=&nbsp;Overview;url=students.htm;");
        aI("text=&nbsp;Student Writings;url=writings.htm;");
        }

        with(new menuname("healthcare")){
        style=menuStyle5;
        fontweight="bold";
        aI("text=&nbsp;Overview;url=healthcare.htm;");
        aI("text=&nbsp;Available Topics;url=topics.htm;");
        }

        with(new menuname("community")){
        style=menuStyle7;
        fontweight="bold";
        aI("text=&nbsp;Overview;url=community.htm;");
        aI("text=&nbsp;Common Threads;url=share.htm;");
        }

        drawMenus();
