_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="#3e3e3f";
oncolor="#c6ba81";
offbgcolor="#3e3e3f";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="10";
padding=4;
fontsize="15";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#c6ba81";
pagebgcolor="#3e3e3f";
headercolor="#c6ba81";
headerbgcolor="#3e3e3f";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
rawcss="text-transform:uppercase;padding-left:10px;padding-right:10px;";
}

with(menuStyle=new mm_style()){
onbgcolor="#c3af64";
oncolor="#000000";
offbgcolor="#3e3e3f";
offcolor="#ffffff";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#c3af64";
headercolor="#000000";
headerbgcolor="#c3af64";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=6";
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Snapshot;url=/s/Snapshot.asp;status=Snapshot;");
aI("text=Executive & Management;url=/s/Executive_Management.asp;status=Executive & Management;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=6";
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=Cieneguita;url=/s/Cieneguita.asp?ReportID=372321;status=Cieneguita;");
aI("text=Encino Gordo;url=/s/Encino_Gordo.asp?ReportID=372317;status=Encino Gordo;");
aI("text=Sahuayacan;url=/s/Sahuayacan.asp?ReportID=372296;status=Sahuayacan;");
aI("text=Sierra Madre;url=/s/Sierra_Madre.asp?ReportID=372302;status=Sierra Madre;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=6";
aI("text=Investor Info;url=/s/Investors.asp;status=Investor Info;");
aI("text=Stock Quote;url=/s/Stock_Quote.asp;status=Stock Quote;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financial Reports;url=/s/Financial_Reports.asp;status=Financial Reports;");
aI("text=SEC Link;url=http://www.sec.gov/cgi-bin/browse-edgar?company=mexoro+minerals&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany;target=blank;status=SEC Link;");
aI("text=Calendar;url=/s/Calendar.asp;status=Calendar;");
aI("text=Analyst Coverage;url=/s/Analyst_Coverage.asp;status=Analyst Coverage;");
aI("text=Articles;url=/s/Articles.asp;status=Articles;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=6";
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();