function novaJanela(novoLink, width, height){
	janela = window.open(novoLink, "banner", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width=" + width + ", height=" + height + " , top=100")
}
