 function PopupCentrataVideo() {
   var w = 700;
   var h = 450;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   var resizable='no';
      window.open("userfiles/media/galleryvideo/index.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }  

 function PopupCentrataFoto() {
   var w = 735;
   var h = 580;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   var resizable='no';
      window.open("userfiles/media/galleryfoto/index.html","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l+',resizable='+resizable);
 }
 
function PopupCentrataUpload() {
   var w = 735;
   var h = 580;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   var resizable='no';
      window.open("http://www.ceascafati.it/admin/fckeditor/editor/filemanager/browser/default/browser.html?Connector=http%3A%2F%2Fwww.ceascafati.it%2Fadmin%2Ffckeditor%2Feditor%2Ffilemanager%2Fconnectors%2Fphp%2Fconnector.php","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l+',resizable='+resizable);
 }
 