// JavaScript Document
/*<script type="text/javascript">*/
sActive = new String();
var t;

function fooOver(a_sId, a_sImage)
{
    if (a_sId != sActive) {
        window.document.getElementById(a_sId).src = a_sImage;
    }
}

function fooOut(a_sId, a_sImage)
{
    if (a_sId != sActive) {
        window.document.getElementById(a_sId).src = a_sImage;
    }
}

function fooClick(a_sId)
{
    if (a_sId == "home") {
       
        window.document.getElementById("home").src = "bilder_basic/navi_home2.jpg";
        //window.parent.frames[a_sTarget].location = a_sFile;
		
       sActive = a_sId;
    }else{window.document.getElementById("home").src = "bilder_basic/navi_home.jpg";
	}
	
	if (a_sId == "neu") {
       
        window.document.getElementById("neu").src = "bilder_basic/navi_neu2.jpg";
        //window.parent.frames[a_sTarget].location = a_sFile;

        sActive = a_sId;
    }else{window.document.getElementById("neu").src = "bilder_basic/navi_neu.jpg";
	}
	 if (a_sId == "kuen") {
       
        window.document.getElementById("kuen").src = "bilder_basic/navi_kuenst2.jpg";
        //window.parent.frames[a_sTarget].location = a_sFile;

       sActive = a_sId;
    }else{window.document.getElementById("kuen").src = "bilder_basic/navi_kuenst.jpg";
	}
	
	if (a_sId == "serie") {
       
        window.document.getElementById("serie").src = "bilder_basic/navi_serie2.jpg";
        //window.parent.frames[a_sTarget].location = a_sFile;

        sActive = a_sId;
    }else{window.document.getElementById("serie").src = "bilder_basic/navi_serie.jpg";
	}
	if (a_sId == "termin") {
       
        window.document.getElementById("termin").src = "bilder_basic/navi_termin2.jpg";
        //window.parent.frames[a_sTarget].location = a_sFile;

        sActive = a_sId;
    }else{window.document.getElementById("termin").src = "bilder_basic/navi_termin.jpg";
	}
	if (a_sId == "presse") {
       
        window.document.getElementById("presse").src = "bilder_basic/navi_presse2.jpg";
        //window.parent.frames[a_sTarget].location = a_sFile;

        sActive = a_sId;
    }else{window.document.getElementById("presse").src = "bilder_basic/navi_presse.jpg";
	}
}


function pruefe() {
   if(document.all&&!window.opera) {
     var a=document.all.detail;
     detail.document.body.scroll='no';
   } else {
     var a=document.getElementsByName('detail')[0];
     a.scrolling='no';
   }
   var a = document.getElementsByName('detail')[0];
   var d = detail.document.getElementsByTagName('body')[0];
   if(d) d.style.overflow = 'hidden';
   var b = detail.document.getElementById('cont');
   if(b) a.style.height = b.offsetHeight+35+'px';
   // detail.document.getElementsByTagName('body')[0].style.overflow='hidden';
   // var b=detail.document.getElementById('cont');
   // if(a.style.height != eval(b.offsetHeight+35)+'px') {
   //   a.style.height=eval(b.offsetHeight+35)+'px';
   //}
}

function pruefe2() {
   if(document.all&&!window.opera) {
     var a=document.all.detail2;
     detail2.document.body.scroll='no';
   } else {
     var a=document.getElementsByName('detail2')[0];
     a.scrolling='no';
   }
   var a=document.getElementsByName('detail2')[0];
   var d = detail2.document.getElementsByTagName('body')[0];
   if(d) d.style.overflow = 'hidden';
   var b = detail2.document.getElementById('cont');
   if(b) a.style.height = b.offsetHeight+35+'px';
}
function pruefe3() {
   if(document.all&&!window.opera) {
     var a=document.all.detail3;
     detail3.document.body.scroll='no';
   } else {
     var a=document.getElementsByName('detail3')[0];
     a.scrolling='no';
   }
   var a=document.getElementsByName('detail3')[0];
   var d = detail3.document.getElementsByTagName('body')[0];
   if(d) d.style.overflow = 'hidden';
   var b=detail3.document.getElementById('cont');
   if(b) a.style.height = b.offsetHeight+35+'px';
}

function pruefe4() {
   if(document.all&&!window.opera) {
     var a=document.all.detail4;
     detail4.document.body.scroll='no';
   } else {
     var a=document.getElementsByName('detail4')[0];
     a.scrolling='no';
   }
   var a=document.getElementsByName('detail4')[0];
   var d = detail4.document.getElementsByTagName('body')[0];
   if(d) d.style.overflow = 'hidden';
   var b=detail4.document.getElementById('cont');
   if(b) a.style.height = b.offsetHeight+35+'px';
}
function pruefe5() {
   if(document.all&&!window.opera) {
     var a=document.all.detail5;
     detail5.document.body.scroll='no';
   } else {
     var a=document.getElementsByName('detail5')[0];
     a.scrolling='no';
   }
   var a=document.getElementsByName('detail5')[0];
   var d = detail5.document.getElementsByTagName('body')[0];
   if(d) d.style.overflow = 'hidden';
   var b = detail5.document.getElementById('cont');
   if(b) a.style.height = b.offsetHeight+35+'px';
}
function pruefe6() {
   if(document.all&&!window.opera) {
     var a=document.all.detail6;
     detail6.document.body.scroll='no';
   } else {
     var a=document.getElementsByName('detail6')[0];
     a.scrolling='no';
   }
   var a=document.getElementsByName('detail6')[0];
   detail6.document.getElementsByTagName('body')[0];
   if(d) d.style.overflow = 'hidden';
   var b=detail6.document.getElementById('cont');
   if(b) a.style.height = b.offsetHeight+35+'px';
}


  function austausch(URL1,F1,URL2,F2,URL3,F3) {
Frame1=eval(F1);
Frame2=eval(F2);
Frame3=eval(F3);

/*(Der dritte Frame ist optional)*/
Frame1.location.href = URL1;
Frame2.location.href = URL2;
Frame3.location.href = URL3;

 function austausch2(URL1,F1,URL2,F2,URL3,F3) {
Frame1=eval("parent."+F1);
Frame2=eval("parent."+F2);
Frame3=eval("parent."+F3);

/*(Der dritte Frame ist optional)*/
Frame1.location.href = URL1;
Frame2.location.href = URL2;
Frame3.location.href = URL3;

 }
/*(Der dritte Frame ist optional)*/}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function loadPage(list) {window.open(href = list.options[list.selectedIndex].value)} 
/*</script>*/
