//<html>
//<head><!-- PageID 543238 - published by RedDot 7.1 - 7.1.0.22 - 16807 -->
//<title>voith_tailer.js</title>
//<head>
//<body>

//<!-- template="con_901_js" title="voith_tailer.js" ownID="543238" ownURL="/sys/js/voith_tailer.js" -->
var bCountryDependentContentParsed = false;
function setCountryDependentContent() {
 if(typeof aCdCText != "undefined") {
  for(var i=0; i<aCdCText.length; i++) {
   if(document.getElementById("cdc"+i)) {
    oElem = document.getElementById("cdc"+i);
    if(aCdCText[i] == "HIDE") {
     if(oElem.tagName == "OPTION") {
      oElem.parentNode.removeChild(oElem);
     }else{
      oElem.style.display = "none";
     }
    }else if(aCdCText[i] == "SHOW") {
     oElem.style.display = "";
    }else{
     oElem.innerHTML = aCdCText[i];
    }
   }
  }
 }
 
}

function trySetCountryDependentContent() {
 //alert(document.body.readyState);
 if(!bCountryDependentContentParsed) {
  bCountryDependentContentParsed = true;
  if(!bContentForUSA) {
    setCountryDependentContent();
  }else{
    if(document.getElementById("cdcLink")) {
      document.getElementById("cdcLink").style.display = "none";
    }
  }
 
 }
 
}
// Beim OnLoad die Laenderabhaengigen Inhalte laden
fTmpOnLoad = window.onload;
if(fTmpOnLoad) {
 window.onload = function(){trySetCountryDependentContent();fTmpOnLoad();};
}else{
 window.onload = function(){trySetCountryDependentContent();};
}

//</body>
//</html>
//io need this
//