/*var highlightbehavior="li"

var ns6=document.getElementById&&!document.all
var ie=document.all
*/
function changeto(nome, immagine){
	//alert(nome);
	//alert(highlightcolor);
	//source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
	document.getElementById(''+nome+'').style.backgroundImage = 'url("'+immagine+'")';
	//document.getElementById(''+nome+'').style.backgroundImage = highlightcolor;
	//document.bgColor = highlightcolor;
	//document.getElementById(nome).style.backgroundColor="#"+highlightcolor;
}

function changeback(nome){
	/*if (ie&&(event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")||source.tagName=="div")
	return
	else if (ns6&&(contains_ns6(source, e.relatedTarget)||source.id=="ignore"))
	return
	if (ie&&event.toElement!=source||ns6&&e.relatedTarget!=source)*/
	//document.getElementById(nomeout).style.backgroundColor="#"+originalcolor;
	document.getElementById(''+nome+'').style.backgroundImage = 'url("image/bg_riga.jpg")';
}
