		function abrePop(pag,nome,w,h,s){
			l = (screen.width - w) / 2;
			t = (screen.height - h) / 2;
			newPop = window.open(pag,nome,'width='+w+',height='+h+',top='+t+',left='+l+',scrollbars='+s);
		}
