function windowOpen(janela, w, h){
	window.open(janela,"PopUp",'width='+w+',height='+h+',top=0,left=0,scrollbars=0,toolbar=0,location=0,status=0,menubar=0,resizable=0')
}