_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="#003f5f";
oncolor="#ffffff";
offbgcolor="#507b91";
offcolor="#ffffff";
bordercolor="#c5960c";
borderstyle="solid";
borderwidth=1;
separatorcolor="#c5960c";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#c5960c";
pagebgcolor="#003f5f";
headercolor="#c5960c";
headerbgcolor="#003f5f";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}



with(milonic=new menuname("corp")){
top="offset=-1";
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("op")){
top="offset=-1";
style=menuStyle;
aI("text=Exploration Strategy;url=/s/Operations.asp;status=Exploration Strategy;");
aI("text=Principal Properties;url=/s/Properties.asp;status=Principal Properties;");
aI("text=Exploration Drilling;url=/s/Drilling.asp;status=Exploration Drilling;");
}

with(milonic=new menuname("inv")){
top="offset=-1";
style=menuStyle;
aI("text=Stock Info;url=/s/InvestorRelations.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("contact")){
top="offset=-1";
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();