_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=300            // 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()){
offbgcolor="#0D314B";
offcolor="#CEDCE7";
onbgcolor="#EDCE46";
oncolor="#0D314B";
pagebgcolor="#3C6582";
pagecolor="#CEDCE7";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#34536A";
separatorsize="1";
padding=10;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
horizontalMenuDelay = true;
}

with(menuStyle=new mm_style()){
offbgcolor="#CEDCE7";
offcolor="#0D314B";
onbgcolor="#0D314B";
oncolor="#CEDCE7";
pagebgcolor="#0D314B";
pagecolor="#EDCE46";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=8;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
horizontalMenuDelay = true;
}


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

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=La Yagua;url=/s/LaYagua.asp;status=La Yagua;");
aI("text=La Pacienca;url=/s/LaPacienca.asp;status=La Pacienca;");
aI("text=REN Gold;url=/s/RENGold.asp;status=REN Gold;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
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();
