// JavaScript Document

function janelaSecundaria (URL){ 
   window.open(URL,"janela1","width=450,height=350,scrollbars=NO") 
} 
