// JavaScript Document

function popNews(pagina,lugar) {
window.open(pagina, lugar, 'width=700,height=650,scrollbars=yes');
}
