function popSeNews(url) {
    var w=508;
    var h=192;
    var leftPosition = (screen.width) ? (screen.width-w)/2 : 0;
    var topPosition = (screen.height) ? (screen.height-h)/2 : 0;
    var popSeNews=window.open(url,'seNews','width='+w+',height='+h+',top='+topPosition+',left='+leftPosition+',scrollbars=no,resizable=yes,status=no,location=no,toolbar=no');
    popSeNews.focus();
}


function popliveRL() {
    var w=568;
    var h=500;
    var leftPosition = (screen.width) ? (screen.width-w)/2 : 0;
    var topPosition = (screen.height) ? (screen.height-h)/2 : 0;
    var popWebcam1=window.open('/rl/ascolta.do','ascolta','width='+w+',height='+h+',top='+topPosition+',left='+leftPosition+',scrollbars=no,resizable=yes,status=no,location=no,toolbar=no');
    popWebcam1.focus();
}


function popliveLR() {
    var w=568;
    var h=500;
    var leftPosition = (screen.width) ? (screen.width-w)/2 : 0;
    var topPosition = (screen.height) ? (screen.height-h)/2 : 0;
    var popWebcam1=window.open('/rl/linearock/ascolta.do','ascoltarock','width='+w+',height='+h+',top='+topPosition+',left='+leftPosition+',scrollbars=no,resizable=yes,status=no,location=no,toolbar=no');
    popWebcam1.focus();
}
