function druck() {
 if(document.getElementById) {
   document.getElementById("myButton").style.visibility = "hidden";
   window.print();
 }
}
