function popup (seite,name,breite,hoehe,scroll)
        {
        links=(screen.width)?(screen.width-breite)/2:100;
        oben=(screen.height)?(screen.height-hoehe)/2:100;

        settings='width='+breite+',height='+hoehe+',top='+oben+',left='+links+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
        window.open(seite,name,settings);
        }
function send()
        {
		document.write('<input type="submit" name="gesendet" value="Absenden" /> &nbsp; <input type="reset" style="margin-right:20px;" />');
        }