
function popupNewsl(url) {
    newwindow = window.open(url, 'NewslAccept', 'height=500, width=500');
    if (window.focus) { newwindow.focus() }
    return false;
}
