var fila= null; function pulsar(obj) { obj.style.background = 'orange'; if (fila != null && fila != obj) fila.style.background = 'white'; fila = obj; document.location = "myurl.php?id="+myparam }