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=25;
_subOffsetLeft=-72;




with(menuStyle=new mm_style()){
bordercolor="#CC0000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#666666";
onbgcolor="#CCCCCC";
oncolor="#CC0000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#CCCCCC";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="http://www.unima-usa.org/citations/js_script/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
aI("showmenu=Citations;text=Citations of Excellence Recipients by Year;");
}

with(milonic=new menuname("Citations")){
overflow="scroll";
style=menuStyle;
aI("text=2010;url=10live.html;")
aI("text=2009;url=09live.html;")
aI("text=2008;url=08live.html;")
aI("text=2007;url=07live.html;")
aI("text=2006;url=06live.html;")
aI("text=2005;url=05live.html;")
aI("text=2004;url=04live.html;")
aI("text=2003;url=03live.html;")
aI("text=2002;url=02live.html;")
aI("text=2001;url=01live.html;")
aI("text=2000;url=00live.html;")
aI("text=1999;url=99live.html;")
aI("text=1998;url=98live.html;")
aI("text=1997;url=97live.html;")
aI("text=1996;url=96live.html;")
aI("text=1995-1974;url=74_95.html;")

}


drawMenus();

