_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=5               // Sub menu top offset
_subOffsetLeft=-10            // 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="#B4E244";
oncolor="#000000";
offbgcolor="#EAE9E9";
offcolor="#000000";
bordercolor="#858282";
borderstyle="solid";
borderwidth=1;
separatorcolor="#858282";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#B4E244";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Overview;url=/s/About.asp;status=Corporate Overview;");
aI("text=Vision;url=/s/Vision.asp;status=Vision;");
aI("text=Solution;url=/s/Solution.asp;status=Solution;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Photos;url=/i/pdf/CER_Pictorial_Book.pdf;target=_blank;status=Photos;");
aI("text=Waste-heat Energy Chart;url=/i/pdf/FlowChartDiagram.pdf;target=_blank;status=Waste-heat Energy Chart;");

}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Related News;url=/s/RelatedArticles.asp;status=Related News;");
aI("text=Media Coverage;url=/s/Media.asp;status=Media Coverage;");
}

with(milonic=new menuname("Industry")){
style=menuStyle;
aI("text=Energy Recovery Systems;url=/s/EnergyRecovery.asp;status=Energy Recovery Systems;");
aI("text=China Overview;url=/s/ChinaOverview.asp;status=China Overview;");
aI("text=Global Overview;url=/s/GlobalOverview.asp;status=Global Overview;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Investor Overview;url=/s/InvestorRelations.asp;status=Investor Overview;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
//aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
//aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=SEC Filings;url=/s/FinancialStatements.asp;status=SEC Filings;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.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();