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(submenuStyle=new mm_style()){
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
fontweight="normal";
offcolor="#000000";
oncolor="#ffffff";
onbgcolor='#333333';
offbgcolor='#ffffff';
padding=7;
subimage="http://www.smartgearusa.com/images/arrow.gif";
}

with(menuStyle=new mm_style()){
padding="7";
fontfamily="Verdana, Tahoma, Arial";
fontsize=11;
fontweight='bolder';
headercolor="#000000";
imageposition="right";
offcolor="#000000";
oncolor="#000000";
subimage="http://www.smartgearusa.com/images/arrow.gif";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
top="253";
screenposition="center";
minleft=150; 
padding='20';
style=menuStyle;
aI("text=Home;url=http://www.smartgearusa.com/index.html;");
aI("showmenu=carts;text=Carts;");
aI("text=News and Events;url=http://www.smartgearusa.com/news_events.html;");
aI("showmenu=about;text=About Us;");
aI("showmenu=dealers;text=Dealers;");
aI("showmenu=forms2;text=Forms;");
}

with(milonic=new menuname("carts")){
style=submenuStyle;
aI("text=Adventure Cart;url=http://www.smartgearusa.com/adventure_cart.html;");
aI("text=Weekender Cart;url=http://www.smartgearusa.com/weekender_cart.html;");
aI("text=Public Safety Cart;url=http://www.smartgearusa.com/public_safety_cart.html;");
}

with(milonic=new menuname("about")){
style=submenuStyle;
aI("text=About Us;url=http://www.smartgearusa.com/aboutus.html;");
aI("text=Contact Us;url=http://www.smartgearusa.com/contactus.html;");
aI("text=Join Our Mailing List;url=http://www.smartgearusa.com/cart_mailing_list.html;");
aI("text=Privacy Policy;url=http://www.smartgearusa.com/privacy_policy.html;");
}

with(milonic=new menuname("dealers")){
style=submenuStyle;
aI("text=Dealer Listing;url=http://www.smartgearusa.com/dealer_search.aspx;");
aI("showmenu=forms;text=Dealer Forms;");
}

with(milonic=new menuname("forms")){
style=submenuStyle;
aI("text=Application Form;url=http://www.smartgearusa.com/pdf/ApplicationForm.pdf;target=_blank");
aI("text=Dealer Order Form;url=http://www.smartgearusa.com/pdf/OrderForm.pdf;target=_blank");
}

with(milonic=new menuname("forms2")){
style=submenuStyle;
aI("text=Key Person Form;url=http://www.smartgearusa.com/pdf/na_keyperson.pdf;target=_blank");
}

drawMenus();

