function checkFrameset()
	{
	  	if(parent.frames.length == 0)
	  	{
   			parent.location.replace("index_loc.htm?" + location.pathname);
   		}
	}

function checkNewsFrameset()
	{
	  	if(parent.frames.length == 0)
	  	{
	   		parent.location.replace("index_loc.htm?news_frame.htm?" + location.pathname);
   		}
	}

function checkFramecall()
	{

  	var Adressanhang=location.search;
  	if(Adressanhang){
  		parent.frames.Home.location.replace(Adressanhang.substring(1,Adressanhang.length));
  		}
  	}

function loadNews()
	{
	  	var Adressanhang=location.search;

   		frames.NewsContent.location.replace(Adressanhang.substring(1,Adressanhang.length));
	}