function openPopUp(janela,titulo,altura) {
	window.open(janela,titulo,"width=370,height=" + altura + ",status=no,scrollbars=yes,top=50,left=50");
}