_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(mainStyle=new mm_style()){
onbgcolor="#005181";
oncolor="#E39729";
offbgcolor="#005181";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="#005181";
separatorsize="1";
padding=4;
fontsize="13";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#E39729";
pagebgcolor="#005181";
headercolor="#E39729";
headerbgcolor="#005181";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#f0f0f0";
oncolor="#000000";
offbgcolor="#005181";
offcolor="#ffffff";
bordercolor="#005181";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#f0f0f0";
headercolor="#000000";
headerbgcolor="#f0f0f0";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
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("prj")){
style=menuStyle;
aI("text=Locations and Overview;url=/s/Projects.asp;status=Locations and Overview;");
aI("text=Natrona Gold Project;url=/s/Natrona.asp;status=Natrona Gold Project;");
aI("text=Nechako Gold Project;url=/s/Nechako.asp;status=Nechako Gold Project;");
aI("text=Pardo Gold Project;url=/s/Pardo.asp;status=Paranaiba River;");
aI("text=Hutton Gold Project;url=/s/Hutton.asp;status=Hutton Gold Project;");
aI("text=Parkin Gold Project;url=/s/Parkin.asp;status=Parkin Gold Project;");
aI("text=Dogpaw Lake Gold Project;url=/s/Dogpaw.asp;status=Dogpaw Lake Project;");
aI("text=BQ Endurance Polymetallic Project;url=/s/BQ.asp;status=BQ Endurance Polymetallic Project;");
aI("text=Annie Silver Project;url=/s/Annie.asp;status=Annie Silver Project;");
//aI("text=Turner Gold Project;url=/s/Turner.asp;status=Turner Gold Project;");
//aI("text=Carter Coal Project;url=/s/Carter.asp;status=Carter Coal Project;");
//aI("text=Minnitaki Property;url=/s/Minnitaki.asp;status=Minnitaki Property;");
//aI("text=Virginia Silver Property;url=/s/VirginiaSilver.asp;status=Virginia Silver Property;");
//aI("text=Simmie Gold Project;url=/s/Simmie.asp;status=Simmie Gold Project;");
}

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=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();