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(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(menuStyle=new mm_style()){
width=160;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=590;
top=68;
orientation="horizontal";
style=AllImagesStyle;
aI("image=images/but_home.jpg;overimage=images/but_home_f2.jpg;url=index.php");
aI("image=images/but_info.jpg;overimage=images/but_info_f2.jpg;url=information.html;");
aI("image=images/but_interact.jpg;overimage=images/but_interact_f2.jpg;showmenu=aa_interact;url=interact.php;");
}

with(milonic=new menuname("aa_interact")){
top=110;
left=800;
style=menuStyle;
aI("image=images/pop_interact_top.jpg;url=#;");
aI("image=images/pop_interact01.jpg;overimage=images/pop_interact01_f2.jpg;url=forum;");
aI("image=images/pop_interact02.jpg;overimage=images/pop_interact02_f2.jpg;url=gallery.html");
aI("image=images/pop_interact_bottom.jpg;url=#;");
}


drawMenus();

