_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()){
offbgcolor="#18402B";
offcolor="#ffffff";
onbgcolor="#216A3D";
oncolor="#ffffff";
pagebgcolor="#216A3D";
pagecolor="#ffffff";
headerbgcolor="#216A3D";
headercolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, helvetica";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=-4";
left="offset=12";
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Listing Statement;url=/s/ListingStatement.asp;status=Listing Statement;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=-4";
left="offset=12";
aI("text=Sturgeon Lake Property;url=/s/SturgeonLake.asp;status=Sturgeon Lake Property;");
aI("text=Silver King Property;url=/s/SilverKing.asp;status=Silver King Property;");
//aI("text=Delamar Property;url=/s/Delamar.asp;status=Delamar Property;");
//aI("text=Needles Property;url=/s/Needles.asp;status=Needles Property;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-4";
left="offset=12";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
//aI("text=Research Reports;url=/s/ResearchReports.asp;status=Research Reports;");
//aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=-4";
left="offset=12";
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();