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="#ffcc33";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#66cc99";
offcolor="#ffffff";
onbgcolor="#055B6C";
oncolor="#ffffff";
outfilter="Fade(overlap=1.00, duration=0.2)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=4;
pagebgcolor="#66cc99";
pagecolor="#ffffff";
separatorcolor="#66cc99";
separatorsize=10;
//subimage="arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("bouquets")){
style=menuStyle;
aI("text=Classic Bouquets;url=/classic_bouquets.shtml;");
aI("text=Hand Tied;url=/hand_tied.shtml;");
}


with(milonic=new menuname("arrangements")){
style=menuStyle;
aI("text=Arrangements;url=/arrangements.shtml;");
aI("text=Posies and Baskets;url=/posies_baskets.shtml;");
}


with(milonic=new menuname("weddings")){
style=menuStyle;
aI("text=Weddings;url=/weddings.shtml;");
aI("text=Church Receptions;url=/church_receptions.shtml;");
aI("text=Hire;url=/hire.shtml;");
aI("text=Wedding Gallery;url=/wed_gallery.shtml;");
}


with(milonic=new menuname("sympathy")){
style=menuStyle;
aI("text=Hearts and Cushions;url=/hearts_cushions.shtml;");
aI("text=Special Items;url=/special_occasions.shtml;");
aI("text=Wreaths and Posies;url=/wreaths_posies.shtml;");
aI("text=Sprays and Sheaves;url=/sprays_sheaves.shtml;");
}

drawMenus();


