//判断浏览器类型
var ie = (document.all)? true:false;
//
function RunFoo()
{
document.write("<table width=100% border=0 cellspacing=0 cellpadding=0>")
document.write("          <tr>")
document.write("            <td height=28 style='padding-left:35px'><div style='width:195px; text-align:left; padding:5px;'><span style='width:180px;background:url(./images/5_menu_1.gif) no-repeat; padding:5px 10px; color:#000; font:bold 14px 宋体; -moz-opacity:0.6!important;filter:alpha(opacity=60);' onmouseover='if(ie){this.filters.alpha.opacity=100;}else{this.style.MozOpacity=1;}' onmouseout='if(ie){this.filters.alpha.opacity=60;}else{this.style.MozOpacity=0.6;}'><span style='cursor:pointer;' onclick='_onclick_event(3)'>个人小档案</span></span></div></td>")
document.write("          </tr>")
document.write("		  <tr>")
document.write("            <td height=28 style='padding-left:35px'><div style='width:195px; text-align:left; padding:5px;'><span style='width:180px;background:url(./images/5_menu_1.gif) no-repeat; padding:5px 10px; color:#000; font:bold 14px 宋体; -moz-opacity:0.6!important;filter:alpha(opacity=60);' onmouseover='if(ie){this.filters.alpha.opacity=100;}else{this.style.MozOpacity=1;}' onmouseout='if(ie){this.filters.alpha.opacity=60;}else{this.style.MozOpacity=0.6;}'><span style='cursor:pointer;' onclick='_onclick_event(2)'>留　言　板</span></span></div></td>")
document.write("          </tr>")
document.write("		  <tr>")
document.write("            <td height=28 style='padding-left:35px'><div style='width:195px; text-align:left; padding:5px;'><span style='width:180px;background:url(./images/5_menu_1.gif) no-repeat; padding:5px 10px; color:#000; font:bold 14px 宋体; -moz-opacity:0.6!important;filter:alpha(opacity=60);' onmouseover='if(ie){this.filters.alpha.opacity=100;}else{this.style.MozOpacity=1;}' onmouseout='if(ie){this.filters.alpha.opacity=60;}else{this.style.MozOpacity=0.6;}'><span style='cursor:pointer;' onclick='_onclick_event(1)'>大　事　记</span></span></div></td>")
document.write("          </tr>")
document.write("		 </table>")
}

