Index: trunk/webapps/js/common.js
===================================================================
--- trunk/webapps/js/common.js	(revision 315)
+++ trunk/webapps/js/common.js	(revision 327)
@@ -17,2 +17,11 @@
         xobj.send(null);
     }
+
+
+    function handleDialogClose(id)
+    {
+        // hide the display
+        document.getElementById(id).style.display = 'none'
+    }
+
+
