_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="#26272b";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#26272b";
bordercolor="#26272b";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, helvetica";
pagecolor="#ffffff";
pagebgcolor="#26272b";
headercolor="#ffffff";
headerbgcolor="#26272b";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Vision;url=/s/Corporate.asp;status=Corporate Vision;");
aI("text=Management Team Bios;url=/s/Management.asp;status=Management Team Bios;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Klaza Project;url=/s/Klaza.asp;status=Klaza Project;");
aI("text=Mt. Hinton Project;url=/s/MtHinton.asp;status=Mt. Hinton Project;");
//aI("text=Ruby Range Gold Projects;url=/i/pdf/Rockhaven_Gold_July_2009.pdf;status=Ruby Range Gold Projects;target=_blank;");
aI("text=Ruby Range Gold Projects;url=/s/RubyRange.asp;status=Ruby Range Gold Projects;");
aI("text=Plata Project;url=/s/Plata.asp;status=Plata Project;");
//aI("text=Groundhog Project;url=/s/Groundhog.asp;status=Groundhog Project;");
//aI("text=Zap Project;url=/s/Zap.asp;status=Zap Project;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
//aI("text=Gold Projects;url=/i/pdf/Rockhaven_Gold_June_2009.pdf;status=Rockhaven Gold Projects;target=_blank;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Price Quote;url=/s/StockInfo.asp;status=Stock Price Quote;");
aI("text=Share Data;url=/s/ShareStructure.asp;status=Share Data;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
// aI("text=Fact Sheet;url=/i/pdf/ROCK_Fact_Sheet_Feb_2008.pdf;target=blank;status=Fact Sheet;");
}

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();
