
<!--
defaultStatus = "RICAMBI MILANO"

//-->


function cambiacolore(ee, color) {
while (ee.tagName.toUpperCase() != 'TD' && ee != null)
ee = document.all ? ee.parentElement : ee.parentNode;
if (ee)
ee.bgColor = color;
}