<!--

//Browserdetection
var Browser = "";
var Bnam = navigator.appName;
var Bver = navigator.appVersion;
var Bver = Bver.substr(0,1);

if(Bnam == "Microsoft Internet Explorer" && Bver > 3) {
Browser = "IE5"; }
//else if(Bnam == "Netscape" && Bver > 4) {
//Bok = "NS"; }

//Einstellen
var rot = "#B54D42";
var gelb = "#0071C6";
var grau = "#666666";

//style mouseover functions
var test = "<?=$kstyle?>";

if(Browser == "IE5") {

function on(k) {
    var x = "k"+k;
    if(x != test || test == "k0") {
    document.all[x].style.backgroundColor = gelb;}}
function on2(k) {
    var x = "k"+k;
    if(x != test) {
    document.all[x].style.backgroundColor = grau;}}
function off1(k) {
    var x = "k"+k;
    if(x == test && test != "k0") {
    document.all[x].style.backgroundColor = rot;}else{
    document.all[x].style.backgroundColor = "#6699cc";}}
function off2(k) {
    var x = "k"+k;
    if(x == test) {
    document.all[x].style.backgroundColor = rot;}else{
    document.all[x].style.backgroundColor = "#8C8E8C";}}

if(document.all["<?=$kstyle?>"]){
//document.all["<?=$kstyle?>"].style.color = "#000000";
document.all["<?=$kstyle?>"].style.backgroundColor = rot;}
if(test == "k0"){
document.all["<?=$kstyle?>"].style.backgroundColor = "#6699cc";}
}

// -->

