var Browser=new Object()
Browser.version = parseInt(navigator.appVersion)
Browser.IsIE=(navigator.appName.indexOf("Microsoft") != -1)
Browser.IsNE=(navigator.appName.indexOf("Netscape") != -1)

function SalirRapido(Tiempo)
  {
    setTimeout("history.back()",Tiempo*1000)
  }

function Index_onload()
  {
    if (Browser.IsNE && Browser.version<5)
	   return
	if (Browser.IsIE)
	   {
	     document.getElementById("MargenSup").className="LogoMarSupIE"
	     document.getElementById("LogoFlash").className="LogoFlashIE"
	   }
	if (Browser.IsNE)
	   {
	     document.getElementById("MargenSup").className="LogoMarSupNE"
	     document.getElementById("LogoFlash").className="LogoFlashNE"
	   }
  }

//===============CLICK================

<!--
var e=""; 
var message="** Bienvenido a JD Producciones **";
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 cambioimagenpop() {
     document.logokaido.src="imagenes/blogokai_d_p.jpg";
        }
function vuelveimagenpop() {
     document.logokaido.src="imagenes/blogokai_u_p.jpg";
        }
// -->

