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=0;
buildAfterLoad=true;
position='relative';

with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontsize="75%";
fontstyle="normal";
itemwidth=100;
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#ffff00";
oncolor="#9C27CA";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=4;
pagebgcolor="";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="http://www.arzel.com/arrow.gif";
subimagepadding=2;
}
subStyle=new copyOf(menuStyle)
subStyle.itemwidth=150;


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";

aI("align=center;text=<b>Home</b>;url=http://www.arzel.com/index.php;");
aI("showmenu=General;align=center;text=<b>General Information</b>;");
aI("showmenu=Home Comfort;align=center;text=<b>Your Home Comfort</b>;");
aI("showmenu=Resources;align=center;text=<b>Resources</b>;");
aI("align=center;text=<b>Contact Us</b>;url=http://www.arzel.com/contact.php;");
}

with(milonic=new menuname("General")){
overflow="scroll";
style=subStyle;
aI("showmenu=Zoning 101;align=left;text=<b>Zoning 101</b>;");
aI("showmenu=Transforming;align=left;text=<b>Transforming Your Home</b>;");
aI("text=The Benefits of Zoning;url=http://www.arzel.com/benefits-of-zoning.php")
}

with(milonic=new menuname("Zoning 101")){
overflow="scroll";
style=subStyle;
aI("text=What is Zoning?;url=http://www.arzel.com/what-is-zoning.php")
aI("text=The Basics of Zoning;url=http://www.arzel.com/basics-of-zoning.php")
aI("text=How Zoning Works;url=http://www.arzel.com/how-zoning-works.php")
}

with(milonic=new menuname("Transforming")){
overflow="scroll";
style=subStyle;
aI("text=The Installation Process;url=http://www.arzel.com/installation-process.php")
aI("text=Wireless Comfort Control;url=http://www.arzel.com/wireless-control.php")
}

with(milonic=new menuname("Savings")){
overflow="scroll";
style=subStyle;
aI("text=The Benefits of Zoning;url=http://www.arzel.com/benefits-of-zoning.php")
aI("text=Energy Savings and Your Schedule;url=http://www.arzel.com/energy-savings.php")
}

with(milonic=new menuname("Home Comfort")){
overflow="scroll";
style=subStyle;
aI("text=Is Zoning Right for Your Home?;url=http://www.arzel.com/common-zoning-scenarios.php;")
aI("text=Make Your Home Your Own;url=http://www.arzel.com/zoning-your-home.php;")
aI("text=Feel the Difference of Comfort Today;url=http://www.arzel.com/getting-zoning.php;")
}

with(milonic=new menuname("Resources")){
overflow="scroll";
style=subStyle;
aI("text=Frequently Asked Comfort Questions;url=http://www.arzel.com/zoning-faq.php")
aI("text=Why We Love Zoning;url=http://www.arzel.com/customer-testimonials.php")
aI("text=Consumer Media;url=http://www.arzel.com/media.php")
aI("text=Warranty Registration;url=http://www.arzel.com/warranty-registration.php")
aI("text=Find an Arzel Contractor;url=http://www.arzel.com/contractor-locator.php")
}

drawMenus();


