


_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=40                // Follow scrolling Rate
_subOffsetTop=10              // 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="#ffffff";
oncolor="#115202";
offbgcolor="#115202";
offcolor="#ffffff";
bordercolor="#115202";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="2";
padding=6;
fontsize="100%";
fontstyle="normal";
fontfamily="Papyrus, Tahoma, Arial";
pagecolor="#115202";
pagebgcolor="#ffffff";
headercolor="#000000";
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("Main Menu")){
style=menuStyle;
top=100;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
itemheight="15px";
aI("text=Home  ;url=index.htm;status=Back To Home Page;");
aI("text=About  Us  ;showmenu=About Us;");
aI("text=Services  ;showmenu=Services;");
aI("text=Happenings  ;showmenu=Happenings;");
aI("text=Adoption Center  ;showmenu=Adoption Center;");
aI("text=FAQ  ;url=faq.htm;status=A list of frequently asked questions;");
aI("text=Contact  Us  ;url=contact.htm;showmenu=Contact Us;status=Drop us a line, call us, or stop by today.");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
overflow="scroll";
aI("text=Meet the Doctors;url=doctors.htm;status=Meet the Doctors;");
aI("text=Meet the Staff;url=staff.htm;status=Meet the Staff;");
aI("text=Student Interns;url=student.htm;status=Meet the Interns;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Small Animal;url=smanimal.htm;status=Small Animal Services;");
aI("text=Large Animal;url=lganimal.htm;status=Large Animal Services;");
aI("text=Boarding;url=boarding.htm;status=Boarding Services;");
aI("text=Clinic Store;url=store.htm;status=We have a well stocked store for your pets health & nutritional needs;");
aI("text=Clinic Policies;url=policies.htm;status=Deer Park Vet Clinic Policies;");
}

with(milonic=new menuname("Happenings")){
style=menuStyle;
//aI("text=Special Vacination Clinic;url=HappenVacClinic.htm;status=Special Vaciniation Clinic for FEb-March 2007;");
aI("text=Rabies Clinics;url=rabclinic.htm;status=We have Rabies Clinics Bi-Yearly;");
aI("text=Dental Clinics;showmenu=Dental;status=Watch for our dental specials;");
aI("text=Compassion Fund;url=compfund.htm;status=Support our Compassion Fund;");
aI("text=MicroChip Clinic;url=micro.htm;status=March is MicroChip Month;");
aI("text=Get Ready to Ride!;url=ride.htm;status=Health Certificates;");
}

with(milonic=new menuname("Adoption Center")){
style=menuStyle;
aI("text=Dogs;url=adoptdog.htm;status=Adopt a dog;");
aI("text=Cats;url=adoptcat.htm;status=Adopt a cat;");
}

with(milonic=new menuname("Dental")){
style=menuStyle;
aI("text=Equine;url=dentalEQ.htm;status=Equine Dental Care;");
aI("text=Cats;url=dentalcat.htm;status=Dental Care for your cat;");
aI("text=Dogs;url=dental.htm;status=Dental Care for your cat;");
}
drawMenus();

