/* ts js */function pop(b,f,br,ho){    //alert("open"+b+f+br+ho+tb);    if(br == "*" && ho == "*") {	//alert("**");	    fenster = window.open(b,f,"width="+br+",height="+ho+",toolbar=yes,scrollbars=yes,status=yes,menubar=yes,location=yes");    }    else {	fenster = window.open(b,f,"width="+br+",height="+ho+",toolbar=no,status=no,menubar=no");	}    }    function cc(tar,col) {    // farbwechsel bei ts-logo    document.getElementById(tar).style.backgroundColor = col;}
