_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(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#FFF4BB";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#FFF4BB";
pagebgcolor="transparent";
headercolor="#FFF4BB";
headerbgcolor="transparent";
subimage="/i/common/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#dfdfdf";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=2;
separatorcolor="#ffffff";
separatorsize="2";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/i/common/arrow.gif";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}


with(milonic=new menuname("about")){
top="offset=3";
style=menuStyle;
aI("text=Overview;url=/rdr/AboutUs.asp;status=Overview;");
aI("text=Management;url=/rdr/Management.asp;status=Management;");
aI("text=Directors;url=/rdr/Directors.asp;status=Directors;");
aI("text=Technical Advisors;url=/rdr/TechnicalAdvisors.asp;status=Technical Advisors;");
aI("text=Capital Structure;url=/rdr/CapitalStructure.asp;status=Capital Structure;");
}

with(milonic=new menuname("prop")){
top="offset=3";
style=menuStyle;
aI("text=Overview;url=/rdr/Projects.asp;status=Overview;");
aI("text=Ireland;url=/rdr/Ireland.asp;showmenu=ir;status=Ireland;");
aI("text=Poland;url=/rdr/Poland.asp;status=Poland;");
}

    with(milonic=new menuname("ir")){
        top="offset=3";
        style=menuStyle;        
        aI("text=Westmeath-South & Moate;url=/rdr/Westmeath.asp;status=Westmeath;");
        aI("text=Mallow;url=/rdr/Mallow.asp;status=Mallow;");
        //aI("text=Courtbrown;url=/rdr/Courtbrown.asp;status=Courtbrown;");
        aI("text=Westmeath-North;url=/rdr/Westmeath-North.asp;status=Westmeath-North;");
        aI("text=Galway;url=/rdr/Galway.asp;status=Galway;");
        aI("text=Kildare;url=/rdr/Kildare.asp;status=Kildare;");
        aI("text=Laois;url=/rdr/Laois.asp;status=Laois;");
        aI("text=Longford;url=/rdr/Longford.asp;status=Longford;");
        aI("text=Meath;url=/rdr/Meath.asp;status=Meath;");
    }

with(milonic=new menuname("inv")){
top="offset=3";
style=menuStyle;
aI("text=Overview;url=/rdr/InvestorCentre.asp;status=Overview;");
aI("text=News Releases;url=/rdr/NewsReleases.asp;status=News Releases;");
aI("text=Presentations;url=/rdr/Presentations.asp;status=Presentations;");
}

with(milonic=new menuname("contact")){style=menuStyle;
top="offset=3";
aI("text=Contact Us;url=/rdr/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/rdr/InformationRequest.asp;status=Request More Info;");
}

drawMenus();