<!--
function elm(str)
{
	return 	document.getElementById(str);
}


function swapsfondo(elm,nome,status,type)
{
	li=elm.parentNode;
	//alert("url(/Img/"+nome+status+"."+type+")")
	li.style.backgroundImage="url(Img/"+nome+status+"."+type+")";
	
}


// -->
