_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()){
onbgcolor="#b01517";
oncolor="#000000";
offbgcolor="#b01517";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="none";
borderwidth=0;
separatorcolor="transparent";
separatorsize="30";
separatorheight="33";
padding=4;
fontsize="13";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#b01517";
headercolor="#000000";
headerbgcolor="#b01517";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#b01517";
oncolor="#000000";
offbgcolor="#b01517";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#b01517";
headercolor="#000000";
headerbgcolor="#b01517";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Directors & Officers;url=/s/Directors.asp;status=Directors & Officers;");
aI("text=Advisory Board;url=/s/AdvisoryBoard.asp;status=Advisory Board;");
//aI("text=Share Capital;url=/s/ShareCapital.asp;status=Share Capital;");
}

with(milonic=new menuname("prop")){
style=menuStyle;
aI("text=Copper Creek;url=/s/CopperCreek.asp?ReportID=284364;showmenu=Coppercreek;status=Copper Creek;");
//aI("text=Alien Gold;url=/s/AlienGold.asp;status=Alien Gold;");
//aI("text=Ramona Gold;url=/s/RamonaGold.asp;status=Ramona Gold;");
}

with(milonic=new menuname("Coppercreek")){
style=menuStyle;
aI("text=Overview;url=/s/CopperCreek.asp?ReportID=284364;status=Overview;");
aI("text=Description and Location;url=/s/CopperCreek.asp?ReportID=285524;status=Description and Location;");
aI("text=Geology;url=/s/CopperCreek.asp?ReportID=285525;status=Geology;");
aI("text=2007-2008 Drill Program;url=/s/CopperCreek.asp?ReportID=285528;status=2007-2008 Drill Program;");
aI("text=Mineral Resource Estimate;url=/s/CopperCreek.asp?ReportID=285541;status=Mineral Resource Estimate;");
aI("text=An Interesting History;url=/s/CopperCreek.asp?ReportID=285543;status=An Interesting History;");
aI("text=2010 Scoping Study;url=/s/CopperCreek.asp?ReportID=318934;status=2010 Scoping Study;");
aI("text=Technical Reports;url=/s/CopperCreek.asp?ReportID=284757;status=Technical Reports;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Quote;url=/s/StockQuote.asp;status=Stock Quote;");
aI("text=Capital Structure;url=/s/CapitalStructure.asp;status=Capital Structure;");
aI("text=Corporate Brochure;url=/i/pdf/CorpBrochure.pdf;target=_blank;status=Corporate Brochure;");
aI("text=Corporate Presentation;url=/s/Presentation.asp;status=Corporate Presentation;");
aI("text=Regulatory Filing;url=http://www.sedar.com/DisplayCompanyDocuments.do?lang=EN&issuerNo=00006010;target=blank;status=Regulatory Filing;");
//aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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();
