
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=-8              // Sub menu top offset
_subOffsetLeft=-2            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#1F77B9";
oncolor="#ffffff";
offbgcolor="#1F5586";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=1;
fontsize="7pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.05);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.1)";
}

with(milonic=new menuname("about")){
style=menuStyle;
left="offset=0px";
top="offset=-2px";
aI("text=Douglas B. Beattie;url=profile.php?id=1228595543");
aI("text=James A. Cabler, Jr.;url=profile.php?id=1228595543");
aI("text=**DONNA C. DOYLE;url=profile.php?id=909249769");
aI("text=Gregory Palmer Miles;url=profile.php?id=1228595543");
aI("text=Charles M. Rieders;url=profile.php?id=1228595543");
aI("text=**MARK S. WALKER;url=profile.php?id=253024849");
aI("text=William H. Lore;url=profile.php?id=1228595543");

}

drawMenus();


