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="#8F0000";
borderstyle="solid";
borderwidth=1;
fontfamily="verdana";
fontsize='10px';
fontweight='bold';
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#EBEBEB";
offcolor="#8F0000";
onbgcolor="#EBEBEB";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=0)";
padding=5;
pagebgcolor="#EBEBEB";
pagecolor="#000000";
separatorcolor="#8F0000";
separatorsize=1;
subimagepadding=0;
}

with(menuStyle1=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="verdana";
fontsize="10px";
fontweight='bold';
headerbgcolor="";
headercolor="";
offbgcolor="";
offcolor="#8F0000";
onbgcolor="";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="";
padding=0;
pagebgcolor="";
pagecolor="#8F0000";
separatorcolor="Alpha(opacity=0);";
separatorsize=18;
subimagepadding=0;
}

var a="",b="";
if(screen.availWidth>1000)
{

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=320;
orientation="horizontal";
style=menuStyle1;
top=55;
aI("showmenu=about;text=<img src='images/bullet.gif' hspace='7' vspace='0' border='0' align='absmiddle'>About Storch;");
aI("showmenu=radon;text=<img src='images/bullet.gif' hspace='7' vspace='0' border='0' align='absmiddle'>Radon Detection;");
aI("showmenu=services;text=<img src='images/bullet.gif' hspace='7' vspace='0' border='0' align='absmiddle'>Our Services;");
aI("showmenu=industry;text=<img src='images/bullet.gif' hspace='7' vspace='0' border='0' align='absmiddle'>Industry Extras;");
aI("showmenu=enquiry;text=<img src='images/bullet.gif' hspace='7' vspace='0' border='0' align='absmiddle'>Enquiry;url=enquiry.html;");
}

with(milonic=new menuname("about")){
left=320;
top=74;
overflow="scroll";
style=menuStyle;
aI("text=Corporate Overview;url=corporate.html;")
aI("text=Service Guarantee;url=guarantee.html;")
aI("text=Testimonials;url=testimonials.html;")
aI("text=In the News;url=news.html;")
aI("text=Licenses and Certifications;url=licenses.html;")
}

with(milonic=new menuname("radon")){
left=430;
top=74;
overflow="scroll";
style=menuStyle;
aI("text=What is Radon?;url=what.html;")
aI("text=Radon Testing in the Air : Why and When;url=testing.html;")
aI("text=Radon in the Air - FAQ's;url=faq.html;")
aI("text=Radon in Drinking Water;url=drinking.html;")
aI("text=Typical Radon Entry Points into the Home ;url=typical.html;")
}

with(milonic=new menuname("services")){
left=565;
top=74;
overflow="scroll";
style=menuStyle;
aI("text=Typical System Installations;url=installations.html;")
}

with(milonic=new menuname("industry")){
left=670;
top=74;
overflow="scroll";
style=menuStyle;
aI("text=Industry Links &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;url=links.html;")
aI("text=EPA Zone Map;url=epa.html;")
}
}
else
{
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=210;
orientation="horizontal";
style=menuStyle1;
top=55;
aI("showmenu=about;text=<img src='images/bullet.gif' hspace='7' vspace='0' border='0' align='absmiddle'>About Storch;url=about.html;");
aI("showmenu=radon;text=<img src='images/bullet.gif' hspace='7' vspace='0' border='0' align='absmiddle'>Radon Detection;");
aI("showmenu=services;text=<img src='images/bullet.gif' hspace='7' vspace='0' border='0' align='absmiddle'>Our Services;");
aI("showmenu=industry;text=<img src='images/bullet.gif' hspace='7' vspace='0' border='0' align='absmiddle'>Industry Extras;");
aI("showmenu=enquiry;text=<img src='images/bullet.gif' hspace='7' vspace='0' border='0' align='absmiddle'>Enquiry;url=enquiry.html;");
}

with(milonic=new menuname("about")){
left=215;
top=74;
overflow="scroll";
style=menuStyle;
aI("text=Corporate Overview;url=corporate.html;")
aI("text=Service Guarantee;url=guarantee.html;")
aI("text=Testimonials;url=testimonials.html;")
aI("text=In the News;url=news.html;")
aI("text=Licenses and Certifications;url=licenses.html;")
}

with(milonic=new menuname("radon")){
left=325;
top=74;
overflow="scroll";
style=menuStyle;
aI("text=What is Radon?;url=what.html;")
aI("text=Radon Testing in the Air : Why and When;url=testing.html;")
aI("text=Radon in the Air - FAQ's;url=faq.html;")
aI("text=Radon in Drinking Water;url=drinking.html;")
aI("text=Typical Radon Entry Points into the Home ;url=typical.html;")
}

with(milonic=new menuname("services")){
left=455;
top=74;
overflow="scroll";
style=menuStyle;
aI("text=Typical System Installations;url=installations.html;")
}

with(milonic=new menuname("industry")){
left=560;
top=74;
overflow="scroll";
style=menuStyle;
aI("text=Industry Links &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;url=links.html;")
aI("text=EPA Zone Map;url=epa.html;")
}

}
drawMenus();

