window.onload = fixClickMeObjProblem;
function fixClickMeObjProblem() {
 //Fix Eolas' patent ('Click to activate and use this control' problem in Opera/IE)
 var htmlObjects = document.getElementsByTagName("object");
 for (i = 0; i < htmlObjects.length; i++) {
  htmlObjects[i].outerHTML += "";
 }
}


function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#FCEED5";
}
}

function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="";
}
}

function lOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#F91B10";
}
}

function lOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="";
}
}

function lOn1(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#0F1D7E";
}
}

function lOut1(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="";
}
}


