
function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}

function openwindow(theURL,winName,features) { //v2.0
 mywindow = window.open(theURL,winName,features);
 mywindow.focus();
}
