document.write("<table width='1003' border='0' cellspacing='0' cellpadding='0'>");
document.write("  <tr>");
document.write("    <td width='217' height='68' align='right'><a href='/'><img src='/images/logo.gif' style='margin-bottom:3px;' /></a></td>");
document.write("    <td width='210' align='right'><b class='f_en11'>English <a href='http://www.lenovo.com/planetwide/select/selector.html' class='blue'>(Select a Country/Region)</a></b></td>");
document.write("    <td align='right'>&nbsp;</td>");
document.write("    <td width='77'><img src='/images/tel.gif' /></td>");
document.write("  </tr>");
document.write("</table>");
document.write("<table width='1003' border='0' cellspacing='0' cellpadding='0' class='menu2'>");
document.write("  <tr>");
document.write("    <td>");
document.write("      <ul>");
document.write("        <li><a href='http://www.lenovo.com.cn' class='white'>首 页</a></li>");
document.write("        <li><a href='/product_home.aspx' class='white'>了解产品</a></li>");
document.write("        <li><a href='http://support1.lenovo.com.cn/lenovo/wsi/' class='white' target='_blank'>服务与支持</a></li>");
document.write("        <li><a href='/About/' class='white' target='_blank'>关于联想</a></li>");
document.write("        <li><a href='http://appserver.lenovo.com.cn/shop/index.aspx' class='white'>在线商城</a></li>");
document.write("        <li class='non'><a href='/member/' class='white'>会员中心</a></li>");
document.write("      </ul>");
document.write("    </td>");
document.write("    <td width='175'><table width='154' border='0' cellspacing='0' cellpadding='0'>");
document.write("	  <tr>");
document.write("	    <td width='10'><img src='/images/search_bor_l.gif' width='10' height='21' /></td>");
document.write("		<td><input type='text' id='txtSearch' style='background:url(/images/search_bor_bg.gif) left 0px repeat-x; height:22px; width:124px; border:none;' /></td>");
document.write("		<td width='20'><a href='#'><img src='/images/search_but.gif' width='20' height='21' id='btnSearch' /></a></td>");
document.write("	  </tr>");
document.write("    </table></td>");    
document.write("  </tr>");
document.write("</table>");
document.getElementById("btnSearch").onclick=function()
{
   if(document.getElementById("txtSearch").value=="")
   {
     alert("请输入检索关键字");
     return;
   }
   location.href="/ContentSearch/SearchPro.aspx?txtCondition="+document.getElementById("txtSearch").value;
}
