function riquadro(che,color,msg){
window.status=msg;
if (document.all||document.getElementById){
che.style.borderColor=color}
}