 <!--
 function PopupCentrata() {
   var w = 260;
var h = 30;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("player.php","","width="+ w + ",height=" + h + ",top=" + t +",left="+ l +",status=no, toolbar=no, scrollbars=no, resizeable=no, location=no");
 }
  function PopupCentrataMP() {
   var w = 310;
var h = 30;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open("mediaplayer.php","","width="+ w + ",height=" + h + ",top=" + t +",left="+ l +",status=no, toolbar=no, scrollbars=no, resizeable=no, location=no");
 }
 //-->
