
function chbg(objectref, coloris)
{
document.getElementById(objectref).style.backgroundColor=coloris;
}