

function ficha(num){
	ventana = window.open("../Portals/0/ficha.aspx?id=" + num,"ficha","height=300,width=300,scrollbars=no,resizable=0");
}
