// PopUpCoca
function popup(Arquivo,Largura,Altura,Redir,Scroll){
	window.open(Arquivo,'blank', 'toolbar=no,location=no,directories=no,status=no,menubar=no,Scrollbars='+Scroll+',resizable='+Redir+',width='+Largura+',height='+Altura+',left=' + (screen.width - 400)/2 + ',top=' + (screen.height - 300)/2);
}
