function onColor(blah){
blah.style.backgroundColor='#ebf2ef';}
function offColor(blah){
blah.style.backgroundColor='#fcfee6';}

function puste()
{

var tab=document.getElementsByTagName("TD");
var i=0;


while (tab[i]=="[object]")
{

if (tab[i].innerHTML=="")
{
tab[i].innerHTML="&nbsp;";
}
i++;

}


}
