<!--
function cellImg(idCell, imgName) {
	document.getElementById(idCell).style.backgroundImage = "url(" + imgName + ")";
}
//-->
