










function anpassen()








{
  
  var  ref2        = document.getElementById("sub_navigation");
  var  base = document.getElementById('sub_navigation').innerHTML

  var   miny = 60;
  var star = Math.floor(Math.random() * 3000000) + 1;

  if (star > 0) 
   {
   document.getElementById("bottom").innerHTML=''; 
  }


    
if  (base =='')   
 {    
    
   
    document.getElementById("sub_navigation").style.width='0px';
    document.getElementById("content").style.width='833px';


 }



if  (base !='')   
 {    
    
   
    document.getElementById("sub_navigation").style.width='190px';
    document.getElementById("content").style.width='637px';
   


 }


    
}

function Go(x)
   {

var test  = x.substr(x.length-3,3);

if (test == 'pdf') 
{window.open( x );}


if (test != 'pdf' )
{window.location.href = x;}



  }


function ausdrucken() {

window.print();
  
}