function popUp(pPage,pWidth,pHeight) {
   newWindow = window.open(pPage,'Notícia','width=' + pWidth + ',scrollbars=yes,height=' + pHeight);
   newWindow.focus();
}