<!--

function More(z,n){
open('/cgi-bin/more_e.cgi?z='+z+'&id='+n,'More','width=500,height=250,top=20,left=20,scrollbars=yes,status=no,toolbar=no,menubar=no');
return false;
}

function CheckSearch(){
form_check=true;
if (document.sch.city.value=="" && document.sch.razdel.value=="" &&
   (document.sch.vid.value==""  || document.sch.vid.value=="All types") &&
   (document.sch.name.value=="" || document.sch.name.value=="All organizations") &&
   (document.sch.inn.value==""  || document.sch.inn.value=="All IINs") &&
   (document.sch.email.value=="" || document.sch.email.value=="All e-mails")) { form_check=false; }
if (!form_check){ alert("You are to choose one of the search categories!"); return false;}
}

// -->