function check_frame() {
	if (top.frameset_geladen + "" != "ok"){
		if(document.images)
	   		top.location.replace('http://www.so-baudesign.de/html/index.html');
		else
	   		top.location.href = 'http://www.so-baudesign.de/html/index.html' ;
	}
}