function decode(text1, text2) {
document.write('<a href="' + 'mailto:' + text1 + '@' + text2 +'">' + text1 + '@' + text2 + '</a>');
}
function gisdecode(text1, text2) {
document.write('<a href="' + 'mailto:' + text1 + '@' + text2 +'" title="' + text1 + '@' + text2 + '">' + 'E-Mail' + '</a>');
}
