function sendmail(user)
{
 temp = 'mailto:'+user+'@schloffer.at';
 location.href=temp;
}