document.writeln("<table width=\"180\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"image/menu_bg1.gif\">");
document.writeln("  <tr> ");
document.writeln("    <td height=\"52\"><img src=\"image/left_title1.gif\" width=\"180\" height=\"52\"></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\"><a href='/recruit/recruit1.html'><img src=\"image/menu1.gif\" name=\"recruit1\" width=\"180\" height=\"26\" id=\"recruit1\" onMouseOver=\"MM_swapImage('recruit1','','image/menu1_over.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"></a></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\"><a href='/recruit/recruit2.html'><img src=\"image/menu2.gif\" name=\"recruit2\" width=\"180\" height=\"26\" id=\"recruit2\" onMouseOver=\"MM_swapImage('recruit2','','image/menu2_over.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"></a></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td height=\"26\"><a href='/recruit/recruit.asp'><img src=\"image/menu4.gif\" name=\"recruit4\" width=\"180\" height=\"26\" id=\"recruit4\" onMouseOver=\"MM_swapImage('recruit4','','image/menu4_over.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"></a></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\"><a href='/recruit/recruit_result_login.asp'><img src=\"image/menu3.gif\" name=\"recruit3\" width=\"180\" height=\"26\" id=\"recruit3\" onMouseOver=\"MM_swapImage('recruit3','','image/menu3_over.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"></a></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\"><a href='/recruit/recruit5.html'><img src=\"image/menu5.gif\" name=\"recruit5\" width=\"180\" height=\"26\" id=\"recruit5\" onMouseOver=\"MM_swapImage('recruit5','','image/menu5_over.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"></a></td>");
document.writeln("  </tr>");
document.writeln("  <tr>"); 
document.writeln("    <td height=\"42\">&nbsp;</td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"43\" align=\"center\"><a href='/customer/customer1.html'><img src=\"../images/sub_left_img1.gif\" width=\"141\" height=\"43\" border='0'></a></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td>&nbsp;</td>");
document.writeln("  </tr>");
document.writeln("</table>");

if(window.location.pathname == "/recruit/recruit1.html"){
	document.all["recruit1"].src = "/recruit/image/menu1_over.gif";
}else if(window.location.pathname == "/recruit/recruit2.html"){
	document.all["recruit2"].src = "/recruit/image/menu2_over.gif";
}else if(window.location.pathname == "/recruit/recruit3.html" || window.location.pathname == "/recruit/recruit_result_login.asp" || window.location.pathname == "/recruit/recruit_result.asp"){
	document.all["recruit3"].src = "/recruit/image/menu3_over.gif";
}else if(window.location.pathname == "/recruit/recruit5.html"){
	document.all["recruit5"].src = "/recruit/image/menu5_over.gif";
}else{
	document.all["recruit4"].src = "/recruit/image/menu4_over.gif";
}