


_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="#fceccb";
oncolor="#000000";
offbgcolor="#006600";
offcolor="#fceccb";
bordercolor="#000033";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000033";
separatorsize="1";
padding=8;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#006600";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=4)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=115;
alwaysvisible=1;
followscroll="10";
orientation="horizontal";
screenposition="center;middle";
aI("text=Home;url=index.htm;");
aI("text=About Us;url=about.htm;");
aI("text=The Girls;showmenu=girls;");
aI("text=The Boys;showmenu=boys;");
aI("text=Puppies;url=puppies.htm;");
aI("text=Show Success;showmenu=success;");
aI("text=Breeding;url=breeding.htm;");
aI("text=Contact Us;url=contact.htm;");
aI("text=Links;url=links.htm;");
}

with(milonic=new menuname("girls")){
style=menuStyle;
aI("text=Saphire Of StrathKiness Via Cyberus;url=saphire.htm");
aI("text=Jumas Joy At Cyberus;url=jumas.htm");
}

with(milonic=new menuname("boys")){
style=menuStyle;
aI("text=Klanzmun Tiberius At Cyberus;url=klansman.htm");
}

with(milonic=new menuname("success")){
style=menuStyle;
aI("text=Saphire Of StrathKiness Via Cyberus;url=saphire_success.htm");
aI("text=Jumas Joy At Cyberus;url=jumas_success.htm");
}


drawMenus();

