/*function janelaSecundaria(url,name) {
popupWin = window.open(url, name,
'menubar=yes,toolbar=yes,location=yes,resizable=yes,width=750,height=550');
}*/

function janelaSecundaria (URL){
   window.open(URL,"janela1","width=750,height=550,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes")
}

