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);
}
function reorderImages(mgID) {
    openPopup("../../modules/media_gallery/popup_reorder_images.asp?gallery_id=" + mgID, "mg_reorder_images", "no", "no", "no", "yes", "yes", "no", 100, 100, 400, 600);
}
