function ktagpopUpWindow(url,size_x,size_y,scroll){
 size_x = size_x+20;
 size_y = size_y+20;
  if(size_x > screen.availWidth){
    size_x = screen.availWidth;
  }
  if(size_y > screen.availHeight){
    size_y = screen.availHeight;
  }
 pos_x = (screen.availWidth - size_x)/2;
 pos_y = (screen.availHeight - size_y)/2;
 fenster = window.open(url, "popup", "width="+size_x+",height="+size_y+",left="+pos_x+",top="+pos_y+",location=no,menubar=no,toolbar=no,status=no,scrollbars="+scroll+",resizable=no");
 fenster.focus();
}

function showSub(node) {
    tab = node.getElementsByTagName("table")[0];
    if(tab)    
        tab.style.display = "block";
}
function hideSub(node) {
    tab = node.getElementsByTagName("table")[0];
    if(tab)
        tab.style.display = "none";
}

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("ktagsubnav");
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", "");
   }
   }
  }
 }
}
function button_hover(b){
 //b.style.cursor="";
 b.style.backgroundPosition="0px -22px"; 
}
function button_normal(b){
 b.style.backgroundPosition="0px 0px";
}
 
    function openIEPopup(infoEintragName, page)
    {
      window.open('http://my.klicktel.de/scout_branch.php?id=301205', 'scout', 'width=700,height=740,scrollbars=yes');
      //ktpopie.focus();
      //return(false);
    }

function writeFlash(val) {
	document.write(val);
}    
    