

_menuCloseDelay=500;
_menuOpenDelay=1;
_followSpeed=5;
_followRate=40;
_subOffsetTop=10;
_subOffsetLeft=-10;
_scrollAmount=3;
_scrollDelay=20;

with(menuStyle=new mm_style()){
offclass="mainmenu";
onclass="mainmenu on";
separatorcolor="#ffffff";
separatorheight="10px";
separatorsize="1";
}
with(subMenuStyle=new mm_style()){
offclass="submenu";
onclass="submenu on";
separatorcolor="#0092bb";
separatorsize="0";
}
with(milonic=new menuname("wpsmenu1")){
style=menuStyle;
orientation="horizontal";
alwaysvisible="1";
position="relative";
align="center";
aI("text=Home;pointer=hand;url=/;");
aI("text=The Office;pointer=hand;url=/the-office/;");
aI("text=Treatments and Procedures;showmenu=wpsmenu2;offclass=mainmenu arrow;onclass=mainmenu on arrow;pointer=hand;url=/treatments-and-procedures/;");
aI("text=Our Staff;pointer=hand;url=/our-staff/;");
aI("text=Financing;pointer=hand;url=/financing/;");
aI("text=Contact Us;pointer=hand;url=/contact-us/;");
aI("text=Contact Form;pointer=hand;url=/contact-form/;");
}
with(milonic=new menuname("wpsmenu2")){
style=subMenuStyle;
align="left";
aI("text=Preventive Care;pointer=hand;url=/treatments-and-procedures/preventive-care/;");
aI("text=Smile Makeovers;pointer=hand;url=/treatments-and-procedures/smile-makeovers/;");
aI("text=Tooth Colored Fillings;pointer=hand;url=/treatments-and-procedures/tooth-colored-fillings/;");
aI("text=Crowns and Bridges;pointer=hand;url=/treatments-and-procedures/crowns-and-bridges/;");
aI("text=Implant Treatment;pointer=hand;url=/treatments-and-procedures/implant-treatment/;");
aI("text=Full and Partial Dentures;pointer=hand;url=/treatments-and-procedures/full-and-partial-dentures/;");
aI("text=Root Canals;pointer=hand;url=/treatments-and-procedures/root-canals/;");
aI("text=Peridontal Gum Treatment;pointer=hand;url=/treatments-and-procedures/peridontal-gum-treatment/;");
aI("text=Emergencies;pointer=hand;url=/treatments-and-procedures/emergencies/;");
}


with(milonic=new menuname("quicksearchmenu")){
keepalive=1;
style = subMenuStyle;
aI("text=<form method=\"get\" action=\"/search/\">Please enter search words<br/><br/><input type=\"text\" size=\"13\" name=\"q\" /><input type=\"submit\" name=\"submitsearch\" value=\"Search\" /></form>;type=form;");
}

	