_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(menuStyle=new mm_style()){
onbgcolor="#213b72";
oncolor="#ffffff";
offbgcolor="#DCDCDC";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#213b72";
headercolor="#ffffff";
headerbgcolor="#213b72";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=-1";
aI("text=Directors;url=/s/Management.asp;status=Directors;");
aI("text=Senior Management;url=/s/SeniorManagement.asp;status=Senior Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Reserves Statement;url=/s/ReservesStatement.asp;status=Reserves Statement;");
aI("text=Corporate Social Responsibility;url=/s/SocialResponsibility.asp;status=Corporate Social Responsibility;");
aI("text=Health, Safety and Environment;url=/s/HealthSafety.asp;status=Health, Safety and Environment;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Corporate Association Documents;url=/s/CorporateDocuments.asp;status=Corporate Association Documents;");
aI("text=Listing Document;url=/i/pdf/AIM_Prospectus.pdf;target=_blank;status=Listing Document;");
aI("text=AIM Rule 26;url=/s/AIMRule.asp;status=AIM Rule 26;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Careers;url=/s/Careers.asp;status=Careers;");
}

with(milonic=new menuname("proj")){
style=menuStyle;
top="offset=-1";
aI("text=Syria&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/s/Syria.asp;status=Syria&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=Syria;");
aI("text=Iraq;url=/s/Iraq.asp;status=Iraq;showmenu=Iraq;");
aI("text=USA;url=/s/USA.asp;status=USA;showmenu=USA;");
}

with(milonic=new menuname("Syria")){
style=menuStyle;
top="offset=1";
aI("text=Block 26;url=/s/Syria.asp;status=Block 26;");
aI("text=Maps;url=/s/SyriaMaps.asp;status=Maps;");
aI("text=Photos;url=/s/SyriaPhotos.asp;status=Photos;");
}

with(milonic=new menuname("Iraq")){
style=menuStyle;
top="offset=1";
aI("text=Maysan/Misan;url=/s/Iraq.asp;status=Maysan/Misan;");
aI("text=Maps;url=/s/IraqMaps.asp;status=Maps;");
//aI("text=Photos;url=/s/IraqPhotos.asp;status=Photos;");
}

with(milonic=new menuname("USA")){
style=menuStyle;
top="offset=1";
aI("text=Gulf of Mexico;url=/s/USA.asp;status=Gulf of Mexico;");
aI("text=Maps;url=/s/USAMaps.asp;status=Maps;");
aI("text=Photos;url=/s/USAPhotos.asp;status=Photos;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-1";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Research;url=/s/Research.asp;status=Research;");
aI("text=Annual Reports;url=/s/AnnualReports.asp;status=Annual Reports;");
aI("text=Calendar;url=/s/EventsCalendar.asp;status=Calendar;");
aI("text=Shareholders;url=/s/Shareholders.asp;status=Shareholders;");
aI("text=Notices;url=/s/Notices.asp;status=Notices;");
aI("text=Media;url=/s/video.asp;status=Media;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=-1";
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
aI("text=Careers;url=/s/Careers.asp;status=Careers;");
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;");
aI("text=Tender;url=/s/Tender.asp;status=Tender;");
}

drawMenus();