function mOn (S) {if ((document.all && document.all.item)) S.style.backgroundColor = "#DFDFDF";}
function mOff (S) {if ((document.all && document.all.item)) S.style.backgroundColor = "#FFFFFF";}

