_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="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
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=Company Overview;url=/s/Corporate.asp;status=Company Overview;");
aI("text=Corporate Overview;url=/s/CorporateOverview.asp;status=Corporate Overview;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management and Directors;url=/s/Management.asp;status=Management and Directors;");
//aI("text=Code of Ethics;url=/s/Ethics.asp;status=Code of Ethics;");
aI("text=Legal Disclaimer;url=/s/Disclaimer.asp;status=Legal Disclaimer;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Project Overview;url=/s/Projects.asp;status=Project Overview;");
aI("text=Domestic US;url=/s/DomesticUS.asp;status=Domestic US;");
aI("text=Colombia;url=/s/ColombiaOverview.asp;status=Colombia;");
//aI("text=Why Colombia?;url=/s/WhyColombia.asp;status=Why Colombia?;");
aI("text=Oklahoma;url=/s/Oklahoma.asp;status=Oklahoma;");
//aI("text=Texas;url=/s/Texas.asp;status=Texas;");
//aI("text=EMPESA Management;url=/s/EMPESA_Management.asp;status=EMPESA Management;");
//aI("text=Picture Gallery;url=/s/PictureGallery.asp;status=Picture Gallery;");
}

with(milonic=new menuname("col")){
style=menuStyle;
aI("text=Rosablanca;url=/s/Colombia.asp;status=Rosablanca;");
aI("text=Guaduas Field;url=/s/GuaduasField.asp;status=Guaduas Field;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2012 Press Releases;url=/s/NewsReleases.asp?DateRange=2012/01/01...2012/12/31;status=2012 Press Releases;");
aI("text=2011 Press Releases;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011 Press Releases;");
aI("text=2010 Press Releases;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010 Press Releases;");
aI("text=2009 Press Releases;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009 Press Releases;");
aI("text=2008 Press Releases;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008 Press Releases;");
aI("text=2007 Press Releases;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007 Press Releases;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info - OEDV;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=In The News;url=/s/InTheNews.asp;status=In The News;");
// aI("text=Reports;url=/s/Reports.asp;status=Reports;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
// aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
}

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();
