function openpopupLiveTg24_16_9(urlPopup)
{
var height = 380,
    width = 843,
    left = (screen.width/2)-(width/2),
    top = (screen.height/2)-(height/2);
window.open(urlPopup,"","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,top=" + top + ",left=" + left);
}

function openpopup(urlPopup)
{
var height = 400,
    width = 500;
    //left = (screen.width/2)-(width/2),
    //top = (screen.height/2)-(height/2);
window.open(urlPopup,"","width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,top=5,left=5");
}


