function validation() {
 if (document.sf.search.value > "   ")   { return true; }
 else  { return false; }
}