function framereload() {
return 0;	
	if (!top.FramesetGeladen) {
	//ZielDatei = "../index.html?about/"+ZielDatei;
	domain = "http://www.berann.at/";
	
	von = window.location.href;
	seite = von.substr(domain.length, von.length);	
	ZielDatei = "/index.html?" + seite;
	
	
	if (document.images) 
		{ top.location.replace(ZielDatei); }
	else 
		{ top.location.href = ZielDatei ; }
	}
}
