_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // 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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#585a5c";
offcolor="#FFFFFF";
onbgcolor="#585a5c";
oncolor="#00a160";
pagebgcolor="#585a5c";
pagecolor="#00a160";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#101010";
separatorsize="0";
padding=10;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
horizontalMenuDelay = true;
}

with(milonic=new menuname("Company")){
align="right";
left="offset=-96";
style=menuStyle;
aI("text=Overview;url=/rdr/CompanyOverview.asp;status=Overview;");
aI("text=Management and Directors;url=/rdr/Management.asp;status=Management and Directors;");
aI("text=Technical Team;url=/rdr/TechnicalTeam.asp;status=Technical Team;");
aI("text=Technical Advisory Board;url=/rdr/TechnicalAdvisors.asp;status=Technical Advisory Board;");
aI("text=Corporate Information;url=/rdr/CorporateInfo.asp;status=Corporate Information;");
aI("text=Corporate Governance;url=/rdr/Governance.asp;status=Corporate Governance;");
aI("text=Responsible Mineral Development;url=/rdr/ResponsibleMineralDevelopment.asp;status=Responsible Mineral Development;");
}

with(milonic=new menuname("Projects")){
align="right";
left="offset=-10";
style=menuStyle;
aI("text=Overview;url=/rdr/Projects.asp;status=Overview;");
aI("text=Poland;url=/rdr/Poland.asp;showmenu=po;status=Poland;");
aI("text=Ireland;url=/rdr/Ireland.asp;showmenu=ir;status=Ireland;");
//aI("text=Sustainability;url=/rdr/Sustainability.asp;status=Sustainability;");
}

with(milonic=new menuname("ir")){
top="offset=3";
style=menuStyle;        
 aI("text=Overview;url=/rdr/Ireland.asp;status=Overview;");
 aI("text=Mallow;url=/rdr/Mallow.asp;status=Mallow;");
//aI("text=Courtbrown;url=/rdr/Courtbrown.asp;status=Courtbrown;");
aI("text=Westmeath South;url=/rdr/Westmeath.asp;status=Westmeath South;");
}

with(milonic=new menuname("po")){
top="offset=3";
style=menuStyle;        
aI("text=Overview;url=/rdr/Poland.asp;status=;Overview");
aI("text=Development/History;url=/rdr/PolandDevelopmentHistory.asp;status=Development/History;");
aI("text=Geology;url=/rdr/PolandGeology.asp;status=Geology;");
aI("text=Program;url=/rdr/PolandProgram.asp;status=Program;");
aI("text=Location;url=/rdr/PolandLocation.asp;status=Location;");
}

with(milonic=new menuname("Investors")){
align="right";
left="offset=-85";
style=menuStyle;
aI("text=Overview;url=/rdr/InvestorCentre.asp;status=Overview;");
aI("text=Stock Quote;url=/rdr/StockQuote.asp;status=Stock Quote;");
aI("text=News Releases;url=/rdr/NewsReleases.asp;status=News Releases;");
aI("text=Presentation, Events and Media ;url=/rdr/Presentations.asp;status=Presentation, Events and Media ;");
aI("text=Financial Statements;url=/rdr/FinancialStatements.asp;status=Financial Statements;");
aI("text=SEDAR Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00029300;target=_blank;status=SEDAR Filings;");
aI("text=Analyst Coverage;url=/rdr/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Tax Forms & Disclosures;url=/rdr/TaxFormsDisclosures.asp;status=Tax Forms & Disclosures;");
}

with(milonic=new menuname("Contact")){
align="right";
left="offset=-50";
style=menuStyle;
aI("text=Contact Us;url=/rdr/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/rdr/InformationRequest.asp;status=Request More Info;");
aI("text=Send a Message;url=/rdr/SendMessage.asp;status=Send a Message;");
}

drawMenus();
