Poplegales = null;

function poplegales (url){

	if(Poplegales && !Poplegales.closed){

		Poplegales.close();

	}

	

	Poplegales = window.open(url,"Condiciones_legales","width=630,height=550,scrollbars=1");

	Poplegales.resizeTo (630,550);

	Poplegales.focus();

}



Foto = null;

function ver_foto(foto,pie_foto){

	if(Foto && !Foto.closed){

		Foto.close();

	}

	

	Foto = window.open ("foto.php?foto="+foto+"&pie_foto="+pie_foto,"FotoWin","width=725,height=560,status=yes,resize=1");



	Foto.focus();

}

Popestructura = null;

function popestructura (url){

	if(Popestructura && !Popestructura.closed){

		Popestructura.close();

	}

	

	Popestructura = window.open(url,"Estructura","width=630,height=550,scrollbars=1");

	Popestructura.resizeTo (630,550);

	Popestructura.focus();

}

Popform = null;

function popform (url){

	if(Popform && !Popform.closed){

		Popform.close();

	}

	

	Popform = window.open(url,"Licencias","width=900,height=800,scrollbars=1");

	Popform.resizeTo (900,800);

	Popform.focus();

}


