function popUpAnuario2k9 () {
	ancho = (screen.width-1015)/2;
	alto = (screen.height-650)/2;
	window.open("anuario2k9/anuario.html","anuario","toolbar=NO,location=NO,directories=NO,channelmode=NO,menubar=NO,status=NO,scrollbars=NO,resizable=NO,width=1015,height=650,left="+ancho+",top="+alto );
}
function popUpAnuario () {
	ancho = (screen.width-800)/2;
	alto = (screen.height-600)/2;
	window.open("anuario.html","anuario","toolbar=NO,location=NO,directories=NO,channelmode=NO,menubar=NO,status=NO,scrollbars=NO,resizable=NO,width=800,height=600,left="+ancho+",top="+alto );
}
function showInWindow (path) {
	ancho=(screen.width-750)/2;
	alto=(screen.height-800)/2;
	window.open("galeriasFGA/"+path+"/base0.html", "FGA", "toolbar=NO,location=NO,directories=NO,channelmode=NO,menubar=NO,status=NO,scrollbars=YES,resizable=NO,width=750,height=800,left="+ancho+",top="+alto );
}
