<!--
function open_popupnews(page) {
 mafenetrenews = window.open(page, "detail", "menubar=no, status=no, scrollbars=yes, menubar=no, width=650, height=600");
 mafenetrenews.focus();
}
//-->