//Disable right click script III- By Renigade (renigade@mediaone.net)
   //For full source code, visit <a href="/out.php?http%3A%2F%2Fwww.dynamicdrive.com" target="_blank">http://www.dynamicdrive.com</a>
   var message = "";

   function clickIE(){
    if (document.all){
     (message);
     return false;
    }
   }

   function clickNS(e){
    if (document.layers || (document.getElementById && !document.all)){
     if (e.which == 2 || e.which == 3){
      (message);
      return false;
     }
    }
   }

   if (document.layers){
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown = clickNS;
   } else {
    document.onmouseup = clickNS;
    document.oncontextmenu = clickIE;
   }
   document.oncontextmenu = new Function("return false")


var tieneOrgano=false;
var numerofoto=parseInt(6*Math.random())+1;
function cambiar(){
numerofoto+=1;
if(numerofoto>6){numerofoto=1}
ristra=(numerofoto>3)?'<img src="img/fotoab'+(numerofoto-3)+'.jpg"><img src="img/fotoc'+(numerofoto-3)+'.jpg">':'<img src="img/fotoa'+numerofoto+'.jpg"><img src="img/fotob'+numerofoto+'.jpg"><img src="img/fotoc'+numerofoto+'.jpg">';
document.getElementById("piederecho").innerHTML=ristra;
setTimeout("cambiar()",5000);
}

function colocarpie(){
imagenes=document.getElementById("piederecho");
altura =(document.all)?document.body.offsetHeight:window.innerHeight;
if(altura>200){
punto=altura-70;
document.getElementById("pieizquierdo").style.top=punto+"px";
document.getElementById("piederecho").style.top=punto+"px";
document.getElementById("piederecho2").style.top=punto+"px";
document.getElementById("piecentro").style.top=punto+"px";
document.getElementById("cuerpo").style.height=(punto-95)+"px";

if(tieneOrgano){document.getElementById("portaimagen").style.height=punto-30;}
}
}

function abrirOir(){
x=screen.width;
y=screen.height;
x=(x-350)/2;
y=(y-250)/2;
informacion=window.open("about:blank","ventanita","width=350,height=250,left="+x+",top="+y);
informacion.document.open();
informacion.document.write("<html><head><style>body{padding:10px;color:navy;font:normal 10px/20px verdana;text-align:justify;}#titulo{color:black;font: normal 28px/15px 'Monotype Corsiva';text-align:left;}</style><title>Cómo escucharnos</title></head><body><p id='titulo'>¿Quiere escucharnos?</p>Para que pueda descubrir la gran calidad de nuestros intérpretes le invitamos a venir a ESCUCHARNOS EN DIRECTO todas las semanas (Madrid y Barcelona) para que pueda ver, sin trucos, la gran profesionalidad de nuestros artistas, la gran belleza de nuestro repertorio y la gran calidad de nuestras actuaciones. Pongasé en contacto con nosotros y le informaremos de donde y cuando podrá escucharnos.</body></html>")

}
