﻿var text1;
var text2;
var text3;

function emailscript(text1, text2, text3)
{
document.write('<a href="' + 'mailto:' + text1 + '@' + text2 + '.' + text3 + '">' + text1 + '@' + text2 + '.' + text3 + '</a>');
}

function emailscripttabelle(text1, text2, text3)
{
document.write('<a href="' + 'mailto:' + text1 + '@' + text2 + '.' + text3 + '" class="tabelle">' + text1 + '@' + text2 + '.' + text3 + '</a>');
}
