function druckformular()
{
 var hoehe=screen.height*0.9;
 window.open("bestellen.html","","width=580,height="+hoehe+",locationbar=no,rezisable=no,menubar=no,scrollbars=yes,screenX=10,screenY=10,top=10,left=10");
 }
