codice:
if(wuser=='') {
  old = document.login.user.style.backgroundColor; 		
  document.login.user.style.backgroundColor = '#b20000';
  setTimeout("document.login.user.style.backgroundColor='"+old+"'",4000);
  rv = false;
}
L'altro e' simile.

ciao