Index: trunk/web-app/js/jsUtil.js
===================================================================
--- trunk/web-app/js/jsUtil.js	(revision 323)
+++ trunk/web-app/js/jsUtil.js	(revision 358)
@@ -35,2 +35,10 @@
     }
 }
+
+function textAreaScrollBottom(id) {
+    $(id).scrollTop = $(id).scrollHeight;
+}
+
+function focusUtil(id) {
+    $(id).focus();
+}
