_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
//bordercolor="#296488";
//borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="0";
padding=0;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="transparent";
headercolor="#000000";
headerbgcolor="#FFCC99";
}

with(DMStyle=new mm_style()){
onbgcolor = "#EBBF7E";
oncolor = "#5A3B7B";
offbgcolor = "#D3C6E2";
offcolor = "#000000";
bordercolor = "#FFFFFF";
borderstyle = "solid";
borderwidth = 1
separatorcolor = "#FFFFFF";
separatorsize = 1;
padding = 4;
fontsize = "12";
fontstyle = "normal";
fontweight = "normal";
fontfamily="Verdana, Tahoma, Arial";
//subimage="images/arrow.gif";
//subimagepadding="2";
}

   with(milonic=new menuname("about")){
    left="offset=10"
    borderwidth = 1;
    itemwidth=150;
    style = DMStyle;
    aI("text=History;url=about.asp#history;");
    aI("text=Board Members;url=boardmembers.asp;");
    aI("text=President's Message;url=presidentsmessage.asp;");
    aI("text=Newsletter;url=newsletter.asp;");
    }

with(milonic=new menuname("associates")){
    left="offset=10"
    borderwidth = 1;
    itemwidth=170;
    style = DMStyle;
    aI("text=Elder Friendly Community;url=associates.asp;");
    }

    with(milonic=new menuname("programs")){
    left="offset=10"
    borderwidth = 1;
    itemwidth=185;
    style = DMStyle;
    aI("text=Seniors' Link;url=seniorslink.asp;");
    aI("text=Seniors' Services Directory;url=directory.asp;");
    aI("text=Senior Peer Counsellors;url=counsellors.asp;");
    aI("text=Seniors in Stitches;url=stitches.asp;");
    aI("text=Return to Health;url=returntohealth.asp;");
    }
    
        with(milonic=new menuname("contact")){
        left="offset=10"
        borderwidth = 1;
        itemwidth=150;
        style = DMStyle;
        aI("text=Contact Us;url=contact.asp;");
        aI("text=Feedback;url=contact.asp#feedback;");
        aI("text=Online Donations;url=donate.asp;");
    }

drawMenus();
