/*#Javascript fuer wibu.de + wibu.com #Die Darstellung der Inhalte dieser Webseite erfordert eine neuere Version von Macromedia Flash Player. Klicken Sie auf OK um die neue Version herunterzuladen. Folgen Sie den Installationsanweisungen und rufen Sie die Webseite nach erfolgreicher Installation erneut auf.*/

function onLoadFunction() {

MM_CheckFlashVersion('7,0,0,0',' Displaying the contents of this website requires the latest version of Macromedia Flash Player. Click OK to download the latest version. Please follow the instructions, and re-open this website after successful installation.');

startscroll();

function pulldown_laender() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("laenderauswahl");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="li") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}

/*#Javascript fuer wibu.de + wibu.com:Länderauswahl #*/


sfHover = function() {
var sfEls = document.getElementById("drop").getElementsByTagName("li");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

}






function oeffnefenster (url) {
 fenster = window.open(url, "fenster1", "top=100,left=100,width=340,height=260,status=no,scrollbars=no,resizable=no");
 fenster.focus();
}
function oeffnefensterblank (url) {
 fenster = window.open(url, "_blank", "width=600,height=400,status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
}



function MM_CheckFlashVersion(reqVerStr,msg){
  with(navigator){
    var isIE  = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
    var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
    if (!isIE || !isWin){  
      var flashVer = -1;
      if (plugins && plugins.length > 0){
        var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
        desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
        if (desc == "") flashVer = -1;
        else{
          var descArr = desc.split(" ");
          var tempArrMajor = descArr[2].split(".");
          var verMajor = tempArrMajor[0];
          var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
          var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
          flashVer =  parseFloat(verMajor + "." + verMinor);
        }
      }
      // WebTV has Flash Player 4 or lower -- too low for video
      else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;

      var verArr = reqVerStr.split(",");
      var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
  
      if (flashVer < reqVer){
        if (confirm(msg))
          window.location = "http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
      }
    }
  } 
}
