document.write('');
document.write('
');
document.write('
');
document.write(' ');
document.write(' ');
document.write('  | ');
document.write('
');
document.write('
');
document.write('
');
document.write('');
document.write('
');
document.write(' ');
document.write(' | ');
document.write('');
document.write(' | ');
document.write('
');
document.write('
');
document.write('
');
document.write('');
document.write('');
document.write('');
document.write('
');
document.write(' ');
document.write(' | FOTO AMPLIADA | ');
document.write(' CERRAR | ');
document.write('
');
document.write(' ');
document.write(' | ');
document.write('
');
document.write('
');
document.write('
');
document.write('');
function abrefoto(foto)
{
window.open('../extras/imagenes/'+foto,'foto','');
var micapa = document.getElementById("fotodiv");
micapa.style.left=(screen.width-640)/2;
micapa.style.visibility = "visible";
}
function abrefotoalbum(foto)
{
window.open('http://www.jonico.es/extras/imagenes/'+foto,'foto','');
var micapa = document.getElementById("fotodiv");
micapa.style.left=(screen.width-640)/2;
micapa.style.visibility = "visible";
}
function cierrafoto()
{
var micapa = document.getElementById("fotodiv");
micapa.style.visibility = "hidden";
}