<!-- ANTI-SPAM FUNKTIONEN -->

var user;
var adresse;

var suffix;


function nospam(user, suffix, display, titel)
    {
    document.write('<a class="textlink"' + 'title=' + '"' + titel + '"' + '" href="' + 'mailto:' + user + '@' + 'albert-gmbh' + '.' + suffix + '">' + user + '@' + 'albert-gmbh' + '.' + suffix + '</a>');
    }
    
    function nospam3(user, suffix, display, titel)
    {
    document.write('<font color="#1a4b92"><a class="menu"' + 'title=' + '"' + titel + '"' + '" href="' + 'mailto:' + user + '@' + 'albert-gmbh' + '.' + suffix + '">' + display + '</a></font>');
    }