buildAllMenus=true;
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()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="black";
offcolor="#fff";
onbgcolor="#4d2c73";
oncolor="#fff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#67548b";
pagecolor="#fff";
separatorcolor="#000";
separatorsize=5;
subimage="arrow.gif";
subimagepadding=2;
}


with(nextStyle=new mm_style()){
itemwidth="180"; 
bordercolor="#fff";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,Helvetica,Verdana";
fontsize="8t";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000";
offcolor="#fff";
onbgcolor="#4d2c73";
oncolor="#fff";
padding=7;
separatorcolor="#fff";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("END")){
style=nextStyle;
overflow="scroll";
aI("text=Conference;url=seminar-endorsements.php;");
aI("text=Book;url=book-endorsements.php;");
}

drawMenus();


