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=\'../aboutus/company-profile.shtm\' class='7'><span id=\"10533\">Company Profile<\/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=\'../aboutus/chairman-oration.shtm\' class='7'><span id=\"10536\">Chairman Oration<\/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=\'../aboutus/jereh-culture.shtm\' class='7'><span id=\"10629\">Jereh Culture<\/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=\'../aboutus/our-customers.shtm\' class='7'><span id=\"57395\">Our Customers<\/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=\'../aboutus/group.jsp?flag=1\' class='7'><span id=\"57396\">Jereh Gallery<\/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=\"140\" 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=\'../aboutus/group.jsp?flag=1\' style=\'font-size:10px;\'><span id=\"57415\">Group Overview<\/span><\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td height=\"20\" width=\"140\" 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=\'../aboutus/jerehhd.jsp?flag=4\' style=\'font-size:10px;\'><span id=\"57418\">Staff Activities<\/span><\/a><\/font><\/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';
}
