<!--

function ebeneEins()
    {
	if(!parent.text)

	location.href="index.html?" + location.pathname;
    }

function ebeneZweiNews()
    {
	if(!parent.text)
  	
	 location.href="../index.html?" + location.pathname + location.search;
  	
//alert("Aktueller Pfad: " + location.href);


    }

function ebeneZwei()
    {
	if(!parent.text)
  	
	 location.href="../index.html?" + location.pathname;


    }

function ebeneDrei()
    {
	if(!parent.text)
  	
	   location.href="../../index.html?" + location.pathname;
  	


    }

function ebeneVier()
    {
	if(!parent.text)
  	
	   location.href="../../../index.html?" + location.pathname;
  	


    }

function ebeneFuenf()
    {

	if(!parent.text)
	location.href="../../../../index.html?" + location.pathname;
    }
    
 function ebeneSechs()
    {

	if(!parent.text)
	location.href="../../../../../index.html?" + location.pathname;
    }

//-->

