


_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=15               // 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="#000000";
onbold=0;
oncolor="#FE0002";
offbgcolor="#fff300";
offcolor="#000000";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=7;
fontsize="12";
fontweight="normal";
fontfamily="Helvetica,Verdana,Arial,Tahoma";
overfilter="Fade(duration=0.1);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0)";
ondecoration="none";

}

with(submenuStyle=new mm_style()){
// onbgcolor="#000000";
oncolor="#000000";
// offbgcolor="#000000";
offcolor="#000000";
// bordercolor="#000000";
// borderstyle="solid";
// borderwidth=2;
// borderstyle="solid";
// borderwidth=1;
separatorcolor="#000000";
padding=10;
fontsize="12px";
fontfamily="Verdana,Arial,Tahoma";
ondecoration="underline";
menubgimage="menuBckGry.gif";
}


with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Our Mission;url=mission.asp;");
aI("text=Contact Us;url=contact.html;");
}

with(milonic=new menuname("community")){
style=menuStyle;
aI("text=Sponsors;url=sponsors.asp;");
aI("text=Drug Tests Information;url=testMain.asp;");
aI("text=On-Site Oral Test;url=testOral.asp;");
aI("text=Instant Alcohol Test;url=testAlcohol.asp;");
}

with(milonic=new menuname("info")){
style=menuStyle;
aI("text=Info for Businesses;url=businesses.asp;");
aI("text=Drug Proofing Your Home;url=drugproofing.asp;");
aI("text=Hotlines and Services;url=hotlines.asp;");
}

with(milonic=new menuname("county")){
style=menuStyle;
aI("text=Douglas County;url=http://so.co.douglas.nv.us;");
}
drawMenus();