_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="#CDDDF1";
oncolor="#000000";
offbgcolor="#273f7a";
offcolor="#ffffff";
bordercolor="#0d233d";
borderstyle="solid";
borderwidth=1;
separatorcolor="#324965";
separatorsize="1";
padding=4;
fontsize="12";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#CDDDF1";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corporate")){
style=menuStyle;
aI("text=Overview;url=/s/Overview.asp;status=Overview;");
aI("text=Board of Directors & Management;url=/s/DirectorsAndManagement.asp;status=Board of Directors & Management;");
aI("text=Advisory Committee;url=/s/AdvisoryCommittee.asp;status=Advisory Committee;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("technology")){
style=menuStyle;
aI("text=Technology Overview;url=/s/Technology.asp;status=Technology Overview;");
aI("text=Research & Development;url=/s/Research.asp;status=Research & Development;");
aI("text=Patents;url=/s/Patents.asp;status=Patents;");
}

with(milonic=new menuname("clients")){
style=menuStyle;
aI("text=Clients Overview;url=/s/Clients.asp;status=Clients Overview;");
aI("text=Learn More;url=/s/GetStarted.asp;status=Learn More;");
aI("text=Updates;url=/s/Updates.asp;status=Updates;");
}

with(milonic=new menuname("investors")){
style=menuStyle;
aI("text=Investors Overview;url=/s/Investors.asp;status=Investors Overview;");
aI("text=News;url=/s/News.asp;status=News;");
aI("text=Stock Price & Charts;url=/s/StockPrice.asp;status=Stock Price & Charts;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Corporate Presentation;url=/s/Presentation.asp;status=Corporate Presentation;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Us;url=/s/Contact.asp;status=Contact Us;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Career Opportunities;url=/s/Career.asp;status=Career Opportunities;");
}

drawMenus();


// soundManager.url = '/swf/'; // directory where SM2 .SWFs live
// soundManager.onload = function() {
  // SM2 has loaded - now you can create and play sounds!
  // soundManager.createSound('click','/audio/select.mp3');
  // soundManager.play('click');
  //soundManager.debugMode = false;
//}

