function cambia(valor) 
{ 
document.all(valor).width="50"; 
document.all(valor).height="50"; 
} 
