document.writeln("<form name=\"soform\" action=\"\"  method=\"post\" style=\"margin:0\" target=\"_blank\">");
document.writeln("<div style=\"width:1000px;\">");
document.writeln("	<div><img src=\"\/images\/head_1.gif\" style=\"width:1000px; height:4px\"><\/div>");
document.writeln("	<div style=\"float:left; padding:1px\"><a href=\"http:\/\/www.huajia.cc\"><img src=\"\/images\/huajia_r1_c1.jpg\" width=\"202\" height=\"91\" border=\"0\"\/><\/a><\/div>");
document.writeln("	<div style=\"text-align:right; padding-top:2px; height:40px\"> 　&nbsp;<a href=\"\/help\/\">在线帮助<\/a> | &nbsp;<a href=\"#\">客服中心<\/a> | &nbsp;<a href=\"#\" class=Bottom onClick=\"this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http:\/\/www.huajia.cc\/\');\" >设为首页<\/a> | <\/div>");
document.writeln("	<div class=searchlist>");
document.writeln("		<li id=hj><a onClick=\"color(\'hj\')\">画家<\/a><\/li>");
document.writeln("        <li id=zx><a onClick=\"color(\'zx\')\">资讯<\/a><\/li>");
document.writeln("        <li id=zg><a onClick=\"color(\'zg\')\">展馆<\/a><\/li>");
document.writeln("        <li id=hz><a onClick=\"color(\'hz\')\">画展<\/a><\/li>");
document.writeln("        <li id=hl><a onClick=\"color(\'hl\')\">画廊<\/a><\/li>");
document.writeln("        <li id=qz><a onClick=\"color(\'qz\')\">圈子<\/a><\/li>");
document.writeln("        <li id=hjb><a onClick=\"color(\'hjb\')\">画家吧<\/a><\/li>");
document.writeln("	<\/div>");
document.writeln("	<div class=box><INPUT maxLength=100 size=60 name=\'sokey\' style=\"width:400\"> ");
document.writeln("          <INPUT type=\'button\' value=\'　搜索　\' onClick=\"soformsubmit()\" class=\"input2\">&nbsp;&nbsp;&nbsp;　");
document.writeln("          <input name=\'nclass\' type=\'hidden\' id=\'nowclass\' value=\'\'>");
document.writeln("          <A href=\"#\" target=_blank>帮助<\/A>&nbsp;|&nbsp;<A href=\"#\">高级搜索<\/A><\/div>	");
document.writeln("<\/div><\/FORM>");
function textCounter(field, countfield, maxlimit) { 
if (field.value.length > maxlimit) 
field.value = field.value.substring(0, maxlimit); 
else 
countfield.value = maxlimit - field.value.length; 
} 
function doZoom(n){
   document.getElementById("newscontent").style.fontSize=n+"px";
}
color('hj');
function color(s){
  document.getElementById('hj').style.background="";
  document.getElementById('hz').style.background="";
  document.getElementById('zg').style.background="";
  document.getElementById('hl').style.background="";
  document.getElementById('zx').style.background="";
  document.getElementById('qz').style.background="";
  document.getElementById('hjb').style.background="";
  document.getElementById(s).style.backgroundImage="url(../../images/tab.gif)";
  document.getElementById('nowclass').value=s;
}
function soformsubmit(){
  var ac=document.soform.nclass.value
  if (ac=='hj') document.soform.action="http://www.huajia.cc/painter/hjso.php";
  else if (ac=='hz') document.soform.action="http://www.huajia.cc/show/index.php";
  else if (ac=='zg') document.soform.action="http://www.huajia.cc/hall/index.php";
  else if (ac=='hl') document.soform.action="http://www.huajia.cc/sale/index.php";
  else if (ac=='zx') document.soform.action="http://www.huajia.cc/news/sonews.php";
  document.soform.submit();
}