_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=10;
_subOffsetLeft=25;

with(submenuStyle=new mm_style()){
styleid=5;
bordercolor="#006666";
borderstyle="solid";
borderwidth=1;
fontfamily="Times,arial";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="";
headercolor="";
offbgcolor="#698856";
offcolor="#000000";
onbgcolor="#698856";
oncolor="#cc9900";
padding=5;
separatorcolor="";
separatorsize="";
}


with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Times, Arial";
fontsize="12px";
fontstyle="bold";
headerbgcolor="";
headercolor="";
offbgcolor="";
offcolor="";
onbgcolor="";
oncolor="";
padding=0;
pagebgcolor="";
pagecolor="";
separatorcolor="";
separatorsize=0;
subimage="";
subimagepadding=0;
}

with(pappy=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="horizontal";
style=menuStyle;
top=199;
aI("image=http://www.jadecreek.com/newnav/nav_01.gif;overimage=http://www.jadecreek.com/newnav/nav_01-over.gif;showmenu=whatsnew;status=What's New");
aI("image=http://www.jadecreek.com/newnav/nav_02.gif;overimage=http://www.jadecreek.com/newnav/nav_02-over.gif;url=farm.asp;status=Farm Info");
aI("image=http://www.jadecreek.com/newnav/nav_03.gif;overimage=http://www.jadecreek.com/newnav/nav_03-over.gif;url=stallions.asp;status=Stallions");
aI("image=http://www.jadecreek.com/newnav/nav_04.gif;overimage=http://www.jadecreek.com/newnav/nav_04-over.gif;url=sales.asp;status=Sale Horses");
aI("image=http://www.jadecreek.com/newnav/nav_form.gif;overimage=http://www.jadecreek.com/newnav/nav_form_on.gif;url=forms.asp;Status=Forms and Contracts");
aI("image=http://www.jadecreek.com/newnav/nav_06.gif;overimage=http://www.jadecreek.com/newnav/nav_06-over.gif;url=training.asp;status=Training");
aI("image=http://www.jadecreek.com/newnav/nav_07.gif;overimage=http://www.jadecreek.com/newnav/nav_07-over.gif;url=contact.asp;status=Contact Us");

}


with(pappy=new menuname("whatsnew")){
style=submenuStyle;
itemwidth=150;
left=10
aI("image=http://www.jadecreek.com/newnav/news_off.png;overimage=http://www.jadecreek.com/newnav/news_on.png;url=http://www.jadecreek.com/news.asp;status=News");
aI("image=http://www.jadecreek.com/newnav/showresults_off.png;overimage=http://www.jadecreek.com/newnav/showresults_on.png;url=http://www.jadecreek.com/show_results.asp;status=Show Results");
}


drawMenus();

