function changebckgr(b, c1){
p=document.getElementById(b);
p.style.background=c1; 
return true;
}

function backbackgr(b, c1){
p=document.getElementById(b);
p.style.background=c1; 
return true;
}


