function mgAddImages(url) {
    openPopup(url, "mg_add_images", "no", "no", "no", "no", "no", "no", 100, 100, 450, 200);
}
function mgManageProperties(url) {
    openPopup(url, "mg_properties", "no", "no", "no", "no", "no", "no", 100, 100, 500, 400);
}
function iwsMGViewImage(url, width, height) {
    openPopup(url, "mg_view_image", "no", "no", "no", "no", "no", "no", 100, 100, width, height + 50);
}
function iwsMGImageProperties(url) {
    openPopup(url, "mg_image_properties", "no", "no", "no", "no", "no", "no", 100, 100, 580, 350);
}