function bar_over(pobj) {
	pobj.className = "CURCOLOR";
	(document.getElementById('t'+pobj.id)).className = "BARCURCELL"; 
}

function bar_out(pobj) {
	pobj.className = "DARKCOLOR";
	(document.getElementById('t'+pobj.id)).className = "BARITEM"; 
}