function checkFrameset() {
  if(!parent.main)
 	if(location.protocol  != "file:")  
   		location.href="http://www-dssz.informatik.tu-cottbus.de/index.html?" + location.pathname;
 
 }