_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(mainStyle=new mm_style()){
overbgimage="/i/common/menu_on_bg.gif";
pagebgimage="/i/common/menu_on_bg.gif";
oncolor="#ffffff";
offbgcolor="#00457c";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#00457c";
separatorsize="1";
separatorheight="30";
padding=4;
fontsize="13";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#000305";
subimage="";
subimagepadding="2";
rawcss="padding-left:15px;padding-right:15px";
overfilter="";
outfilter="";
}
with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#00457c";
offbgcolor="#ffffff";
offcolor="#333333";
bordercolor="#b0b0b0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#b0b0b0";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#00457c";
pagebgcolor="#ffffff";
headercolor="#00457c";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Team;url=/s/Team.asp;status=Team;");
aI("text=Presentation;url=/s/Presentation.asp;status=Presentation;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Technical Advisory Board;url=/s/TechnicalAdvisoryBoard.asp;status=Technical Advisory Board;");
aI("text=Career Opportunities;url=/s/Careers.asp;status=Career Opportunities;");
aI("text=Resources ;url=/s/UsefulLinks.asp;status=Resources ;");
}

with(milonic=new menuname("Portfolio")){
style=menuStyle;
aI("text=Portfolio News;url=/s/PortfolioNews.asp;status=Portfolio News;");
}

with(milonic=new menuname("Investor")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

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();