_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()){
offbgcolor="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#646377";
borderstyle="solid";
borderwidth=1;
separatorcolor="#646377";
separatorsize="1";
padding=8;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
top="offset=-1";
style=menuStyle;
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Governance;url=/s/Governance.asp;status=Governance;");
}

with(milonic=new menuname("Projects")){
top="offset=-1";
style=menuStyle;
aI("text=Oman Copper Projects;url=/s/Oman.asp?ReportID=400082;status=Oman Copper Projects;showmenu=oman;");
aI("text=IMA Mine;url=/s/IMAMine.asp;status=IMA Mine;");
aI("text=Qualified Person;url=/s/QualifiedPerson.asp;status=Qualified Person;");
aI("text=Photo Gallery;url=/s/ProjectPhotos.asp;status=Photo Gallery;");
}

with(milonic=new menuname("oman")){
top="offset=0";
style=menuStyle;
aI("text=Introduction;url=/s/Oman.asp?ReportID=400082;status=Introduction;");
aI("text=MAHAB 4 Discovery;url=/s/Oman.asp?ReportID=491721;status=MAHAB 4 Discovery;");
aI("text=Maqail South Discovery;url=/s/Oman.asp?ReportID=491722;status=Maqail South Discovery;");
aI("text=Photos;url=/s/Oman.asp?ReportID=412815;status=Photos;");
}

with(milonic=new menuname("Investors")){
top="offset=-1";
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;showmenu=News");
aI("text=Financial Reports;url=/s/FinancialStatements.asp;status=Financial Reports;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Articles of Interest;url=/s/RelatedArticles.asp;status=Articles of Interest;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
}

    with(milonic=new menuname("News")){
    style=menuStyle;
	aI("text=2012 News Releases;url=/s/NewsReleases.asp?DateRange=2012/01/01...2012/12/31;status=2012 News Releases;");
	aI("text=2011 News Releases;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011 News Releases;");
    aI("text=2010 News Releases;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010 News Releases;");
    aI("text=2009 News Releases;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009 News Releases;");
    aI("text=2008 News Releases;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008 News Releases;");
    aI("text=2007 News Releases;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007 News Releases;");
    }

with(milonic=new menuname("Technical")){
top="offset=-1";
style=menuStyle;
aI("text=Oman Geology;url=/s/OmanGeology.asp;status=Oman Geology;");
aI("text=Sea Floor - VMS;url=/s/Sea Floor-VMS.asp;status=Sea Floor - VMS;");
aI("text=Oman Exploration History;url=/s/OmanExploration.asp;status=Oman Exploration History;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
}

with(milonic=new menuname("Contact")){
top="offset=-1";
style=menuStyle;
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();
