var bg = (document.layers) ? true : false
function KontaktFocus(theObj){ if (!bg && theObj) theObj.style.backgroundColor="#ddd"; }
function KontaktBlur(theObj){  if (!bg && theObj) theObj.style.backgroundColor="#fff"; }
function KontaktClick(theObj){ if (!bg && theObj) theObj.style.backgroundColor="#ddd"; }
function KontaktOver(theObj){  if (!bg && theObj) theObj.style.backgroundColor="#ddd"; }
function KontaktOut(theObj){   if (!bg && theObj) theObj.style.backgroundColor="#fff"; }