_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=100            // The time delay before menus open on mouse over

_followSpeed=10                // Follow scrolling speed

_followRate=40                // Follow scrolling Rate

_subOffsetTop=5              // Sub menu top offset

_subOffsetLeft=5            // 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="#000033";

oncolor="#ffffff";

offbgcolor="#000066";

offcolor="#a8a800";

bordercolor="#a8a800";

borderstyle="solid";

borderwidth=1;

separatorcolor="#ffffff";

separatorsize="1";

padding=4;

fontsize="90%";

fontstyle="bold";

fontfamily="Verdana";

pagecolor="#ffffff";

pagebgcolor="#000066";

headercolor="#a8a800";

headerbgcolor="#ffffff";

subimage="arrow.gif";
subimagepadding="7";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

outfilter="randomdissolve(duration=0.1)";

}




with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=BREEDING;url=http://razorcreekstables.com/breeding.html;showmenu=Breeding;");
aI("text=BOARDING;url=http://razorcreekstables.com/boarding.html;status=Boarding");
aI("text=LESSONS;url=http://razorcreekstables.com/lessons.html;status=Lessons;");
aI("text=ARENA;url=http://razorcreekstables.com/arena.html;showmenu=Arena;");
aI("text=TRAINING;url=http://razorcreekstables.com/training.html;status=Training;");
aI("text=CONTACT US;url=http://razorcreekstables.com/contact_us.html;status=Contact Us;");
aI("text=FOR SALE;url=http://razorcreekstables.com/for_sale.html;status=For Sale;");
}

with(milonic=new menuname("Breeding")){
style=menuStyle;
overflow="scroll";
aI("text=Valiant;url=http://razorcreekstables.com/valiant.html;");
aI("text=Offspring;url=http://razorcreekstables.com/offspring.html;");
}

with(milonic=new menuname("Boarding")){
style=menuStyle;
overflow="scroll";
}

with(milonic=new menuname("Lessons")){
style=menuStyle;
overflow="scroll";
}

with(milonic=new menuname("Training")){
style=menuStyle;
overflow="scroll";
}

with(milonic=new menuname("Arena")){
style=menuStyle;
overflow="scroll";
aI("text=Indoor Arena;url=http://razorcreekstables.com/indoor_arena.html;");
aI("text=Outdoor Arena;url=http://razorcreekstables.com/outdoor_arena.html;");
aI("text=Arena Rental;url=http://razorcreekstables.com/arena_rental.html;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
overflow="scroll";
}

with(milonic=new menuname("For Sale")){
style=menuStyle;
overflow="scroll";
}

drawMenus();
