_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(menuStyle=new mm_style()){
onbgcolor="#016855";
oncolor="#E2BF41";
offbgcolor="#002C25";
offcolor="#FFFFFF";
bordercolor="#016855";
borderstyle="solid";
borderwidth=1;
separatorcolor="#016855";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#016855";
headercolor="#E2BF41";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Decoy")){
left=200;
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=About Us;url=/s/CorporateInfo.asp;status=About Us;");
aI("text=Our Team;url=/s/OurTeam.asp;status=Our Team;");
aI("text=Corporate Headquarters;url=/s/CorporateDirectory.asp;status=Corporate Headquarters;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
//aI("text=Hill Copper Project;url=/s/HillCopper.asp;status=Hill Copper Project;");
aI("text=Gavilanes Gold Project;url=/s/GavilanesGold.asp;status=Gavilanes Gold Project;");
aI("text=Nevada Projects;url=/s/Nevada.asp;status=Nevada Projects;showmenu=Nev;");
aI("text=Photo Gallery;url=/s/ProjectPhotos.asp?ReportID=162523;status=Photo Gallery;");
}

	with(milonic=new menuname("Nev")){
	style=menuStyle;
	aI("text=Carlin Cortez Corridor;url=/s/CarlinCortezCorridor.asp;status=Carlin Cortez Corridor;");
	aI("text=Crescent Valley North Project;url=/s/CrescentValleyNorthProject.asp;status=Crescent Valley North Project;");
	aI("text=Horse Creek Project;url=/s/HorseCreekProject.asp;status=Horse Creek Project;");
	aI("text=Indian Creek;url=/s/IndianCreek.asp;status=Indian Creek;");
	aI("text=Iron Butte;url=/s/IronButte.asp;status=Iron Butte;");
	aI("text=North Sleeper;url=/s/NorthSleeper.asp;status=North Sleeper;");
	aI("text=Robinson Creek;url=/s/RobinsonCreek.asp;status=Robinson Creek;");
	aI("text=Safford Canyon;url=/s/SaffordCanyon.asp;status=Safford Canyon;");
	aI("text=Sand Springs;url=/s/SandSprings.asp;status=Sand Springs;");
	aI("text=Veta Grande;url=/s/VetaGrande.asp;status=Veta Grande;");
	}

with(milonic=new menuname("Investor")){
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=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Edgar Filings;url=http://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001295803&owner=include&count=40;target=_blank;status=Edgar Filings;");
aI("text=Events;url=/s/Events.asp;status=Events;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.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();