function check_search_form(form) {
if (!FEmptyControl(form.keywords,'Enter some keywords for search please??')) return false
   return true 
}