function deinput(text1, text2, text3) {
      document.write('<input type="' + text3 + '" name="' + text1 + '" size="22" value="' + text2 + '">');
}

function textarr(text1) {
      document.write('<textarea rows="4" name="'+text1+'" cols="19"></textarea>');
}

function decode(text1, text2, text3) {
      document.write('<a href="' + 'mailto:' + text1 + '@' + text2 + '.' + text3 + '">' + text1 + '@' + text2 + '.' + text3 + '</a>');
}

function fenster(pic)
{
var win;
win=window. open(pic,'','height=10,width=10left=50,top=50,scrollbars=no,toolbar=no,resizable=yes')
;
}
function popup(ziel) {
window.open(ziel, "Bild", "width=1,height=1, scrollbars=no, left=100, top=200");
}
function change(bild)
{
parent.document.images['head'].src=bild;
}
