//funzioni 

function changeBackGround(d){
	d.style.background = '#006699';
	d.style.color = '#ffffff';
}

function restoreBackGround(d){
	d.style.background = '#ffffff';
	d.style.color = '#006699';
}

function finestra(str) {
        searchWin = window.open(str,'finestra','scrollbars=yes,resizable=no,width=405,height=300,status=no,location=no,toolbar=no');
}

function OpenPopup(url,larg,lung) {
var hwnd=window.open(url,"popup","width="+larg+", height="+lung+", scrollbars=yes, toolbar=no, resizable=yes");
}
