function blank(theForm){
 if (theForm.q.value == "" || theForm.q.value == " "){
  window.alert("Please Enter The Query!!!") ;
  theForm.q.focus() ;
  return false ;
 }
 return true ;
}

function help(){
 w = window.open("http://english.chosun.com/english/search/help.html", window.focus ? 'ONLINE_HELP' : '_blank', 'directories=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,width=560,height=480' );
 if (w.focus) w.focus();
}

