var popwin=null;
var searchready=false;

function picpop(id,x,y) {
 if (popwin && !popwin.closed) {popwin.close();};
 return !(popwin=window.open('picpop.php?id='+id,'','width='+x+',height='+y+',scrollbars=no,resizable=no,menubar=no,status=no,directories=no,location=no,toolbar=no'));
 };

function trim(s) {return s.replace(/^\s+|\s+$/g,'');};

function tarkistakala(f) {
 if ((trim(f.pnimi.value)=='') && (trim(f.kunta.value)=='') && (trim(f.kala.value)=='')) {alert('Syötä vähintään yksi hakuehto.'); return false;};
 };

function tarkistayrit(f) {
 if ((trim(f.pnimi.value)=='') && (trim(f.kunta.value)=='') && (trim(f.ynimi.value)=='') && (t.toimiala.selectedIndex==0)) {alert('Syötä vähintään yksi hakuehto.'); return false;};
 };

