document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"87%\" bgcolor=\"#ffffff\">");
document.writeln("<tr  onmouseout=\"this.bgcolor=\'red\'\" onMouseOver=\"this.bgcolor=\'red\'\">");
document.writeln("<td style=\"padding-left:10px;\" height=\"33\" style=\"background:url(\'/english/images/leftline2.gif\')\"  align=\"left\"><a class=\"l03\"  href=\'../investor/stock-information.shtm\' class='7'><span id=\"9288\">Stock Information<\/span><\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"87%\" bgcolor=\"#ffffff\">");
document.writeln("<tr  onmouseout=\"this.bgcolor=\'red\'\" onMouseOver=\"this.bgcolor=\'red\'\">");
document.writeln("<td style=\"padding-left:10px;\" height=\"33\" style=\"background:url(\'/english/images/leftline2.gif\')\"  align=\"left\"><a class=\"l03\"  href=\'../Investor/interim-report.jsp\' class='7'><span id=\"9289\">Interim Report<\/span><\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"87%\" bgcolor=\"#ffffff\">");
document.writeln("<tr  onmouseout=\"this.bgcolor=\'red\'\" onMouseOver=\"this.bgcolor=\'red\'\">");
document.writeln("<td style=\"padding-left:10px;\" height=\"33\" style=\"background:url(\'/english/images/leftline2.gif\')\" align=\"left\"><a class=\"l03\"  href=\'../Investor/periodic-report.jsp\' class='7'><span id=\"9290\">Periodic Report<\/span><\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<table style=\'DISPLAY: none\' id=menu_0  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"87%\"  bgcolor=\"#efefef\">");
document.writeln("<tr>");
document.writeln("<td height=\"20\" width=\"2\" valign=\"middle\" width='5%' align='right' >·<\/td>");
document.writeln("<td  valign=\"middle\" align=\"left\" width='95%' style=\"padding-top:2px;\"><font color=\'#FFFFFF\' ><a  href=\'../Investor/quarterly-report.jsp\' style=\'font-size:10px;\'><span id=\"9293\">Quarterly Report<\/span><\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td height=\"20\" width=\"2\" valign=\"middle\" width='5%' align='right' >·<\/td>");
document.writeln("<td  valign=\"middle\" align=\"left\" width='95%' style=\"padding-top:2px;\"><font color=\'#FFFFFF\' ><a  href=\'../Investor/semi-annual-report.jsp\' style=\'font-size:10px;\'><span id=\"9292\">Semi-annual Report<\/span><\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td height=\"20\" width=\"2\" valign=\"middle\" width='5%' align='right' >·<\/td>");
document.writeln("<td  valign=\"middle\" align=\"left\" width='95%' style=\"padding-top:2px;\"><font color=\'#FFFFFF\' ><a  href=\'../Investor/annual-report.jsp\' style=\'font-size:10px;\'><span id=\"9291\">Annual Report<\/span><\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"87%\" bgcolor=\"#ffffff\">");
document.writeln("<tr  onmouseout=\"this.bgcolor=\'red\'\" onMouseOver=\"this.bgcolor=\'red\'\">");
document.writeln("<td style=\"padding-left:10px;\" height=\"33\" style=\"background:url(\'/english/images/leftline2.gif\')\"  align=\"left\"><a class=\"l03\"  href=\'../Investor/investor-services.shtm\' class='7'><span id=\"9294\">Investor Services<\/span><\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
function showmenu(id) 
{
//====close other menu======== 
for(var i=0;i<1;i++) 
{
	if(document.getElementById('menu_'+i)==null) continue;
	if(i!=id) 
		document.getElementById('menu_'+i).style.display='none';
}
if(document.getElementById('menu_'+id).style.display=='block'){
	document.getElementById('menu_'+id).style.display='none';
}else{
	document.getElementById('menu_'+id).style.display='block';
}
}

var obj_menuid=document.getElementById("menuid");
if(obj_menuid!=null&&document.getElementById('menu_'+obj_menuid.value)!=null)
{document.getElementById('menu_'+obj_menuid.value).style.display='block';
}
