function alert() {} 

//Teclas del mando


var botonRojo=19;
var botonVerde=115;
var botonAmarillo=45;
var botonAzul=27;
var botonBlanco=119;
var botonNegro=120;
var botonApagar=122;



/*

var botonRojo=82;
var botonVerde=87;
var botonAmarillo=84;
var botonAzul=69;
var botonBlanco=81;
var botonNegro=89;
*/

/*

//Teclas del mando
var botonRojo=97;
var botonVerde=103;
var botonAmarillo=105;
var botonAzul=99;
var botonBlanco=98;
var botonNegro=101;

*/








        // Evita seleccion de texto
document.onmousedown = new Function("return false");
document.onselectstart = new Function ("return false");
if (window.sidebar) {
   document.onmousedown = new Function("return false");
   document.onclick = new Function("return true");
}


