function country_js(targ,selObj,restore){ 
  eval(targ+".location='"+'dogs.php?crit=country&param='+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
  window.focus ();
}
function year(targ,selObj,restore){ 
  eval(targ+".location='"+'dogs.php?crit=year&param='+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
  window.focus ();
}
function countrylitters_js(targ,selObj,restore){ 
  eval(targ+".location='"+'litters.php?crit=country&param='+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
  window.focus ();
}
function countryavailable_js(targ,selObj,restore){ 
  eval(targ+".location='"+'available.php?crit=country&param='+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
  window.focus ();
}
function winneryear_js(targ,selObj,restore){ 
  eval(targ+".location='"+'winners.php?crit=year&param='+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
  window.focus ();
}
function countrylinks_js(targ,selObj,restore){ 
  eval(targ+".location='"+'links.php?crit=country&param='+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
  window.focus ();
}
