function Fenster(URL) {
        	msgWindow = window.open(URL,"studio","scrollbars=no,width=320,height=245, 		directories=no,status=no,resize=no,menubar=no,toolbar=no",leftmargin="0",topmargin="0",
marginheight="0", marginwidth="0")
         }

function swapImage(elem,what) 
{ document.images[ elem ].src = what;
}

if(top.frames.length > 1)
    top.location.href=self.location;

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

if(top.frames.length > 0)
    parent.frames[0].focus();
	
 function impressum() {
        newWin = window.open("info.html?", "fenstername", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=300,height=400");
}


function klein(bild, width, heigth) {
        newWin = window.open("bild.html?" + bild, "fenstername", "scrollbars=0,toolbar=0,location=0,directories=0,status=0,resizable=0,width=" + width + ",height=" + height + " ");
}
