function precarga() { // Carga de menu inicio0 = new Image(); inicio0.src = "/images/menu/inicio0.gif"; inicio1 = new Image(); inicio1.src = "/images/menu/inicio1.gif"; juegos0 = new Image(); juegos0.src = "/images/menu/juegosMac0.gif"; juegos1 = new Image(); juegos1.src = "/images/menu/juegosMac1.gif"; minis0 = new Image(); minis0.src = "/images/menu/miniJuegos0.gif"; minis1 = new Image(); minis1.src = "/images/menu/miniJuegos1.gif"; ipod0 = new Image(); ipod0.src = "/images/menu/juegosIpod0.gif"; ipod1 = new Image(); ipod1.src = "/images/menu/juegosIpod1.gif"; atclie0 = new Image(); atclie0.src = "/images/menu/atencion0.gif"; atclie1 = new Image(); atclie1.src = "/images/menu/atencion1.gif"; } function anadir(idJuego,accion) { if(accion == 1) document.location="?id="+idJuego; else document.location="?eliitem="+idJuego; } function cambioimagen(desti,numero){ document.images[numero+0].src= eval(desti + ".src"); } var DHTML = (document.getElementById || document.all || document.layers); function getObj(name) { if (document.getElementById) { this.obj = document.getElementById(name); this.style = document.getElementById(name).style; } else if (document.all) { this.obj = document.all[name]; this.style = document.all[name].style; } else if (document.layers) { this.obj = document.layers[name]; this.style = document.layers[name]; } } function invi(flag,id) { if (!DHTML) return; for(i=0; i<6; i++) { var nombre = 'barSubcategorias'+i; var x = new getObj(nombre); x.style.visibility = 'hidden'; } var nombre = 'barSubcategorias'+id; var x = new getObj(nombre); x.style.visibility = (flag) ? 'hidden' : 'visible' } function sales() { } function reservar(id){ document.location = "/reservas.html?idReserva="+id; }