
function testo(color) {
var odiv=document.getElementById(color);
odiv.style.background="#FFFFFF";
odiv.firstChild.firstChild.style.color="#C5D9F5";
}
function testo1(color) {
var odiv=document.getElementById(color);
odiv.style.background="#FFFFFF";
odiv.firstChild.firstChild.style.color="#000000";
}





function testo3(colore) {
var oDiv = document.getElementById(colore);
oDiv.setAttribute("color","#ff9900");
}
function testo4(colore) {
var oDiv = document.getElementById(colore);
oDiv.setAttribute("color","black");
}

function testo5(colore) {
var oDiv = document.getElementById(colore);
oDiv.setAttribute("color","#ff9900");
}
function testo6(colore) {
var oDiv = document.getElementById(colore);
oDiv.setAttribute("color","#6C70EC");
}

function testo7(colore) {
var oDiv = document.getElementById(colore);
oDiv.setAttribute("color","BLACK");
}
function testo8(colore) {
var oDiv = document.getElementById(colore);
oDiv.setAttribute("color","#999999");
}



function popupwindow(indirizzo){
window.open(indirizzo,"","height=350,width=500,menubar=0,resizable=0,scrollb ars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function cambio(url) {
	document.location.href=""+url
}

	function cambiop(ct) {
	document.location.href="corner.asp?ct="+ct
}





 