<!--
function setFocusCity(f)
{
  f.city.focus();
  f.city.select();
}
//-->