﻿function multiboxClose() {
    parent.window.location.reload(true);
    box.close(box);
    return false; // Stop the submit
}
