function abrePop(pagina){
	window.open(pagina,'nomeJanela','width=600,height=450,top=0,left=0,scrollbars=yes,resizable=yes');
}