function fotos(cual,titulo)
{
if(cont==1){ventana.close();ventana=null}
if(titulo==null){titulo=titulopordefecto}
ventana=window.open('','ventana','resizable=yes,scrollbars=no,titlebar="no"')
ventana.document.write('<html><head><style type="text/css"><!-- body { background: #eeeeee; } .foto { margin: 3px; } --></style> <title>' + titulo + '</title></head><body style="overflow:hidden" marginwidth="3" marginheight="3" topmargin="3" bottommargin="3" leftmargin="3" rightmargin="3" scroll="no" onUnload="opener.cont=0"><table border="1" align="center" bordercolor="#aaaaaa" cellpadding="0" cellspacing="0"><tr><td><a href="javascript:window.close()"><img src="' + cual + '" border="0" onLoad="opener.redimensionar(this.width, this.height)"></a></tr></td></table>');
ventana.document.close();
cont++;
}
function redimensionar(ancho, alto)
{
ventana.resizeTo(ancho+20,alto+60);
ventana.moveTo((screen.width-ancho)/2,(screen.height-alto)/2); //centra la ventana. Eliminar si no se quiere centrar el popup
}

var titulopordefecto = "Instituto Pyong Ahn de Taekwon-do  -  Galerķa de Fotos";
var ventana;
var cont=0;


var newwindow;
function lugar(url)
{
	newwindow=window.open(url,'name','toolbar=no,location=no,status=no,menbar=no, scrollbars=yes,resizable=no,width=560,height=500,left=50,top=50');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function comision(url)
{
	newwindow=window.open(url,'name','toolbar=no,location=no,status=no,menbar=no, scrollbars=yes,resizable=no,width=560,height=500,left=50,top=50');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function nov(url)
{
	newwindow=window.open(url,'name','toolbar=no,location=no,status=no,menbar=no, scrollbars=yes,resizable=no,width=590,height=500,left=50,top=50');
	if (window.focus) {newwindow.focus()}
}
