_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()){
oncolor="#003155";
onbgcolor="#F6F6F6";
offcolor="#606060";
offbgcolor="#FFFFFF";
pagecolor="#003155";
pagebgcolor="#FFFFFF";
bordercolor="#BBBBBB";
borderstyle="solid";
borderwidth=1;
separatorcolor="#BBBBBB";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}



with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Company Overview;url=/s/CompanyOverview.asp;status=Company Overview;");
aI("text=Management and Board of Directors;url=/s/Management.asp;status=Management and Board of Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Colosio Project;url=/s/Colosio.asp;status=Colosio Project;showmenu=Colosio");
aI("text=El Creston Project;url=/s/ElCreston.asp;status=Colosio Project;status=El Creston Project;");
aI("text=El Sol Property;url=/s/ElSol.asp;status=El Sol Property;");
aI("text=San Carlos Property;url=/s/SanCarlos.asp;status=San Carlos Property;");
}

with(milonic=new menuname("ElCreston")){
style=menuStyle;
//aI("text=Property;url=/s/ElCreston.asp?ReportID=386300;status=Property;");
//aI("text=Geology;url=/s/ElCreston.asp?ReportID=386303;status=Geology;");
//aI("text=Maps;url=/s/ElCreston.asp?ReportID=386315;status=Maps;");
//aI("text=Project Photos;url=/s/ElCrestonPhotos.asp;status=Project Photos;");
}

with(milonic=new menuname("Colosio")){
style=menuStyle;
aI("text=Property;url=/s/Colosio.asp?ReportID=348975;status=Property;");
aI("text=Geology;url=/s/Colosio.asp?ReportID=348977;status=Geology;");
aI("text=Maps;url=/s/Colosio.asp?ReportID=349055;status=Maps;");
aI("text=Project Photos;url=/s/ProjectPhotos.asp;status=Project Photos;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=SEDAR Filings;url=http://www.sedar.com/DisplayCompanyDocuments.do?lang=EN&issuerNo=00028188;target=_blank;status=SEDAR Filings;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact;url=/s/Contact.asp;status=Contact;");
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();