function popup(arquivo,largura,altura,scrol){
	calcleft = (screen.width / 2) - (largura / 2)
	calctop = (screen.height / 2) - (altura / 2)
	open(arquivo,"popup","status,width=" + largura + ",height=" + altura + ",left=" + calcleft + ",top=" + calctop + ",scrollbars=" + scrol)
}
