function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
function expandDiv(tlll) {
               what  = eval(tlll + "_menu");
                if (what.style.display == "none") {
                        what.style.display = "";
                }
else
 what.style.display = "none";
        }
        var oldc = new Array;
        function cCell(r,m){
         if(!document.all) return;
         if(m){
          for(i=0;i<r.cells.length;i++){
          oldc[i]=r.cells[i].bgColor;
          r.cells[i].bgColor='D3D3D3';
          }
         }else{
          for(i=0;i<r.cells.length;i++){
          r.cells[i].bgColor=oldc[i];
          }
         }
        }
        function jump() {
                parent.location = document.links.url.options[document.links.url.selectedIndex].value;
        }
/* Definitionen zum "Ansprung" der Seiten selbst inclusive Query*
/* Ralf Köchert 28.05.2003*/