


_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="#660000";
oncolor="#c0c0c0";
offbgcolor="#c0c0c0";
offcolor="#660000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#660000";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#c0c0c0";
pagebgcolor="#660000";
headercolor="#c0c0c0";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}




with(milonic=new menuname("switch")){
style=menuStyle;
aI("text=Switch;url=hitter.asp;");
aI("text=Breeding;url=breeding.asp;");
aI("text=More Photos;url=photos.asp;");
aI("text=Pedigree;url=docs/ishpedigree.pdf;");
}

with(milonic=new menuname("our horses")){
style=menuStyle;
aI("text=Mares;url=broodmares.asp;");
aI("text=Diamond;url=diamond.asp;");
aI("text=Convict;url=convict.asp;");
aI("text=Sage;url=sage.asp;");
aI("text=Kid;url=kid.asp;");
aI("text=Ellie;url=ellie.asp;");
}

with(milonic=new menuname("Foals")){
style=menuStyle;
aI("text=2010 Foals;url=hitterfoals2010.asp;");
aI("text=2009 Foals;url=hitterfoals2009.asp;");
aI("text=2008 Foals;url=hitterfoals2008.asp;");
aI("text=2007 Foals;url=hitterfoals2007.asp;");
aI("text=2006 Foals;url=hitterfoals2006.asp;");
aI("text=2005 Foals;url=hitterfoals2005.asp;");
aI("text=2004 Foals;url=hitterfoals2004.asp;");
aI("text=2009 Australia Foals;url=hitterfoals2009AU.asp;");
aI("text=2007 Australia Foals;url=hitterfoals2007AU.asp;");
aI("text=2006 Australia Foals;url=hitterfoals2006AU.asp;");
aI("text=Show Photos;url=World Photos.asp;");
aI("text=ISH Foal Statistics;url=docs/ishfoalstatisitics.pdf;");
aI("text=ISH Foals' Show Records;url=docs/ishfoalpoints.pdf;");
}
with(milonic=new menuname("For Sale")){
style=menuStyle;
aI("text=Weanlings;url=forsale10.asp;");
aI("text=Yearlings;url=forsale09.asp;");
aI("text=Two Year Olds;url=forsale08.asp;");
aI("text=Three Year Olds;url=forsale07.asp;");
aI("text=Four Year Olds;url=forsale06.asp;");
aI("text=Five Year Olds;url=forsale05.asp;");
aI("text=Mares;url=forsalemares.asp;");
aI("text=Tack;url=forsaletack.asp;");
}
with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Links;url=links.asp;");
}
with(milonic=new menuname("Shows")){
style=menuStyle;
aI("text=Shows;url=shows.asp;");
}
with(milonic=new menuname("Goats")){
style=menuStyle;
aI("text=Goats & Other Critters;url=goats.asp;");
aI("text=Does;url=does.asp;");
aI("text=Wethers & Bucks;url=wethers.asp;");
aI("text=Kidding Schdule;url=kiddingschedule.asp;");
aI("text=Goats For Sale;url=forsalegoats.asp;");
aI("text=Reference Bucks and Does;url=referencegoats.asp;");
aI("text=Goat Shows;url=goatshows.asp;");
aI("text=Goat Links;url=goatlinks.asp;");
}
with(milonic=new menuname("My Milonic")){
style=menuStyle;
aI("text=Login;url=http://milonic.com/login.php;");
aI("text=Licenses;url=http://milonic.com/mylicenses.php;");
aI("text=Invoices;url=http://milonic.com/myinvoices;");
aI("text=Make Support Request;url=http://milonic.com/reqsupport.php;");
aI("text=View Support Requests;url=http://milonic.com/mysupport.php;");
aI("text=Your Details;url=http://milonic.com/mydetails.php;");
}

drawMenus();

