
function changeImage(bildname,ort) {
   document.images[ort].src = bildname;
}

function openpdfsender() {
   	window.open('/download/send_pdf/kontakt.php','Aufnahmegesuch','width=615,height=500,left=0,top=0,resizable=yes,scrollbars=yes');
}