_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 Netscape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#ffffff";
offcolor="#203346";
onbgcolor="#203346";
oncolor="#ffffff";
pagebgcolor="#203346";
pagecolor="#ffffff";
bordercolor="#203346";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#203346";
subimage="";
subimagepadding="4";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Investors")){
style=menuStyle;
itemwidth=132;
aI("text=Corporate Profile;url=/s/Corporate_Profile.asp;status=Corporate Profile;");
}

with(milonic=new menuname("Operations")){
style=menuStyle;
itemwidth=139;
aI("text=Overview;url=/s/Operations.asp;status=Overview;");
}



with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();