function OpenPrint(htmlfile)
 {
  window.open(htmlfile,"Druckversion","width=550,height=550,screenX=20,screenY=20,resizable=no");
 }
