﻿function opentheWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
  openWindow. focus();
}

bildwechsel = function (element, bild_adresse){
	element.src = bild_adresse
}
