function SalirRapido(Tiempo)
  {
    setTimeout("history.back()",Tiempo*1000)
  }



//===============CLICK================

<!--
var e=""; 
var message="** Bienvenido a Gil & Berrocal   - abogados - **";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->

<!-- Cambio imágenes -->
function cambioimagen1() {
     document.kaido.src="Imagenes/BLogoKai_d_p.jpg";
        }
function vuelveimagen1() {
     document.kaido.src="Imagenes/BLogoKai_u_p.jpg";
        }
// -->
        
