_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()){
offbgcolor="#EAE4D6";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#B3AC9B";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B3AC9B";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
//aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Advisory Board;url=/s/AdvisoryBoard.asp;status=Advisory Board;");
aI("text=Strategy;url=/s/Strategy.asp;status=Strategy;");
aI("text=Directory;url=/s/CorporateDirectory.asp;status=Directory;");
}

with(milonic=new menuname("REE")){
style=menuStyle;

aI("text=Related Links;url=/s/REELinks.asp;status=Related Links;");
aI("text=Related Articles;url=/s/REEArticles.asp;status=Related Articles;");
aI("text=External Resources;url=/s/External_Resources.asp;status=External Resources;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
//aI("text=Properties Overview;url=/s/Projects.asp;status=Properties Overview;");
aI("text=Eden Rare-Earth Project;url=/s/Eden.asp;status=Eden Rare-Earth Project;");
aI("text=Red Wine HREE Project;url=/s/RedWineHREEProject.asp;status=Red Wine HREE Project;");
//aI("text=Romaine River;url=/i/pdf/RomaineRiverProjectOverview.pdf;target=_blank;status=Romaine River;");
//aI("text=Romaine Iron-Titanium Project;url=/s/Romaine.asp;status=Romaine Iron-Titanium Project;");
//aI("text=Amazing Grace;url=/s/AmazingGrace.asp;status=Amazing Grace;");
//aI("text=Ocelot Gold;url=/s/OcelotGold.asp;status=Ocelot Gold;");
//aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("News")){
style=menuStyle;

//aI("text=Industry Related Articles;url=/s/IndustryRelatedArticles.asp;status=Industry Related Articles;");
aI("text=Upcoming Events;url=/s/UpcomingEvents.asp;status=Upcoming Events;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Information;url=/s/StockInfo.asp;status=Stock Information;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=President's Letter;url=/s/PresidentsLetter.asp;status=President's Letter;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Information;url=/s/Contact.asp;status=Contact Information;");
aI("text=Request More Information;url=/s/InformationRequest.asp;status=Request More Information;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();