	function popup(pagina, largura, altura) {
		
		window.open(pagina ,'popup','top=0,left=0,width='+largura+',height='+altura+',location=0,menubar=0,resizable=0,scrollbars=yes,status=0,toolbar=0');
	}