Ficha = null;

function ver_ficha(src){
	if(Ficha && !Ficha.closed){
		Ficha.close();
	}
	Ficha = window.open(src,"FichaWin","width=480,height=500,scrollbars=yes");
	Ficha.focus();
}