<!--
// © del autor / © of the author
// Julio Guri - jguri@docum.com
// No estás autorizado a utilizar este código o modificaciones derivadas del mismo sin permiso del autor
// You are not allowed to use this code or modifications derived from it without permission of the author.
var text='';
var page ='';
var izq=355;
if (navigator.appName=='Netscape') {izq=348}
function g_foto(text) {
if (page && !page.closed) {
page.close();
}
var page = window.open('void.htm?'+text,'pag','height=350,width=300,top=0,left='+izq+',toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes');
}
//-->
