function abrePop(url, w, h) { 
	janela = window.open(url,'janela','width='+w+',height='+h+',scrollbars=no');
	janela.focus();
}
