function decode(text1, text2, text3)
{
document.write('<a class="mail" href="' + 'mailto:' + text1 + '@' + text2 + '.' + text3 + '">' + text1 + '@' + text2 + '.' + text3 + '</a>');
}

function PopupFenster(x) {
f = window.open("content/geschichte/" + x,"Popup","width=720,height=620");
f.focus();
}

function PopupFensterB(x,y,z) {
f = window.open("content/geschichte/" + x,"Popup","width=" + y + ",height=" +z);
f.focus();
}
