function exibePopup(file) {
	window.open(file, '', 'width=1024,height=768,status=no,scrollbars=yes,resizable');
}