_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="#000068";
oncolor="#ffffff";
offbgcolor="#DB9F0D";
offcolor="#ffffff";
bordercolor="#B8860B";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#000068";
headercolor="#ffffff";
headerbgcolor="#ED172F";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Objective;url=/s/CorporateObjective.asp;status=Corporate Objective;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate History;url=/s/CorporateHistory.asp;status=Corporate History;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Update;url=/s/CorporateProfile.asp;status=Corporate Update;");
}

with(milonic=new menuname("FactSheet")){
style=menuStyle;
aI("text=Corporate Update;url=/i/pdf/KLG-profile-15-07-09.pdf;target=blank;status=Corporate Update;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
//aI("text=Exploration History;url=/s/ExplorationHistory.asp;status=Exploration History;");
aI("text=Jelai Gold Project;url=/s/Jelai.asp;status=Jelai Gold Project;");
aI("text=Coal;url=/s/Coal.asp;status=Coal;");
aI("text=Copper Projects;url=/s/Copper.asp;showmenu=copper;status=Copper Projects;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
}


   with(milonic=new menuname("copper")){
   style=menuStyle;
   aI("text=Baroi Prospect;url=/s/BaroiProspect.asp;status=Baroi Prospect;");
   aI("text=Beruang Prospect;url=/s/BeruangProspect.asp;status=Beruang Prospect;");
   //aI("text=Jelai Gold Prospect;url=http://www.kalimantan.com/i/pdf/JelaiDrillingProposal2006.pdf;target=blank;status=Jelai Gold Prospect;");
   aI("text=Mansur Prospect;url=/s/MansurProspect.asp;status=Mansur Prospect;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Press Releases;url=/s/PressReleases.asp;status=Press Releases;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Research Reports;url=/s/ResearchReport.asp;status=Research Reports;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Aim Rule 26;url=/s/Aim.asp;status=Aim Rule 26;");
aI("text=Capital Structure;url=/s/ShareholderInformation.asp;status=Capital Structure;");
aI("text=Related Links;url=/s/RelatedLinks.asp;status=Related Links;");
aI("text=QwikReport;url=/s/QwikReport.asp;status=QwikReport;");
}

with(milonic=new menuname("Community")){
style=menuStyle;
//aI("text=Latest News;url=/s/LatestNews.asp;status=Latest News;");
aI("text=YTS Newsletter;url=/i/pdf/YTS_Newsletter.pdf;target=_blank;status=YTS Newsletter;");
aI("text=Overview;url=/s/Community.asp;status=Overview;");
aI("text=Photos;url=/s/Photos-Village.asp;showmenu=comm-photos;status=Photos;");
}

with(milonic=new menuname("comm-photos")){
style=menuStyle;
aI("text=Village Planning;url=/s/Photos-Village.asp;status=Village Planning;");
aI("text=Supporting Livelihoods;url=/s/Photos-Supporting.asp;status=Supporting Livelihoods;");
aI("text=UNIDO Mercury Project;url=/s/Photos-UNIDO.asp;status=UNIDO Mercury Project;");
}

with(milonic=new menuname("contact")){
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();