// Printversion
function PrintVersion() {
  scriptName = "/_printpage/ibps_printpage.php?URL=" + window.location.href;
  window.open(scriptName, "Druckversion", "scrollbars=yes,resizable=yes,width=700,height=550");
//  alert(window.location.href);
}
