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=-328;
_subOffsetLeft=-170;



with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial,Verdana, Tahoma";
fontsize="75%";
align="center";
fontstyle="normal";
fontweight="bold";
image="images/vicepresidents.gif";
overimage="images/vicepresidents-over.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
padding=2;
separatorcolor="#ffffff";
separatorsize=2;
subimagepadding=2;
}

with(menuStyle2=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial,Verdana, Tahoma";
fontsize="75%";
align="center";
fontstyle="normal";
fontweight="bold";
bgimage="images/VPbutton.gif";
overbgimage="images/VPbutton-over.gif";
offcolor="#222578";
oncolor="#222578";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
padding=3;
separatorcolor="#ffffff";
separatorsize=2;
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
menuwidth=105;
orientation="vertical";
style=menuStyle;
aI("showmenu=vicepresidents;");
}

with(milonic=new menuname("vicepresidents")){
menuwidth=140;
style=menuStyle2;
aI("text=Mary F. Whitmore;url=MaryFWhitmore.html;");
aI("text=Dr. Roger D. Adamson;url=DrAdamson.html;");
aI("text=Heather L. Mudd;url=HeatherLMudd.html;");
aI("text=Thomas J. Pisarkiewicz;url=ThomasJPisarkiewicz.html;");
aI("text=Dr. Allan B. Crader;url=DrCrader.html;");
aI("text=Dr. Leroy Winkle;url=DrWinkle.html;");
}

drawMenus();

