// JavaScript Document
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" bgcolor=\"#F2F2F2\" class=\"font12_515151\">");
document.writeln("<tr  onmouseout=\'mOut(this,\"#F2F2F2\")\' onMouseOver=\'mOvr(this,\"#FBFAFA\")\'>");
document.writeln("<td  class=\"font12_515151\" height=\"28\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\" width='25%'><img border='0' src='../images/du001_4.gif' width='9' height='9'><\/td>");
document.writeln("<td  class=\"font12_515151\" height=\"28\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"left\"><a href=\'../rczp.html\' class='7'>&nbsp;应聘须知<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<table style=\'DISPLAY: none\' id=menu_0  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"  class=\"font12_515151\" bgcolor=\"#F0EEEF\">");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" bgcolor=\"#F2F2F2\" class=\"font12_515151\">");
document.writeln("<tr  onmouseout=\'mOut(this,\"#F2F2F2\")\' onMouseOver=\'mOvr(this,\"#FBFAFA\")\'>");
document.writeln("<td  class=\"font12_515151\" height=\"28\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\" width='25%'><img border='0' src='../images/du001_4.gif' width='9' height='9'><\/td>");
document.writeln("<td  class=\"font12_515151\" height=\"28\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"left\"><a href=\'../rczp_zx_sh.html\' class='7'>&nbsp;社会招聘<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<table style=\'DISPLAY: none\' id=menu_1  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"  class=\"font12_515151\" bgcolor=\"#F0EEEF\">");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" bgcolor=\"#F2F2F2\" class=\"font12_515151\">");
document.writeln("<tr  onmouseout=\'mOut(this,\"#F2F2F2\")\' onMouseOver=\'mOvr(this,\"#FBFAFA\")\'>");
document.writeln("<td  class=\"font12_515151\" height=\"28\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\" width='25%'><img border='0' src='../images/du001_4.gif' width='9' height='9'><\/td>");
document.writeln("<td  class=\"font12_515151\" height=\"28\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"left\"><a href=\'../rczp_zx_xy.html\' class='7'>&nbsp;校园招聘<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<table style=\'DISPLAY: none\' id=menu_1  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"  class=\"font12_515151\" bgcolor=\"#F0EEEF\">");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" bgcolor=\"#F2F2F2\" class=\"font12_515151\">");
document.writeln("<tr  onmouseout=\'mOut(this,\"#F2F2F2\")\' onMouseOver=\'mOvr(this,\"#FBFAFA\")\'>");
document.writeln("<td  class=\"font12_515151\" height=\"28\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\" width='25%'><img border='0' src='..' width='9' height='9'><\/td>");
document.writeln("<td  class=\"font12_515151\" height=\"28\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"left\"><a href=\'javascript:showmenu(\"6\")\' class='7'>&nbsp;<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");



function showmenu(id) 
{
//====close other menu======== 
for(var i=0;i<7;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';
}
