function openW(formato, url, janela) {
	if (formato == 1) {
		window.open(url, janela, 'width=520 height=400')
	} else {
		window.open(url, janela, 'width=400 height=520')
	}
}
