
function localiza(url){
	window.open(url,"","width=554, height=396");
}

function abre_video(url){
	window.open(url,"", "width=355, height=310");	
}

function abre_fila(url){
	window.open(url,"", "width=800, height=480, scrollbars=yes");	
}

function abre_fotos(url){
	window.open(url,"", "width=550, height=413");	
}

function abre_transplante(url){
	window.open(url,"", "width=474, height=413, scrollbars=yes");	
}

function popupImageWindow(url) {
  window.open(url,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}

var i=0;
function resize() {
  if (navigator.appName == 'Netscape') i=40;
  if (document.images[0]) window.resizeTo(document.images[0].width +17, document.images[0].height+78-i);
}

function abre_bibliografia(url){
	window.open(url,"", "width=418, height=300, scrollbars=yes");	
}