function findset(slowo)
{
 key = document.getElementById('searchtxt');
 keyform = document.getElementById('search'); 
 key.value=slowo;
 keyform.submit();
}
function nospamemail(user, domain, suffix, image, txt) {
   if (image=='') {
      link = user + '@' + domain + '.' + suffix;
   } else {
      link = '<img src="'+image+'" alt="'+txt+'" />';
   }
   document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">' + link + '</a>');
}
