_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()){
onbgcolor="#D4A557";
oncolor="#ffffff";
offbgcolor="#F0DCA7";
offcolor="#000000";
bordercolor="#7E4810";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#D4A557";
headercolor="#ffffff";
headerbgcolor="#D4A557";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("comp")){
style=menuStyle;
aI("text=Business Plan;url=/s/BusinessPlan.asp;status=Business Plan;");
aI("text=Company Profile;url=/s/Company.asp;status=Company Profile;");
aI("text=Key Personnel;url=/s/KeyPersonnel.asp;status=Key Personnel;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Fact Sheet;url=/i/pdf/factsheet.pdf;target=_blank;status=Fact Sheet;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
}



with(milonic=new menuname("prop")){
style=menuStyle;
//aI("text=Aguas Calientes Property;url=/s/AguasCalientes.asp;status=Aguas Calientes;");
//aI("text=Arizaro Project;url=/s/Arizaro.asp;status=Arizaro;");
//aI("text=Catua Property;url=/s/Catua.asp;status=Catua;");
//aI("text=Desierto Property;url=/s/Desierto.asp;status=Desierto;");
//aI("text=El Camino Property;url=/s/ElCamino.asp;status=El Camino;");
//aI("text=La Frontera Property;url=/s/LaFrontera.asp;status=La Frontera;");
aI("text=Lindero Deposit;url=/s/Lindero.asp;status=Lindero Deposit;");
//aI("text=Rio Grande Property;url=/s/RioGrande.asp;status=Rio Grande;");
//aI("text=Fireweed Property;url=/s/Fireweed.asp;status=Fireweed;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Related Reports;url=/s/RelatedReports.asp;status=Related Reports;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
aI("text=Add Me to Your Email List;url=/s/AddMe.asp;status=Add Me to Your Email List;");
aI("text=Send A Message;url=/s/SendAMessage.asp;status=Send A Message;");
}

drawMenus();