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

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

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

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


