_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#263c43";
oncolor="#209e3e";
offbgcolor="#263c43";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="13";
fontheight="normal";
fontfamily="Arial, helvetica";
pagecolor="#209e3e";
pagebgcolor="#263c43";
headercolor="#209e3e";
headerbgcolor="#263c43";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("media")){
top="offset=3";
menuwidth=120;
style=menuStyle;
aI("text=News;url=/s/NewsArticles.asp;status=News;");
aI("text=Reports;url=/s/Reports.asp;status=Reports;");
}

drawMenus();