function checkFrameset()
{
	if (!top.frames.menu || !top.frames.main || !top.frames.topleft || !top.frames.topright )
	{
	   location.href="http://www.institut-romeis.de/?"+location.pathname;
	}
}

function checkFramecall() 
{
  var Adressanhang=location.search;
  if (Adressanhang)
  {
  	frames.main.location.href=Adressanhang.substring(1,Adressanhang.length);
  }
}
