function AbreJanela(x) { 
janela=window.open(x, '', 'scrollbars=yes,width=778, height=535'); 

} 
