﻿document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #727F9F\" align=\"left\"><a href=\'\../../china\/career\/rczc.jsp\' class='leftmenu' ><img border=\"0\" src=\"\/china\/aboutus\/images\/leftsj01.gif\" width=\"5\" height=\"5\">&nbsp;&nbsp;&nbsp;&nbsp;人才政策<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #727F9F\" align=\"left\"><a href=\'javascript:showmenu(\"0\")\'  class='leftmenu'><img border=\"0\" src=\"\../../china\/aboutus\/images\/leftsj01.gif\" width=\"5\" height=\"5\">&nbsp;&nbsp;&nbsp;&nbsp;人才招聘<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<table style=\'DISPLAY: none\' id=menu_0  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" bgcolor=\"#404E74\">");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"left\" style=\"border-bottom: 0px solid #727F9F\"><font color=\'#FFFFFF\'><a href=\'\../../china\/career\/jobs.jsp\'  class='leftmenu1'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;最新职位<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"left\" style=\"border-bottom: 0px solid #727F9F\"><font color=\'#FFFFFF\'><a href=\'\../../china\/career\/zpgg.jsp\'  class='leftmenu1'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;招聘公告<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"left\" style=\"border-bottom: 1px solid #727F9F\"><font color=\'#FFFFFF\'><a href=\'\../../china\/career\/zxtd.jsp\'  class='leftmenu1'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;在线投递<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #727F9F\" align=\"left\"><a href=\'javascript:showmenu(\"1\")\'  class='leftmenu'><img border=\"0\" src=\"\../../china\/aboutus\/images\/leftsj01.gif\" width=\"5\" height=\"5\">&nbsp;&nbsp;&nbsp;&nbsp;培训与发展<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<table style=\'DISPLAY: none\' id=menu_1  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" bgcolor=\"#404E74\">");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"left\" style=\"border-bottom: 0px solid #727F9F\"><font color=\'#FFFFFF\'><a href=\'\../../china\/career\/pxdt.jsp\'  class='leftmenu1'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;培训动态<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"left\" style=\"border-bottom: 0px solid #727F9F\"><font color=\'#FFFFFF\'><a href=\'\../../china\/career\/pxgl.jsp\'  class='leftmenu1'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;培训管理体系<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"left\" style=\"border-bottom: 0px solid #727F9F\"><font color=\'#FFFFFF\'><a href=\'\../../china\/career\/dwjs.jsp\'  class='leftmenu1'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;队伍建设<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"left\" style=\"border-bottom: 1px solid #727F9F\"><font color=\'#FFFFFF\'><a href=\'\../../china\/career\/pxln.jsp\'  class='leftmenu1'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;培训理念<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
function showmenu(id) 
{
//====close other menu======== 
for(var i=0;i<3;i++) 
{
	if(document.all('menu_'+i)==null) continue;
	if(i!=id) 
		document.all('menu_'+i).style.display='none';
}
if(document.all('menu_'+id).style.display=='block'){
	document.all('menu_'+id).style.display='none';
}else{
	document.all('menu_'+id).style.display='block';
}
}

var obj_menuid=document.getElementById("menuid");
if(obj_menuid!=null&&document.all('menu_'+obj_menuid.value)!=null)
{document.all('menu_'+obj_menuid.value).style.display='block';
}

