function bailout() {
var abssize = document.body.offsetWidth-30; 
if (event.clientY < 0 && event.clientX >= abssize) { 
  var resolution="";
  var color_depth="";
  var plugin_list="";
  var jv=0;
  var ref=document.referrer;
  if(typeof(top.document)=="object") ref=top.document.referrer;
  resolution=screen.width+"x"+screen.height;
  color_depth=navigator.appName!='Netscape'? screen.colorDepth : screen.pixelDepth;
  for (var i=0; i<navigator.plugins.length; i++) { plugin_list += navigator.plugins[i].name + ';'; }
  if (navigator.javaEnabled()) { jv=1; }
  document.write('<A target="_blank" HREF="http://www.hottracker.de"><IMG SRC="http://ctsde01.wiredminds.de/click_track/ctin.php?custnum=608&amp;sname=www.kacr.de&amp;pagename=bailout&amp;group=schweiz&amp;js=1&amp;jv='+jv+'&amp;resolution='+resolution+'&amp;color_depth='+color_depth+'&amp;plugins='+escape(plugin_list)+'&amp;referrer='+escape(ref)+'" alt="WiredMinds eMetrics tracking with Click Track" border="0"></A>');
  } 
}

if(window.navigator.systemLanguage && !window.navigator.language) {
  function hoverIE() {
    var LI = document.getElementById("Navigation").firstChild;
    do {
      if (sucheUL(LI.firstChild)) {
        LI.onmouseover=einblenden; LI.onmouseout=ausblenden;
      }
      LI = LI.nextSibling;
    }
    while(LI);
  }

  function sucheUL(UL) {
    do {
      if(UL) UL = UL.nextSibling;
      if(UL && UL.nodeName == "UL") return UL;
    }
    while(UL);
    return false;
  }

  function einblenden() {
    var UL = sucheUL(this.firstChild);
    UL.style.display = "block"; 
    UL.style.background = "#6F5C46 url('bilder/bg_menuitem.gif') repeat-x 0px -80px";
	UL.style.position="absolute";
	UL.style.width="180px";
	UL.style.padding="0";
	UL.style.margin="0";
	UL.style.border="1px solid #6F5C46";
  }
  function ausblenden() {
    sucheUL(this.firstChild).style.display = "none";
  }

  window.onload=hoverIE;
}

