// 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="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
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=0)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(subMenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
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=2)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(mellas=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=215;
aI("text=Home;title=Home;url=http://www.mellasortho.com/;");
aI("showmenu=About our Orthodontists;subimageposition=0             ;text=About our Orthodontists;");
aI("showmenu=Office;subimageposition=0             ;text=Office Info;");
aI("showmenu=Patients;subimageposition=0              ;text=For Patients;");
aI("showmenu=Treatments;subimageposition=0          ;text=Treatments;");
aI("showmenu=Links;subimageposition=0          ;text=Relevant Links;");
aI("showmenu=Fun Stuff;subimageposition=0          ;text=Fun Stuff;");
}

with(mellas=new menuname("About our Orthodontists")){
style=subMenuStyle;
aI("subimageposition=0                             ;text=About Dr. Mellas;url=http://www.mellasortho.com/drmellas.html;");
aI("subimageposition=0                             ;text=About Dr. Hricko;url=http://www.mellasortho.com/drhricko.html;");
aI("subimageposition=0                             ;text=About Dr. Siller;url=http://www.mellasortho.com/drsiller.html;");
aI("subimageposition=0                             ;text=Our Team;url=http://www.mellasortho.com/ourteam.html;");
}

with(mellas=new menuname("Office")){
style=subMenuStyle;
aI("subimageposition=0                             ;text=Office Policies;url=http://www.mellasortho.com/policies.html;");
aI("subimageposition=0                             ;text=Office Locations;url=http://www.mellasortho.com/locations.html;");
aI("subimageposition=0                             ;text=Office Hours;url=http://www.mellasortho.com/hours.html;");
aI("subimageposition=0                             ;text=Financial Info;url=http://www.mellasortho.com/financial.html;");
aI("subimageposition=0                             ;text=Request An Appointment;url=http://www.mellasortho.com/appointment.html;");
aI("subimageposition=0                             ;text=Basking Ridge Office;url=http://www.mellasortho.com/baskingoffice.html;");
aI("subimageposition=0                             ;text=Testimonials;url=http://www.mellasortho.com/testimonials.html;");
}

with(mellas=new menuname("Patients")){
style=subMenuStyle;
aI("subimageposition=0                             ;text=First Visit;url=http://www.mellasortho.com/firstvisit.html;");
aI("subimageposition=0                             ;text=Before And After;url=http://www.mellasortho.com/beforeafter.html");
aI("subimageposition=0                             ;text=Headgear;url=http://www.mellasortho.com/headgear.html");
aI("subimageposition=0                             ;text=Oral Hygiene;url=http://www.mellasortho.com/oralhygiene.html");
aI("subimageposition=0                             ;text=Common Problems;url=http://www.mellasortho.com/problems.html");
aI("subimageposition=0                             ;text=Emergency Info;url=http://www.mellasortho.com/emergency.html");}

with(mellas=new menuname("Treatments")){
style=subMenuStyle;
aI("subimageposition=0                             ;text=Treatment Philosophy;url=http://www.mellasortho.com/philosophy.html;");
aI("subimageposition=0                             ;text=Early Treatment;url=http://www.mellasortho.com/early.html;");
aI("subimageposition=0                             ;text=Adult Treatment;url=http://www.mellasortho.com/adult.html");
aI("subimageposition=0                             ;text=F.A.Q.;url=http://www.mellasortho.com/faq.html");
aI("subimageposition=0                             ;text=Types of Braces;url=http://www.mellasortho.com/braces.html");
aI("subimageposition=0                             ;text=Retention;url=http://www.mellasortho.com/retention.html");}

with(mellas=new menuname("Links")){
style=subMenuStyle;
aI("subimageposition=0                             ;text=American Association of Orthodontists;url=http://www.braces.org/;");
aI("subimageposition=0                             ;text=American Board of Orthodontics;url=http://www.americanboardortho.com/;");
aI("subimageposition=0                             ;text=American Dental Association;url=http://www.ada.org/;");}

with(mellas=new menuname("Fun Stuff")){
style=subMenuStyle;
aI("subimageposition=0                             ;text=Rewards;url=http://www.mellasortho.com/rewards.html;");
aI("subimageposition=0                             ;text=Games;url=http://www.mellasortho.com/games.html;");
}

drawMenus();


