// JavaScript Document

function abrir_janela(URL) {
window.open(URL,'janela');
}
