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;

with(mainstyle=new mm_style()){
styleid=1;
padding=0;
borderwidth=0;
separatorsize=0;
rawcss="margin: 0px; padding: 0px; border: 0px;";
}

with(dropdown=new mm_style()){
styleid=2;
fontfamily="Lucida Sans Unicode";
fontsize="11px";
offcolor="#211e1d";
oncolor="#211e1d";
onbgcolor="#fdd19f";
offbgcolor="#fee7cd";
itemwidth="160px";
itemheight="20px";
padding=0;
borderwidth=0;
separatorsize=1;
separatorcolor="#FFFFFF";
overfilter="Shadow(color='#83716c', Direction=141, Strength=4)";
rawcss="margin: 0px; border: 0px; padding-left: 18px; text-align: left;";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=mainstyle;
position="relative";
screenposition="left";
left="offset=242";
top="offset=100";
aI("showmenu=products;image=images/nav_products1.png;overimage=images/nav_products1.png;");
aI("showmenu=mansion;image=images/nav_mansion1.png;overimage=images/nav_mansion1.png;");
aI("showmenu=about;image=images/nav_about1.png;overimage=images/nav_about1.png;;");
aI("showmenu=wholesale;image=images/nav_wholesale1.png;overimage=images/nav_wholesale1.png;");
aI("image=images/nav_contact1.png;overimage=images/nav_contact1.png;url=http://www.hebertcandies.com/contact.php;");
}

with(milonic=new menuname("products")){
style=dropdown;
aI("text=Boxed Chocolates;url=http://www.hebertcandies.com/products.php?id=18;");
aI("text=Genevas;url=http://www.hebertcandies.com/products.php?id=8;");
aI("text=Premium Bars;url=http://www.hebertcandies.com/products.php?id=9;");
aI("text=No Sugar Added;url=http://www.hebertcandies.com/products.php?id=10;");
aI("text=Gift Bag Selections;url=http://www.hebertcandies.com/products.php?id=11;");
aI("text=Fudge;url=http://www.hebertcandies.com/products.php?id=12;");
aI("text=Hebert Specialites;url=http://www.hebertcandies.com/products.php?id=13;");
aI("text=Corporate Gifts;url=http://www.hebertcandies.com/products.php?id=1;");
aI("text=Gift Baskets;url=http://www.hebertcandies.com/products.php?id=3;");
aI("text=Weddings & Parties;url=http://www.hebertcandies.com/products.php?id=2;");
}

with(milonic=new menuname("mansion")){
style=dropdown;
aI("text=Events;url=http://www.hebertcandies.com/events.php;");
aI("text=Retail Store Promotions;url=http://www.hebertcandies.com/promotions.php;");
aI("text=Special Products;url=http://www.hebertcandies.com/products.php?id=19;");
}

with(milonic=new menuname("about")){
style=dropdown;
aI("text=About Us;url=http://www.hebertcandies.com/about.php;");
aI("text=History;url=http://www.hebertcandies.com/history.php;");
aI("text=Join Email List;url=http://www.hebertcandies.com/subscribe.php;");
}

with(milonic=new menuname("wholesale")){
style=dropdown;
aI("text=Contract Manufacturing;url=http://www.hebertcandies.com/contract.php;");
aI("textt=Customer Log In;url=https://www.hebertcandies.com/login.php;");
}

drawMenus();


