function CheckForm()
{
if (document.SearchForm.Keyword.value.length==0){
alert('ËÑË÷¹Ø¼ü×Ö²»ÄÜÎª¿Õ£¡');
document.SearchForm.Keyword.focus();
return false;
}
}

function killErrors() {
return true;
}
window.onerror = killErrors;