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=10;
_subOffsetLeft=-10;




with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#8464ab";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Skia, Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#8464ab";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#8464ab";
pagecolor="black";
separatorcolor="#8464ab";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
top=110;
left=20;

alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
aI("image=buttons/Hoff.jpg;overimage=buttons/Hon.jpg;url=index.html;");
aI("image=buttons/Goff.jpg;overimage=buttons/Gon.jpg;url=gallery.html;showmenu=Gallery;");
aI("image=buttons/Roff.jpg;overimage=buttons/Ron.jpg;url=retrospective.html;showmenu=Retrospective;");
aI("image=buttons/Poff.jpg;overimage=buttons/Pon.jpg;url=purchase.html;showmenu=Shopping;");
aI("image=buttons/Aoff.jpg;overimage=buttons/Aon.jpg;url=aboutsoni.html;");
aI("image=buttons/Coff.jpg;overimage=buttons/Con.jpg;url=contactus.html;");
}

with(milonic=new menuname("Gallery")){
overflow="scroll";
style=menuStyle;
aI("image=buttons/NEoff.jpg;overimage=buttons/NEon.jpg;url=necklaces.html;");
aI("image=buttons/BRoff.jpg;overimage=buttons/BRon.jpg;url=bracelets.html;");
aI("image=buttons/EAoff.jpg;overimage=buttons/EAon.jpg;url=earrings.html;");
aI("image=buttons/OKoff.jpg;overimage=buttons/OKon.jpg;url=originals.html;");

}


with(milonic=new menuname("Retrospective")){
overflow="scroll";
style=menuStyle;
aI("image=buttons/NEoff.jpg;overimage=buttons/NEon.jpg;url=Rnecklaces.html;");
aI("image=buttons/BRoff.jpg;overimage=buttons/BRon.jpg;url=Rbracelets.html;");
aI("image=buttons/EAoff.jpg;overimage=buttons/EAon.jpg;url=Rearrings.html;");
aI("image=buttons/OKoff.jpg;overimage=buttons/OKon.jpg;url=Roneofakind.html;");

}



with(milonic=new menuname("Shopping")){
overflow="scroll";
style=menuStyle;
aI("image=buttons/BDoff.jpg;overimage=buttons/BDon.jpg;url=purchase.html#1;");
aI("image=buttons/CSoff.jpg;overimage=buttons/CSon.jpg;url=purchase.html#2;");
aI("image=buttons/RLoff.jpg;overimage=buttons/RLon.jpg;url=purchase.html#3;");
aI("image=buttons/HSoff.jpg;overimage=buttons/HSon.jpg;url=purchase.html#4;");

}



drawMenus();

