function mouseCuadro(a,b,c){if(a=="imagen"){HTMLPeq='<img src="recursos/iconos/foto_gde.gif" alt="imagen" />';imagenId="imagen_"+c;if(document.getElementById(imagenId).style.height!="352px")document.getElementById(imagenId).style.background="url('recursos/imagenes/thumbs/"+b+"b.jpg') top left no-repeat"}else if(a=="narrativa"){narrativaId="narrativa_titulo_"+c;document.getElementById(narrativaId).innerHTML=b}return true}
function clickCuadro(a,b,c){if(a=="imagen"){HTMLPeq='<img src="recursos/iconos/foto_gde.gif" alt="imagen" />';imagenId="imagen_"+c;if(document.getElementById(imagenId).style.height=="352px"){document.getElementById(imagenId).style.height="100px";document.getElementById(imagenId).style.width="100px";document.getElementById(imagenId).innerHtml=HTMLPeq;document.getElementById(imagenId).style.background="url('recursos/imagenes/thumbs/"+b+"b.jpg') top left no-repeat"}else{document.getElementById(imagenId).innerHTML=
"";document.getElementById(imagenId).style.width="352px";document.getElementById(imagenId).style.height="352px";document.getElementById(imagenId).style.background="black url('recursos/imagenes/completo/"+b+".jpg') center no-repeat"}}else if(a=="narrativa"){narrativaId="narrativa_"+c;narrativa_Id="narrativa_texto_"+c;if(document.getElementById(narrativaId).style.width=="352px"){document.getElementById(narrativa_Id).style.display="none";document.getElementById(narrativaId).style.width="100px";document.getElementById(narrativaId).style.height=
"100px";document.getElementById(narrativaId).style.background="white url('recursos/iconos/narrativa_gde.gif') top left no-repeat"}else{document.getElementById(narrativaId).style.background="none";document.getElementById(narrativaId).style.width="352px";document.getElementById(narrativaId).style.height="352px";document.getElementById(narrativa_Id).style.display="block"}}return true}
function abrirCerrar(a,b){if(b=="abrir")if(a=="all_random"||a=="crono"){for(a=1;a<=24;a++){imagenId="imagen_"+a;document.getElementById(imagenId).innerHTML="";document.getElementById(imagenId).style.width="352px";document.getElementById(imagenId).style.height="352px";document.getElementById(imagenId).style.background="black url('recursos/imagenes/completo/"+a+".jpg') center no-repeat"}for(a=1;a<=15;a++){narrativaId="narrativa_"+a;narrativa_Id="narrativa_texto_"+a;document.getElementById(narrativaId).style.background=
"none";document.getElementById(narrativaId).style.width="352px";document.getElementById(narrativaId).style.height="352px";document.getElementById(narrativa_Id).style.display="block"}}else if(a=="imagen")for(a=1;a<=24;a++){imagenId="imagen_"+a;document.getElementById(imagenId).innerHTML="";document.getElementById(imagenId).style.width="352px";document.getElementById(imagenId).style.height="352px";document.getElementById(imagenId).style.background="black url('recursos/imagenes/completo/"+a+".jpg') center no-repeat"}else{if(a==
"narrativa")for(a=1;a<=15;a++){narrativaId="narrativa_"+a;narrativa_Id="narrativa_texto_"+a;document.getElementById(narrativaId).style.background="none";document.getElementById(narrativaId).style.width="352px";document.getElementById(narrativaId).style.height="352px";document.getElementById(narrativa_Id).style.display="block"}}else if(b=="cerrar")if(a=="all_random"||a=="crono"){for(a=1;a<=24;a++){imagenId="imagen_"+a;HTMLPeq='<img src="recursos/iconos/foto_gde.gif" alt="imagen" />';document.getElementById(imagenId).style.height=
"100px";document.getElementById(imagenId).style.width="100px";document.getElementById(imagenId).innerHtml=HTMLPeq;document.getElementById(imagenId).style.background="url('recursos/imagenes/thumbs/"+a+"b.jpg') top left no-repeat"}for(a=1;a<=15;a++){narrativaId="narrativa_"+a;narrativa_Id="narrativa_texto_"+a;document.getElementById(narrativa_Id).style.display="none";document.getElementById(narrativaId).style.width="100px";document.getElementById(narrativaId).style.height="100px";document.getElementById(narrativaId).style.background=
"white url('recursos/iconos/narrativa_gde.gif') top left no-repeat"}}else if(a=="imagen")for(a=1;a<=24;a++){imagenId="imagen_"+a;HTMLPeq='<img src="recursos/iconos/foto_gde.gif" alt="imagen" />';document.getElementById(imagenId).style.height="100px";document.getElementById(imagenId).style.width="100px";document.getElementById(imagenId).innerHtml=HTMLPeq;document.getElementById(imagenId).style.background="url('recursos/imagenes/thumbs/"+a+"b.jpg') top left no-repeat"}else if(a=="narrativa")for(a=1;a<=
15;a++){narrativaId="narrativa_"+a;narrativa_Id="narrativa_texto_"+a;document.getElementById(narrativa_Id).style.display="none";document.getElementById(narrativaId).style.width="100px";document.getElementById(narrativaId).style.height="100px";document.getElementById(narrativaId).style.background="white url('recursos/iconos/narrativa_gde.gif') top left no-repeat"}return true};