_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=20;




with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="";
headercolor="";
offbgcolor="#ffffff";
offcolor="#2c6667";
onbgcolor="#2c6667";
oncolor="#16130E";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=0)";
padding=0;
pagebgcolor="#CC9966";
pagecolor="";
separatorcolor="#16130E";
separatorsize=0;
subimage="";
subimagepadding=0;
}
with(menuStyleBD=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="ffffff";
headercolor="ffffff";
bordercolor="#16130E";
borderstyle="solid";
borderwidth=2;
offbgcolor="#ffffff";
offcolor="#2c6667";
onbgcolor="#2c6667";
oncolor="#16130E";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=0)";
padding=0;
pagebgcolor="#CC9966";
pagecolor="";
separatorcolor="#16130E";
separatorsize=0;
subimage="";
subimagepadding=0;
}


with(milonic=new menuname("AdSearch")){
style=menuStyleBD;
margin=10;


aI("image=;showmenu=;text=Stallion Directory;url=stallions.asp");

aI("image=;showmenu=;text=Breeders Directory;url=breedersdirlistings.asp");
}

with(milonic=new menuname("breeders")){
style=menuStyleBD;
margin=10;


aI("image=;showmenu=;text=Stallion Directory;url=stallions.asp");

aI("image=;showmenu=;text=Breeders Directory;url=breedersdirlistings.asp");
}

with(milonic=new menuname("Ad Info Place Ad")){
style=menuStyleBD;
margin=10;


aI("image=;text=Place Your Ad;url=adinfo_placead.asp;");
}

with(milonic=new menuname("System Admin")){
style=menuStyleBD;
margin=10;
aI("image=;text=Login;url=manageads.asp;");
}

with(milonic=new menuname("learn")){
style=menuStyleBD;
margin=10;


aI("image=;text=Articles;url=articles.asp;");
aI("image=;text=Definition of Foundation;url=def_foundation.asp;");
aI("image=;text=Foundation Breed Standards;url=breedstandards.asp;");
aI("image=;text=Frequently Asked Questions;url=faq.asp;");
aI("image=;text=Historical Photos;url=historical_photos.asp;");
aI("image=;text=Links;url=links.asp;");
aI("image=;text=Morgan Family Lines;url=foundation_family_lines.asp;");
aI("image=;text=Morgan Related Services;url=morgan_services.asp;");
aI("image=;text=Pedigree Database;url=pedigree_database.asp;");



}

drawMenus();


