function Popup(arxiu,l, t, w, h) {
        var windowprops = "location=yes,scrollbars=yes,menubars=no,toolbar=yes,resizable=yes" +
        ",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;

        popup = window.open(arxiu,"MenuPopup",windowprops);
        }

