function Cambia(item)
{
	controllo=""

		//img2="http://www.youbuy.it/images/noImg.gif"
		img2="/images/imgNO.gif"
		//alert(img2 +" -" + item )
		document.getElementById(item).src=img2
	
}

function controlla (theForm) {
	
	if (theForm.cerca.value=="") {
		alert("Inserisci almeno una parola da ricercare.")
		theForm.cerca.focus();
		return false
	}
		
	return true
}
