function AbreJanela(x) { 
janela=window.open(x, '', 'scrollbars=no,width=730, height=489'); 

} 