function DisplayMail(Server, Login, Display, Alt){   
    if ((Display.length == 0) || (Display.indexOf('@')+1)) {   
    document.write('<a hr' + 'ef=' + '"mai' + 'lto:' + Login + '@' + Server + '"' + Alt + '>' + Login + '@' + Server + '<\/a>'); }   
    else  {   
    document.write('<a hr' + 'ef=' + '"mai' + 'lto:' + Login + '@' + Server + '"' + Alt + '>' + Display + '<\/a>'); }   
}   
function useraken(s)
{
w=window.open(s,"","width=450,height=600,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no,titlebar=yes,screenX=510,screenY=260,left=510,top=260")
w.focus()
}