
function FormCheck_search(){
with (document.cathand_search){
if(search.value==""){
alert('検索語句を入力してください');
search.focus();
return false;
}
}
}