function VerFicha(sFicha){
	window.open(sFicha,'Ficha','top=10,left=10,width=700,height=550,resizable=yes,scrollbars=yes');
}