function einblenden(div) {
   with(document.getElementById(div).style){
    if(display=="none"){
      display="inline";
    }
    else{
      display="none";
    }
  }
}

function mouseOverOst(Land, SHADOW, TITLE, Region, div) {
		//alert("mouseover"+Region_kurz)
                Tip(Land, SHADOW, true, TITLE, Region);
		//anprechpartner(Region_kurz);

   with(document.getElementById(div).style){
    if(display=="none"){
      if (div == 'nord-ost') {
        document.getElementById('sued-ost').style.display = "none";
      }
      else {
        document.getElementById('nord-ost').style.display = "none";
      }
      display="inline";
    }
    //else{
    //  display="none";
    //}
  }

		return false;
		alert("mouseover");
                //Tip(Land, SHADOW, true, TITLE, Region);
}

function ansprechpartner(div) { //alert(div);
   with(document.getElementById(div).style){
    if(display=="none"){
      if (div == 'nord-ost') {
        document.getElementById('sued-ost').style.display = "none";
      }
      else {
        document.getElementById('nord-ost').style.display = "none";
      }
      display="inline";
    }
    //else{
    //  display="none";
    //}
  }
}



function Zeigen () {
  alert(window.location.hash);
}


//var userflyHost = (("https:" == document.location.protocol) ? "https://secure.userfly.com" : "http://asset.userfly.com");
//document.write(unescape("%3Cscript src='" + userflyHost + "/users/28195/userfly.js' type='text/javascript'%3E%3C/script%3E"));


// <!-- ClickTale Top part -->
var WRInitTime=(new Date()).getTime();
//<!-- ClickTale end of Top part -->


//*Copy code below to the bottom of your web page before the /</body>/ tag
//<!-- ClickTale Bottom part -->
//<div id="ClickTaleDiv" style="display: none;"></div>
//<script src="http://s.clicktale.net/WRb.js" type="text/javascript"></script>
//<script type="text/javascript">
//if(typeof ClickTale=='function') ClickTale(7733,1,"www02");
//</script>
//<!-- ClickTale end of Bottom part --> 

