_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="#009999";
oncolor="#FFFFFF";
offbgcolor="#009999";
offcolor="#FFFFFF";
//bordercolor="#296488";
//borderstyle="solid";
borderwidth=0;
separatorcolor="#009999";
separatorsize="0";
padding=0;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
}

with(DMStyle=new mm_style()){
onbgcolor = "#74C3C3";
oncolor = "#0000CC";
offbgcolor = "#F6F5F1";
offcolor = "#45476A";
bordercolor = "#8A899B";
borderstyle = "solid";
borderwidth = 1
separatorcolor = "#8A899B";
separatorsize = 1;
padding = 3;
fontsize = "11";
fontstyle = "normal";
fontweight = "normal";
fontfamily="Verdana, Tahoma, Arial";
}

with(milonic=new menuname("Topbar")){
style=menuStyle;
top=48;
menuwidth=580;
alwaysvisible = 1;
screenposition="center"
align="center";
orientation="horizontal";
aI("image=gif/navhome.gif;overimage=gif/navhomej.gif;url=index.asp");
aI("image=gif/11x13.gif;");
aI("image=gif/navabout.gif;overimage=gif/navaboutj.gif;showmenu=about;url=about.asp");
aI("image=gif/11x13.gif;");
aI("image=gif/navresources.gif;overimage=gif/navresourcesj.gif;showmenu=resources;url=supportinformation.asp");
aI("image=gif/11x13.gif;");
aI("image=gif/navnews.gif;overimage=gif/navnewsj.gif;showmenu=news;url=pressreleases.asp");
aI("image=gif/11x13.gif;");
aI("image=gif/navevents.gif;overimage=gif/naveventsj.gif;showmenu=events;url=eventlist.asp");
aI("image=gif/11x13.gif;");
aI("image=gif/navdonations.gif;overimage=gif/navdonationsj.gif;url=becomeamember.asp");
aI("image=gif/11x13.gif;");
aI("image=gif/navcontact.gif;overimage=gif/navcontactj.gif;showmenu=contact;url=contact.asp");
aI("image=gif/navend2.gif;");
}

   with(milonic=new menuname("about")){
    left="offset=10"
    borderwidth = 1;
    itemwidth=155;
    style = DMStyle;
    aI("text=What We Do;url=about.asp;");	
    aI("text=Our Partners;url=ourpartners.asp;");
    aI("text=Board of Directors & Staff;url=boardofdirectors.asp;");
    aI("text=Membership;url=becomeamember.asp;");
    aI("text=Volunteer;url=volunteer.asp;");
    aI("text=Family Referrals Form;url=familyreferrals.asp;");
    }

    with(milonic=new menuname("resources")){
    left="offset=10"
    borderwidth = 1;
    itemwidth=155;
    style = DMStyle;
    aI("text=Medical Information;url=medicalinformation.asp;");
aI("text=Support Information;url=supportinformation.asp;");
aI("text=Family Stories;url=familystorylist.asp;");
aI("text=Hearts of Gold<br>Youth Program;url=heartsofgold.asp;");
aI("text=Memorial Page;url=memorials.asp;");
    }


   with(milonic=new menuname("news")){
   left="offset=10"
    borderwidth = 1;
    itemwidth=155;
    style = DMStyle;
    aI("text=Heart Matters Newsletter;url=newsletters.asp;");
    aI("text=Press Releases;url=pressreleases.asp;");
    }


        with(milonic=new menuname("events")){
        left="offset=10"
        borderwidth = 1;
        itemwidth=155;
        style = DMStyle;
        aI("text=Fundraising Events;url=eventlist.asp;");
        aI("text=Conferences;showmenu=conferences;url=conferences.asp;");
        aI("text=Education & Support Meetings;url=eventseducationsupport.asp");
        }
        
   with(milonic=new menuname("conferences")){
   left="offset=10"
    borderwidth = 1;
    itemwidth=155;
    style = DMStyle;
    //aI("text=Online Registration;url=registration.asp;");
    }


        with(milonic=new menuname("contact")){
        left="offset=10"
        borderwidth = 1;
        itemwidth=155;
        style = DMStyle;
        aI("text=Contact Information;url=contact.asp;");
        aI("text=Literature Request;url=literaturerequest.asp;");
        }

drawMenus();
