_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(mainStyle=new mm_style()){
onbgcolor="";
oncolor="#6D7794";
offbgcolor="";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="18";
padding=4;
fontsize="11";
fontweight="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#6D7794";
pagebgcolor="";
headercolor="#6D7794";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#041734";
oncolor="#ffffff";
offbgcolor="#f0f0f0";
offcolor="#041734";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#041734";
headercolor="#ffffff";
headerbgcolor="#041734";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("comp")){
top="offset=4";
left="offset=-1";
style=menuStyle;
aI("text=About the Company;url=/s/Company.asp;status=About the Company;");
aI("text=Directors & Officers;url=/s/DirectorsAndOfficers.asp;status=Directors & Officers;");
aI("text=Corporate Documents;url=/s/CorporateDocuments.asp;status=Corporate Documents;");
}

with(milonic=new menuname("prj")){
top="offset=4";
left="offset=-1";
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=Mexico;url=/s/Mexico.asp;showmenu=mexico;status=Mexico;");
//aI("text=USA;url=/s/USA.asp;showmenu=usa;status=USA;");
aI("text=Canada;url=/s/Canada.asp;status=Canada;");
//aI("text=El Salvador;url=/s/ElSalvador.asp;status=El Salvador;");
}

with(milonic=new menuname("mexico")){
top="offset=4";
left="offset=-1";
style=menuStyle;
aI("text=Overview;url=/s/Mexico.asp;status=Mexico;");
aI("text=Taviche Project;url=/s/Taviche.asp;status=Taviche Project;");
}

with(milonic=new menuname("usa")){
top="offset=4";
left="offset=-1";
style=menuStyle;
aI("text=Pine Creek Project;url=/s/USA.asp;showmenu=usa;status=Pine Creek Project;");
aI("text=Sullivan Project;url=/s/Sullivan.asp;status=Sullivan Project;");
}

with(milonic=new menuname("inv")){
top="offset=4";
left="offset=-1";
style=menuStyle;
aI("text=Overview;url=/s/Investors.asp;status=Overview;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
//aI("text=Published Newsletters;url=/s/ResearchReports.asp;status=Published Newsletters;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Bull & Bear Financial Reports;url=/s/BullandBear.asp;target=_blank;;status=Bull & Bear Financial Reports;");
aI("text=Stock Quote;url=/s/StockQuote.asp;status=Stock Quote;");
aI("image=/i/misc/SRP_btn.jpg;url=http://www.stockresearchportal.com/CompTrial_2.asp?cid=1181;target=_blank;status=Stock Research Portal;");
}

with(milonic=new menuname("contact")){
top="offset=4";
left="offset=-1";
style=menuStyle;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();