_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()){
onbgcolor="#001C31";
oncolor="#EA9F03";
offbgcolor="#001C31";
offcolor="#FFFFFF";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
separatorheight=10;
separatorpadding=10;
padding=10;
fontsize="14";
fontstyle="bold";
fontfamily="Arial, Verdana, helvetica";
pagecolor="#EA9F03";
pagebgcolor="#001C31";
headercolor="#000000";
headerbgcolor="#FAA401";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(mainStyle=new mm_style()){
onbgcolor="#FAA401";
oncolor="#000000";
offbgcolor="#C2C2C2";
offcolor="#000000";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#FAA401";
headercolor="#000000";
headerbgcolor="#FAA401";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#FCD164";
oncolor="#000000";
offbgcolor="#C2C2C2";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#FCD164";
headercolor="#000000";
headerbgcolor="#FCD164";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;");
aI("text=Advisory Board / Consultants;url=/s/Advisory.asp;status=Advisory Board / Consultants");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Bear Lodge;url=/s/BearLodge.asp;");
aI("text=Gold;url=/s/Gold.asp;");
aI("text=Rare-Earth Elements;url=/s/Overview.asp;showmenu=rare;");
aI("text=Photo Gallery;url=/s/Photos.asp;status=Photo Gallery;");
}

   with(milonic=new menuname("rare")){
   style=menuStyle;
   aI("text=Overview;url=/s/Overview.asp;");
   aI("text=Uses;url=/s/Uses.asp;");
   aI("text=Market;url=/s/Market.asp;");
   aI("text=Rare-Earth-Element Information;url=/s/REE_info.asp;");
   }

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Investor Facts;url=/s/InvestorFacts.asp;status=Investor Facts;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=FinancialReports;");
aI("text=Corporate Material;url=/s/CorpMaterial.asp;status=Corporate Material;");
aI("text=Shareholder Updates;url=/s/ShareholderUpdates.asp;status=Shareholder Updates;");
aI("text=Rare Earth Media;url=/s/RareEarthMedia.asp;status=Rare Earth Media;");
}

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();