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="#999999";
borderstyle="solid";
borderwidth=0;
itemwidth=104;
fontfamily="Arial,Verdana";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#F859A6";
onbgcolor="#feeff4";
oncolor="#fcb7d7";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=0;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=1;
}

with(submenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,Verdana";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#F859A6";
onbgcolor="#feeff4";
oncolor="#fcb7d7";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#fcb7d7";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
menuwidth=736;
orientation="horizontal";
style=menuStyle;
top=108;
//aI("status=Back To Home Page;text=Home;url=http://www.milonic.com/;");
aI("image=../menuImages/Home.jpg;overimage=../menuImages/Home2.jpg;showmenu=Home;url=../home2.htm;");
aI("image=../menuImages/Weddings.jpg;overimage=../menuImages/Weddings2.jpg;showmenu=Weddings;");
aI("image=../menuImages/Events.jpg;overimage=../menuImages/Events2.jpg;showmenu=Events;");
aI("image=../menuImages/News.jpg;overimage=../menuImages/News2.jpg;showmenu=News;url=../news.htm;");
aI("image=../menuImages/About.jpg;overimage=../menuImages/About2.jpg;showmenu=AboutUs;");
aI("image=../menuImages/Contact.jpg;overimage=../menuImages/Contact2.jpg;showmenu=ContactUs;url=../contact.htm;");
}

with(milonic=new menuname("Weddings")){
overflow="scroll";
style=submenuStyle;
aI("text=Planning your dream wedding;url=../wedding1.htm;")
aI("text=Coordination service;url=../wedding2.htm;")
aI("text=Gallery;url=../Gallery.htm;")
aI("text=Weddings abroad;url=../venues/venues.htm;")
aI("text=Why hire Nafisa Weddings?;url=../wedding4.htm;")
}

with(milonic=new menuname("Events")){
style=submenuStyle;
aI("text=Coordinating your special event;url=../events.htm;");
aI("text=Coordination service;url=../events2.htm;");
}

with(milonic=new menuname("News")){
style=submenuStyle;
aI("text=Latest News;url=../news.htm;")
aI("text=Press;url=../press.htm;")
aI("text=Conflict free diamonds;url=../dejoria.htm;")
}

with(milonic=new menuname("Testimonials")){
style=submenuStyle;
}

with(milonic=new menuname("AboutUs")){
style=submenuStyle;
aI("text=About Us;url=../about.htm;")
aI("text=Testimonials;url=../wedding3.htm;")
}

with(milonic=new menuname("ContactUs")){
style=submenuStyle;
}

with(milonic=new menuname("Home")){
style=submenuStyle;
}

drawMenus();

