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(AllImagesStyle=new mm_style()){
styleid=1;
padding=0;
}

with(menuStyle=new mm_style()){
borderwidth=0;
padding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
aI("image=images/about1.png;overimage=images/about2.png;showmenu=about;url=about.html");
aI("text=<img src=images/transparent.gif width=26 height=1 border=0>;");
aI("image=images/products1.png;overimage=images/products2.png;showmenu=products;url=products.html");
aI("text=<img src=images/transparent.gif width=39 height=1 border=0>;");
aI("image=images/equipment1.png;overimage=images/equipment2.png;url=equipment.html;");
aI("text=<img src=images/transparent.gif width=40 height=1 border=0>;");
aI("image=images/order1.png;overimage=images/order2.png;url=order.html;");
aI("text=<img src=images/transparent.gif width=36 height=1 border=0>;");
aI("image=images/merchandise1.png;overimage=images/merchandise2.png;url=merchandise.html;");
aI("text=<img src=images/transparent.gif width=43 height=1 border=0>;");
aI("image=images/contact1.png;overimage=images/contact2.png;url=contact.html;");
aI("text=<img src=images/transparent.gif width=37 height=1 border=0>;");
aI("image=images/recipe1.png;overimage=images/recipe2.png;url=Recipes.html;");
aI("text=<img src=images/transparent.gif width=37 height=1 border=0>;");
aI("image=images/ourfriends1.png;overimage=images/ourfriends2.png;url=ourfriends.html;");
}

with(menuStyle1=new mm_style()){
borderwidth=0;
offbgcolor="#F4EDD0";
onbgcolor="#F4EDD0";
padding=0;
itemheight=22;
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Alpha(opacity=90);Blinds( Bands=1,direction=down, duration=0.3)";
}

with(milonic=new menuname("about")){
style=menuStyle1;
top=162;
itemwidth=95;
aI("image=images/press1.png;overimage=images/press2.png;url=press.html;");
aI("image=images/paparazzi1.png;overimage=images/paparazzi2.png;url=paparazzi.php;");
aI("image=images/newsletter1.png;overimage=images/newsletter2.png;url=newsletter.html;");
}

drawMenus();


