_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="#7C8CBA";
oncolor="#ffffff";
offbgcolor="#ADB9D5";
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="#7C8CBA";
headercolor="#ffffff";
headerbgcolor="#7C8CBA";
subimage="";
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")){
style=menuStyle;
aI("text=President's Message;url=/s/PresidentsMessage.asp;status=President's Message;");
aI("text=Corporate Info;url=/s/CorporateInformation.asp;status=Corporate Info;");
aI("text=Board of Directors & Management;url=/s/BoardofDirectors.asp;status=Board of Directors & Management;");
aI("text=Business Consultants;url=/s/BusinessConsultants.asp;status=Business Consultants;");
aI("text=Socio Economic Contribution;url=/s/CommunityRelations.asp;status=Socio Economic Contribution;");
aI("text=Corporate Responsibilities;url=/s/CorporateResponsibilities.asp;status=Corporate Responsibilities;");
aI("text=Legal Notices;url=/s/LegalNotices.asp;status=Legal Notices;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Nicaragua Project;url=/s/Nicaragua.asp?ReportID=140432;showmenu=nic;status=Nicaragua Project;");
//aI("text=Bigfoot Project, Texas;url=/s/Bigfoot.asp?ReportID=140411;showmenu=big;status=Bigfoot Project, Texas;");
}

   with(milonic=new menuname("nic")){
   style=menuStyle;
   aI("text=Nicaragua-The Country;url=/s/Nicaragua.asp?ReportID=140432;status=Nicaragua-The Country;");
   aI("text=A New Era Begins;url=/s/Nicaragua.asp?ReportID=140433;status=A New Era Begins;");
   aI("text=Project Overview;url=/s/Nicaragua.asp?ReportID=140434;status=Project Overview;");
   aI("text=Exploration Activities;url=/s/Nicaragua.asp?ReportID=140964;status=Exploration Activities;");
   aI("text=Investor Presentation;url=/pres/slide1.htm;target=blank;status=Investor Presentation;");
   aI("text=Photo Slide Show;url=/s/Nicaragua.asp?ReportID=141723#pg;status=Photo Slide Show;");
   aI("text=Sproule Engineering Report;url=/i/pdf/SprouleReportNicaragua.pdf;target=blank;status=Sproule Engineering Report;");
   }

   with(milonic=new menuname("big")){
   style=menuStyle;
   //aI("text=Project Overview;url=/s/Bigfoot.asp?ReportID=140411;status=Project Overview;");
   //aI("text=History & Geology;url=/s/Bigfoot.asp?ReportID=140967;status=History & Geology;");
   //aI("text=Big Foot Presentation;url=/i/pdf/BigFootPresentation.pdf;target=blank;status=Big Foot Presentation;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Quote;url=/s/StockQuote.asp;status=Stock Quote;");
aI("text=Capital Structure;url=/s/CapitalStructure.asp;status=Capital Structure;");
aI("text=Financials Reports & SEDAR Filings;url=/s/Financials.asp;status=Financials Reports & SEDAR Filings;");
aI("text=Schlumberger Petition;url=/s/SchlumbergerPetition.asp;status=Schlumberger Petition;");
aI("text=Events & Webcasts;url=/s/Events.asp;status=Events & Webcasts;");
aI("text=Related Articles & Reports;url=/s/AnalystCoverage.asp;status=Related Articles & Reports;");
aI("text=Related Links;url=/s/RelatedLinks.asp;status=Related Links;");
aI("text=Petroleum Glossary;url=http://www.capp.ca/default.asp?V_DOC_ID=733;target=blank;status=Petroleum Glossary;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.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();