
_menuCloseDelay=100     // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150      // The time delay before menus open on mouse over
_subOffsetTop=10        // Sub menu top offset
_subOffsetLeft=-10      // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#CAE2E4";
oncolor="#266B88";
offbgcolor="#FFFFFF";
offcolor="#266B88";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#266B88";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.3);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}
with(milonic=new menuname("Training")){
style=menuStyle;
top=293;
left=187;
aI("text=PUPPY;url=training-puppy.html;target=frmBody;");
aI("text=BASIC;url=training-basic.html;target=frmBody;");
aI("text=TRICKS;url=training-tricks.html;target=frmBody;");
aI("text=COMPETITION;url=training-comp.html;target=frmBody;");
aI("text=PRIVATE INSTRUCTION;url=training-private.html;target=frmBody;");
}

drawMenus();