{if(top.frames.length > 0)
	top.location.href=self.location();
	}

function HinweisFenster() {
 	Hinweis=window.open("hinweis.html","Hinweis","width=450,height=660");
 	Hinweis.focus();
	}

function Bildanzeige(Bild){
   Anzeige=window.open(Bild, "Info", "width=840,height=620,scrollbars=yes,resizable=yes");
	Anzeige.focus();
    }
