function roll(posicio, iditem, estil)
{
	if (posicio == "on"){
		document.getElementById(iditem).className=estil;
	} else {
		document.getElementById(iditem).className=estil;
	}
}
