function removeWS(ss)
{
  var r, re;
  re = /\s/g;
  r = ss.replace(re, "");
  r = r.replace(/%20/g, "");
  return(r);
}


function onSubmit( frm )
{

  if( removeWS( frm.elements["qry"].value ) == "" )
  {
     alert ( "°Ë»ö¾î¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä." ) ;
     return false ;
  }
  else
  {
      frm.submit();
  }
}
document.write(" <form name='SearchForm' method='GET' action='http://search.sbsgolf.com/icss/newSearch/search.jsp' onSubmit='return onSubmit(this);'>");
document.write(" <table width='100%' border='0' cellpadding='0' cellspacing='0'>");
document.write("  <tr height='90'>");
document.write("   <td background='http://img.sbsgolf.com/www/common/com_search_b.gif' align='center'>");
document.write("    <table width='90%' border='0' cellpadding='3' cellspacing='0'>       ");
document.write("     <tr>");
document.write("      <td colspan='3'>");
document.write("       <select name='catid' class='membox' style='width:160'>");
document.write("		<option value='all' selected>ÅëÇÕ°Ë»ö</option>");
document.write("		<option value='news'>´º½º</option>");
document.write("		<option value='vodnews'>µ¿¿µ»ó´º½º</option>");
document.write("		<option value='golflesson'>·¹½¼</option>");
document.write("		<option value='knowledge'>Áö½Ä¼¾ÅÍ</option>");
document.write("		<option value='vod'>µ¿¿µ»ó</option>");
document.write("		<option value='image'>ÀÌ¹ÌÁö</option>");
document.write("		<option value='clubboard'>µ¿È£È¸</option>");
document.write("		<option value='blog'>ºí·Î±×</option>");
document.write("		<option value='webpage'>À¥ÆäÀÌÁö</option>");
document.write("		<option value='shopping'>¼îÇÎ¸ô</option>");
document.write("		<option value='tour'>Åõ¾î</option>");
document.write("       </select>");
document.write("      </td>");
document.write("     </tr>");
document.write("     <tr>");
document.write("      <td colspan='3'><input name='qry' type='text' size='25' class='membox'></tD>");
document.write("     </tr>");
document.write("    </table>");
document.writeln("<table width='90%' border='0' cellpadding='3' cellspacing='0'>	");
document.writeln("<tr>");
document.writeln("	<td width='5%'><img src='http://img.sbsgolf.com/www/common/btn_arrow04.gif' border='0'></td>");
document.writeln("	<td width='70%' align='left'>");
document.writeln("		<table border='0' width='100%'>");
document.writeln("			<tr>");
document.writeln("				<td>");
document.write("<iframe src='http://www.sbsgolf.com/js/search/check.html' frameborder='0' scrolling='no' width='100%' height='19'></iframe> ");
document.writeln("				</td>");
document.writeln("			</tr>");
document.writeln("		</table>");
document.writeln("	</td>");
document.writeln("	<td width='25%' align='right'><input type='image' src='http://img.sbsgolf.com/www/common/btn_search.gif' border='0' alt='°Ë»ö'></td>");
document.writeln("</tr>	");
document.writeln("</table>	");
document.write("   </td>");
document.write("  </tr>");
document.write("  </form>");
document.write(" </table>");