Ho JS che mi permette di aprire una popup.
Funziona tutto alla perfezione ma non riesco a far aprire la finestra al centro dello schermo.



var full = new WYSIWYG.Settings();
full.Width = "85%";
full.Height = "250px";
// openImageLibrary addon implementation
full.ImagePopupFile ="/area_riservata/editor_testo/addons/imagelibrary/insert_image.php";
full.ImagePopupWidth = 700;
full.ImagePopupHeight = 450;