_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(topMenuStyle=new mm_style()){
offbgcolor="#007DCC";
offcolor="#FFFFFF";
onbgcolor="#007DCC";
oncolor="#7FCC00";
pagebgcolor="#007DCC";
pagecolor="#7FCC00";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#007DCC";
separatorsize="10";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#5E5E54";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#EFEFEF";
oncolor="#8FD400";
offbgcolor="#FFFFFF";
offcolor="#007DCC";
bordercolor="#E1E1E1";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E1E1E1";
separatorsize="1";
padding=4;
fontsize="10";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
pagecolor="#8FD400";
pagebgcolor="#EFEFEF";
headercolor="#FFFFFF";
headerbgcolor="#5E5E54";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Company")){
style=menuStyle;
aI("text=Overview;url=/s/Company.asp;status=Overview;");
aI("text=Corporate Information;url=/s/CorporateDirectory.asp;status=Corporate Information;");
aI("text=The Team;url=/s/TheTeam.asp;status=The Team;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Shareholder Rights Plan;url=/i/pdf/2.10_Shareholder-rts_filed_February12_2009.pdf;target=_blank;status=Shareholder Rights Plan;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Blue Mountain, Nevada;url=/s/BlueMountain.asp;status=Blue Mountain, Nevada;");
aI("text=Pumpernickel, Nevada;url=/s/PumpernickelValley.asp;status=Pumpernickel, Nevada;");
aI("text=Black Warrior, Nevada;url=/s/BlackWarrior.asp;status=Black Warrior, Nevada;");
aI("text=Crump Geyser, Oregon;url=/s/Crump.asp;status=Crump Geyser, Oregon;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Quotes & Charts;url=/s/StockInfo.asp;status=Stock Quotes & Charts;");
aI("text=Corporate Brochure;url=/s/CorporateBrochure.asp;status=Corporate Brochure;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Disclosure Documents;url=/s/DisclosureDocuments.asp;status=Disclosure Documents;");
aI("text=Coverage;url=/s/AnalystCoverage.asp;status=Coverage;");
aI("text=Calendar of Events;url=/s/EventsCalendar.asp;status=Calendar of Events;");
aI("text=Corporate Presentation;url=/s/Presentations.asp;status=Corporate Presentation;");
aI("text=NGP Newsletter;url=/s/NGPNewsletter.asp;status=NGP Newsletter;");
aI("text=FAQ's;url=/s/FreqAskedQuestions.asp;status=FAQ's;");
aI("text=Related Links;url=/s/RelatedSites.asp;status=Related Links;");
}

with(milonic=new menuname("media")){
style=menuStyle;
//aI("text=Audio;url=/s/MediaAudio.asp;status=Audio;");
aI("text=Video;url=/s/MediaVideo.asp;status=Video;");
aI("text=Print;url=/s/MediaPrint.asp;status=Print;");
aI("text=Media Kit;url=/s/MediaKit.asp;status=Media Kit;");
}

with(milonic=new menuname("Geo")){
style=menuStyle;
aI("text=How Geothermal Works;url=/s/HowGeoWorks.asp;status=How Geothermal Works;");
aI("text=Glossary of Terms;url=/s/Glossary.asp;status=Glossary of Terms;");
aI("text=Resources and Links;url=/s/Resources.asp;status=Resources and Links;");
aI("text=Geothermal Kids;url=/s/GeothermalKids.asp;status=Geothermal Kids;");
//aI("text=Geothermal News;url=/s/GeoNews.asp;status=Geothermal News;");
}

drawMenus();