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=" ";
borderstyle=" ";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="75%";
fontstyle="normal";
fontweight="bold"
headerbgcolor="#A6AC98";
headercolor="#000000";
itemwidth="140px"
offbgcolor="#99CCCC";
offcolor="#003399";
onbgcolor="#003399";
oncolor="#99CCCC";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=4;
pagebgcolor="#003399";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=6;
orientation="vertical";
style=menuStyle;
top=170;
followscroll=10;
aI("text=Heel Spurs;align=right;url=heel_pain.html;");
aI("text=Neuromas;align=right;url=neuromas.html;");
aI("text=Posture;align=right;url=posture.html;");
}

with(milonic=new menuname("Main Menu 2")){
alwaysvisible=1;
left=6;
orientation="vertical";
style=menuStyle;
top=270;
followscroll=110;
aI("text=Products & Treatment;align=right;url=products.html;");
aI("text=Guarantee;align=right;url=guarantee.html;");
aI("text=Testimonials;align=right;url=testimonials.html;");
}

with(milonic=new menuname("Main Menu 3")){
alwaysvisible=1;
left=6;
orientation="vertical";
style=menuStyle;
top=370;
followscroll=210;
aI("text=Orders;align=right;url=orders.html;");
aI("text=Contact;align=right;url=mailto:thetaorthotics@gmail.com;");
aI("text=Home;align=right;url=http://www.pcopco.com;");
}

drawMenus();


