var rss = "#cc0000";
var nro = "#dddddd";
var grg = "#444444";
var bnc = "#ffffff";
var grc = "#777777";
var ngr = "#cccccc";
var nrr = "#000000";

function simulateOver(li, idHref, bgColor, fgColor) {
	li.style.backgroundColor = bgColor
	var link = document.getElementById(idHref)
/*	link.style.foregroundColor = fgColor*/
	link.style.color = fgColor
}

function eseguiLink (id) {
	var nome = document.getElementById(id);
	window.location.href = nome.getAttribute('href');
}
