_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="#FFFFCC";
oncolor="#000000";
offbgcolor="#FFCC00";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#CDDDF1";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=FINANCIAL STATEMENTS;url=/s/FinancialStatements.asp;status=FINANCIAL STATEMENTS;");
aI("text=CORPORATE DIRECTORY;url=/s/CorporateDirectory.asp;status=CORPORATE DIRECTORY;");
aI("text=SHARE STRUCTURE;url=/s/ShareStructure.asp;status=SHARE STRUCTURE;");
aI("text=MANAGEMENT;url=/s/Management.asp;status=MANAGEMENT;");
aI("text=WHISTLER BLOWER;url=/s/WhistleBlower.asp;status=WHISTLER BLOWER;");
}

with(milonic=new menuname("proj")){
style=menuStyle;
aI("text=RED CANYON PROPERTY, NEVADA;url=/s/Properties.asp?ReportID=175635;status=RED CANYON PROPERTY, NEVADA;");
aI("text=SOUTH SLEEPER (RO), NEVADA;url=/s/Properties.asp?ReportID=175636;status=SOUTH SLEEPER (RO), NEVADA;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=INVESTOR PRESENTATION;url=/s/Presentation.asp;status=INVESTOR PRESENTATION;");
aI("text=RELATED WEB SITES;url=/s/RelatedSites.asp;status=RELATED WEB SITES;");
}

drawMenus();