_menuCloseDelay=1500          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // 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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}
with(mainStyle=new mm_style()){
onbgcolor="";
oncolor="#010080";
offbgcolor="";
offcolor="#666666";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="ffffff";
separatorsize="1";
separatorpadding="5";
padding=4;
fontsize="13";
fontweight="normal";
fontfamily="Arial, Helvetica";
pagecolor="#000000";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#b7cbe3";
offcolor="#666666";
onbgcolor="#ffffff";
oncolor="#666666";
pagebgcolor="#ffffff";
pagecolor="#666666";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, helvetica";
headercolor="#666666";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
horizontalMenuDelay = true;
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Board of Directors;url=/s/Board.asp;status=Board of Directors;");
aI("text=Management Team;url=/s/Management.asp;status=Management Team;");
aI("text=Advisors;url=/s/Advisors.asp;status=Advisors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Solar PV;url=/s/SolarPV.asp;status=Solar PV;");
aI("text=Solar Thermal;url=/s/SolarThermal.asp;status=Solar Thermal;");
aI("text=Energy Recovery;url=/s/EnergyRecovery.asp;status=Energy Recovery;");
aI("text=Water Purification;url=/s/WaterPurification.asp;status=Water Purification;");
aI("text=Partnered Ownership;url=/s/PartneredOwnership.asp;status=Partnered Ownership;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Copper Hill;url=/s/CopperHill.asp;status=Copper Hill;");
aI("text=Mildred Peak;url=/s/MildredPeak.asp;status=Mildred Peak;");
aI("text=NI 43-101;url=/s/NI43-101.asp;status=NI 43-101;");
aI("text=IP/Res Survey Report (PDF);url=/i/pdf/COPPER_HILLS_IP_2011_Report.pdf;status=IP/Res Survey Report (PDF);target=_blank;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Reports;url=/s/FinancialStatements.asp;status=Financial Reports;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Industry Articles;url=/s/IndustryArticles.asp;status=Industry Articles;");
aI("text=Events;url=/s/Events.asp;status=Events;");
}

with(milonic=new menuname("News")){
style=menuStyle;
itemwidth=70;
aI("text=2012;url=/s/NewsReleases.asp?DateRange=2012/01/01...2012/12/31;status=2012;");
aI("text=2011;url=/s/NewsReleases.asp?DateRange=2011/01/01...2012/12/31;status=2011;");
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
}

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();
