function pagina(ref)
{
	window.open("tabela.php?ref="+ref, "", "resizable=no,toolbar=no,status=no,menubar=no,maximize=no,scrollbars=no,width=150,height=300");
}