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=0;
_subOffsetLeft=-50;

with(menuStyle=new mm_style()){
borderstyle="none";
fontfamily="Arial, Verdana, Tahoma";
fontstyle="normal";
bgimage="none";
offcolor="#666666";
align="left";
oncolor="#00A8D1";
onbgcolor="none";
offbgcolor="none";
itemwidth="108px";
itemheight="30px";
overfilter="Fade(duration=0.5);)";
pagebgcolor="none";
pagecolor="none";
subimagepadding=0;
offclass="TopMenu";
valign="top";
}

with(SubMenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=2;
separatorcolor="#ffffff";
separatorsize=1;
padding=2;
fontfamily="Arial, Verdana, Tahoma";
fontstyle="normal";
offcolor="#666666";
oncolor="#00A8D1";
offbgcolor="#E1EDED";
onbgcolor="#E1EDED";
itemwidth="103px";
itemheight="18px";
overfilter="Fade(duration=0.5);Alpha(opacity=100);Shadow(color='#dedede', Direction=135, Strength=4)";
offclass="SubMenu";
onclass="SubMenu";
}

with(milonic=new menuname("tmp")){
overflow="scroll";
style=SubMenuStyle;
}


with(milonic=new menuname("Video")){
overflow="scroll";
style=SubMenuStyle;
aI("text=&nbsp;VIDEO GAIT<br>&nbsp;ANALYSIS;url=video.html;")
aI("text=&nbsp;RS SCAN;url=scan.html;")
}


with(milonic=new menuname("Services")){
overflow="scroll";
style=SubMenuStyle;
aI("text=&nbsp;INTRODUCTION;url=welcome.html;")
aI("text=&nbsp;THE FACTS;url=facts.html;")
}


with(milonic=new menuname("Evaluation")){
overflow="scroll";
style=SubMenuStyle;
aI("text=&nbsp;EVALUATION;url=biomechanics.html;")
aI("text=&nbsp;EXERCISE;url=exercise.html;")
}

with(milonic=new menuname("Running")){
overflow="scroll";
style=SubMenuStyle;
aI("text=&nbsp;SHOE SCIENCE;url=running2.html;")
aI("text=&nbsp;THE RIGHT SHOE;url=running.html;")
}

with(milonic=new menuname("Orthotics")){
overflow="scroll";
style=SubMenuStyle;
aI("text=&nbsp;WHAT IS AN <BR>&nbsp;ORTHOTIC?;url=orthotics.html;")
aI("text=&nbsp;FAQ;url=orthotics2.html;")
}

with(milonic=new menuname("Information")){
overflow="scroll";
style=SubMenuStyle;
aI("text=&nbsp;SYMPTOMS;url=information.html;")
aI("text=&nbsp;BEFORE YOUR VISIT;url=yourVisit.html;")
aI("text=&nbsp;ABOUT US;url=aboutUs.html;")
aI("text=&nbsp;LINKS;url=links.html;")
aI("text=&nbsp;VIRGIN LONDON <BR>&nbsp;MARATHON;url=virginMarathon.html;")
}


