function cambiasfondotab(colore) {
if (document.getElementById) {
	document.getElementById("testpng1").style.background = colore}
else if (document.all) {
	document.all["testpng1"].style.background = colore}
}

if (document.getElementById || document.all) {
document.write('	<center><table cellpadding=1 cellspacing=0><tr><td><table cellpadding=0 cellspacing=0><tr><td class="quadro_esterno"><table width="100%" cellpadding=0 cellspacing=0><tr><td class="quadro_interno3">');
document.write('		<table cellpadding=0 cellspacing=0 border=0><tr>');
document.write('		<td class="colore3" style="background:#ff8888" onmouseover="cambiasfondotab(\'#ff8888\')"><a href="#" class="colore2"><img src="../blank.gif" width=16 height=16 border=0 alt=""></a></td>');
document.write('		<td class="colore3" style="background:#ffcc88" onmouseover="cambiasfondotab(\'#ffcc88\')"><a href="#" class="colore2"><img src="../blank.gif" width=16 height=16 border=0 alt=""></a></td>');
document.write('		<td class="colore3" style="background:#ddcc99" onmouseover="cambiasfondotab(\'#ddcc99\')"><a href="#" class="colore2"><img src="../blank.gif" width=16 height=16 border=0 alt=""></a></td>');
document.write('		<td class="colore3" style="background:#ddff99" onmouseover="cambiasfondotab(\'#ddff99\')"><a href="#" class="colore2"><img src="../blank.gif" width=16 height=16 border=0 alt=""></a></td>');
document.write('		<td class="colore3" style="background:#ddeeff" onmouseover="cambiasfondotab(\'#ddeeff\')"><a href="#" class="colore2"><img src="../blank.gif" width=16 height=16 border=0 alt=""></a></td>');
document.write('		<td class="colore3" style="background:#99aadd" onmouseover="cambiasfondotab(\'#99aadd\')"><a href="#" class="colore2"><img src="../blank.gif" width=16 height=16 border=0 alt=""></a></td>');
document.write('		<td class="colore3" style="background:#6060aa" onmouseover="cambiasfondotab(\'#6060aa\')"><a href="#" class="colore2"><img src="../blank.gif" width=16 height=16 border=0 alt=""></a></td>');
document.write('		<td class="colore3" style="background:#ffffff" onmouseover="cambiasfondotab(\'#ffffff\')"><a href="#" class="colore2"><img src="../blank.gif" width=16 height=16 border=0 alt=""></a></td>');
document.write('		</tr></table>');
document.write('	</td></tr></table></td></tr></table></td></tr></table></center>');
}