// JavaScript Document
function janelaSecundaria (URL){
   window.open(URL, 'janela1', 'status=no, toolbar=no, location=no, directories=no, resisable=no, top=10, left=10, scrollbars=yes, width=275, height=170')
}
function janelaAudioTestemunho (URL){
   window.open(URL, 'janela1', 'status=no, toolbar=no, location=no, directories=no, resisable=no, top=10, left=10, scrollbars=yes, width=300, height=200')
}
