

function cOn1(tr){
if(document.getElementById||(document.all && !(document.getElementById))){
tr.style.backgroundColor="#003366";
}
}

function cOut1(tr){
if(document.getElementById||(document.all && !(document.getElementById))){
tr.style.backgroundColor="#003D78";
}
}

function cOn2(tr){
if(document.getElementById||(document.all && !(document.getElementById))){
tr.style.backgroundColor="#003D78";
}
}

function cOut2(tr){
if(document.getElementById||(document.all && !(document.getElementById))){
tr.style.backgroundColor="#003366";
}
}