fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#000080";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#52BDFF";
headercolor="#000000";
offbgcolor="#52BDFF";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#52BDFF";
pagecolor="black";
separatorcolor="#000080";
separatorsize=1;
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=145;
orientation="horizontal";
style=menuStyle;
top=604;
aI("text=Home;url=http://www.dogcatbreeder.com/index.html");
aI("showmenu=Dogs & Cats;text=Our Dogs & Cats;");
aI("showmenu=Available Puppies;text=Available Puppies;");
aI("text=Pricing & Guarantee;url=http://www.DOGCATBREEDER.com/puppyenquiry.html;");
aI("showmenu=Training;text=Training;");
aI("showmenu=Bloodlines;text=Bloodlines;");
aI("text=Links;url=http://www.DOGCATBREEDER.com/links.html;");
aI("text=Contact;url=http://www.DOGCATBREEDER.com/contact.html;");
}

with(milonic=new menuname("Dogs & Cats")){
overflow="scroll";
style=menuStyle;
aI("text=Chocolate Labs;url=http://www.dogcatbreeder.com/choclab.html;")
aI("text=Yellow Labs;url=http://www.dogcatbreeder.com/yellowlab.html;")
aI("text=Black Labs;url=http://www.dogcatbreeder.com/blacklab.html;")
aI("text=Brittany Spaniels;url=http://www.dogcatbreeder.com/brit.html;")
aI("text=Maltese;url=http://www.dogcatbreeder.com/maltese.html;")
aI("text=Chihuahuas;url=http://www.dogcatbreeder.com/chihuahua.html;")
aI("text=Siamese Cats;url=http://www.dogcatbreeder.com/siamese.html;")


}

with(milonic=new menuname("Available Puppies")){
style=menuStyle;
aI("text=Litters Due Birth Chart;url=http://www.dogcatbreeder.com/birthchart.html;");
aI("text=Retirees- Sign up;url=http://www.dogcatbreeder.com/delta.html;");

}

with(milonic=new menuname("Training")){
style=menuStyle;
aI("text=Recommended Training Books;url=http://www.dogcatbreeder.com/books.html;");
aI("text=Tip of The Month;url=http://www.dogcatbreeder.com/tips.html;");
aI("text=Find a Trainer;url=http://www.cappdt.ca/;");

}

with(milonic=new menuname("Bloodlines")){
style=menuStyle;
aI("text=National Field Trial Lines(Labs);url=http://www.dogcatbreeder.com/national_field_lines.html;");
aI("text=Champion Show Lines (Labs);url=http://www.dogcatbreeder.com/champion_show_lines.html;");
aI("text=Brittany Spaniel Show Lines;url=http://www.dogcatbreeder.com/champion_show_brits.html;");
aI("text=Brittany Spaniel Field Lines;url=http://www.dogcatbreeder.com/champion_field_brits.html;");
aI("text=Maltese Terrier Lines;url=http://www.dogcatbreeder.com/maltese_lines.html;");
}


drawMenus();


