function printVersion(file){

  Fenster1 = window.open(file, "Druckversion", "width=600,height=600,left=100,top=100");
  Fenster1.focus();
}

function chgElementBgImage(ele,val){

    document.getElementById(ele).style.backgroundImage = 'url('+val+')';
}




