fixMozillaZIndex=true;

_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=1            // 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="#390239";
onbgcolor="#390239";
oncolor="#FFFFFF";
pagebgcolor="#390239";
pagecolor="#FFFFFF";
bordercolor="#390239";
borderstyle="solid";
borderwidth=1;
separatorcolor="#390239";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, helvetica";
headercolor="#FFFFFF";
headerbgcolor="#390239";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(menuStyle2=new mm_style()){
offbgcolor="#390239";
offcolor="#FFFFFF";
onbgcolor="#F0F0F0";
oncolor="#390239";
pagebgcolor="#F0F0F0";
pagecolor="#390239";
bordercolor="#F0F0F0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F0F0F0";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, helvetica";
headercolor="#390239";
headerbgcolor="#F0F0F0";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Profile;url=/s/Profile.asp?ReportID=291635;status=Profile;showmenu=prof");
aI("text=Board;url=/s/Board.asp;status=Board;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Staff;url=/s/Staff.asp;status=Staff;");
}

with(milonic=new menuname("prof")){
style=menuStyle2;
aI("text=Objectives;url=/s/Profile.asp?ReportID=291635;status=Objectives;");
aI("text=Policy;url=/s/Profile.asp?ReportID=291636;status=Policy;");
aI("text=Strategy;url=/s/Profile.asp?ReportID=291637;status=Strategy;");
aI("text=History;url=/s/Profile.asp?ReportID=291638;status=History;");
}

with(milonic=new menuname("Activities")){
style=menuStyle;
aI("text=Summary;url=/s/Summary.asp;status=Summary;");
aI("text=Development;url=/s/Development.asp;status=Development;showmenu=dev;");
aI("text=Exploration;url=/s/Exploration.asp;status=Exploration;showmenu=exp;");
aI("text=Drilling;url=/s/Drilling.asp;status=Drilling;");
aI("text=Joint Ventures;url=/s/JointVentures.asp;status=Joint Ventures;");
}

with(milonic=new menuname("dev")){
style=menuStyle;
aI("text=Red Rabbit Project;url=/s/Development.asp;status=Red Rabbit Project;");
aI("text=Kiziltepe Sector;url=/s/Kiziltepe.asp;status=Kiziltepe Sector;");
aI("text=Tavsan Sector;url=/s/Tavsan.asp;status=Tavsan Sector;");
}

with(milonic=new menuname("exp")){
style=menuStyle;
aI("text=Ivrindi;url=/s/Exploration.asp;status=Ivrindi;");
aI("text=Demirci;url=/s/Demirci.asp;status=Demirci;");
}

with(milonic=new menuname("stake")){
style=menuStyle;
aI("text=Turkey;url=/s/Turkey.asp;status=Turkey;");
aI("text=Shareholders;url=/s/StockInfo.asp;status=Shareholders;showmenu=share;");
aI("text=Communities;url=/s/Communities.asp;status=Communities;");
aI("text=Environment;url=/s/Environment.asp;status=Environment;");
aI("text=Employees;url=/s/Employees.asp;status=Employees;showmenu=employ;");
}

with(milonic=new menuname("employ")){
style=menuStyle2;
aI("text=Vacancies;url=/s/Vacancies.asp;status=Vacanies;");
}

with(milonic=new menuname("share")){
style=menuStyle2;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Quarterly Updates;url=/s/QuarterlyUpdates.asp;status=Quarterly Updates;");
aI("text=Research;url=/s/Research.asp;status=Research;");
aI("text=Presentation;url=/s/Presentations.asp;status=Presentation;");
aI("text=Media;url=/s/Media.asp;status=Media;");
}


with(milonic=new menuname("Contacts")){
style=menuStyle;
aI("text=Directory;url=/s/Directory.asp;status=Directory;");
aI("text=Find Us;url=/s/FindUs.asp;status=Find Us;");
aI("text=Links;url=/s/Links.asp;status=Links;");
}





drawMenus();