Cargando...

Bloc de notas
X
Paint
X
Inicio
function abrirImagen(){ document.getElementById("imagenWindow").style.display = "block"; } function cerrarImagen(){ document.getElementById("imagenWindow").style.display = "none"; }