function zeige(adresse)
{ 
  window.open(adresse, "_self");
}


function setBgLevel(objekt)
{ 
    objekt.style.backgroundColor = "rgb(16, 114, 65)";
}


function resetBgLevel1(objekt)
{ 
    objekt.style.backgroundColor = "rgb(168, 18, 29)";
}


function resetBgLevel2(objekt)
{ 
    objekt.style.backgroundColor = '#66CC33';
}




function resetBg_bak(objekt)
{ 
    objekt.style.backgroundColor = 'rgb(0, 64, 0)';
    objekt.style.backgroundImage = "";
}
