function abrir()
	{
		window.open('tabela.html', 'Nutriphill', "status=no, resize=no, scrollbars=no, width=600, height=463");
	}
	
function abrirGraos()
	{
		window.open('tabela_graos.html', 'Nutriphill', "status=no, resize=no, scrollbars=no, width=600, height=463");
	}
