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(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#ACABAB";
onbgcolor="#ffffff";
oncolor="#7B7B7A";
outfilter="Blinds( Bands=1,direction=down, duration=0.5)";
overfilter="Blinds( Bands=1,direction=up, duration=0.3)";
padding=3;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimagepadding=8;
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
//image="http://www.milonic.com/menuimages/square_dust.gif";
imagepadding=0;
//offbgcolor="#ffffff";
offcolor="#ACABAB";
//onbgcolor="#ffffff";
//oncolor="#7B7B7A";
outfilter="Fade(Overlap=1.00)";
overimage="http://www.milonic.com/menuimages/square_blue.gif";
padding=0;
//pagecolor="black";
separatorcolor="#ffffff";
separatorsize=0;
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
screenposition="center";

alwaysvisible=1;
//left=10;
top=159;
openstyle="up";
orientation="horizontal";
style=menuStyle;

//aI("url=index.htm;image=images/nav/nav_left.png;overimage=images/nav/nav_left_f2.png;");
aI("url=http://www.sherryllsobie.com/index.htm;image=http://www.sherryllsobie.com/images/nav/nav_home.png;overimage=http://www.sherryllsobie.com/images/nav/nav_home_f2.png;showmenu=Home;");
aI("url=http://www.sherryllsobie.com/about_sherryll.htm;image=http://www.sherryllsobie.com/images/nav/nav_about.png;overimage=http://www.sherryllsobie.com/images/nav/nav_about_f2.png;showmenu=About;");
aI("url=http://www.sherryllsobie.com/published_work.htm;image=http://www.sherryllsobie.com/images/nav/nav_published.png;overimage=http://www.sherryllsobie.com/images/nav/nav_published_f2.png;showmenu=Home;");
aI("url=http://www.sherryllsobie.com/gallery.htm;image=http://www.sherryllsobie.com/images/nav/nav_photos.png;overimage=http://www.sherryllsobie.com/images/nav/nav_photos_f2.png;showmenu=Home;");
aI("url=http://www.sherryllsobie.com/contact_sherryll.htm;image=http://www.sherryllsobie.com/images/nav/nav_contact.png;overimage=http://www.sherryllsobie.com/images/nav/nav_contact_f2.png;showmenu=Home;");
//aI("url=index.htm;image=images/nav/nav_right.png;overimage=images/nav/nav_right_f2.png;");

}



with(milonic=new menuname("MyMilonic")){
openstyle="up";
style=submenuStyle;
aI("text=Login Here;url=http://www.milonic.com/login.php;");
aI("text=License Details;url=http://www.milonic.com/mylicenses.php;");
aI("text=Milonic Invoices;url=http://www.milonic.com/myinvoices.php;");
aI("text=Your Details;url=http://www.milonic.com/mydetails.php;");
}

drawMenus();


