Index: trunk/webapps/einotebook/scripts/LoadEvents.js
===================================================================
--- trunk/webapps/einotebook/scripts/LoadEvents.js	(revision 429)
+++ trunk/webapps/einotebook/scripts/LoadEvents.js	(revision 434)
@@ -45,4 +45,9 @@
                         var theIncident = new Incident(evtTime, incidentNum, incidentTitle, desc);
                         incidents.add(theIncident);
+			// Create an entry showing the Incident start description. Fixes ticket #164
+                        var result = new Array();   
+                        result.push("Description:");
+			result.push(desc);
+                        proparray.push(new Property("Incident Start",result));
                         break;
                     case "CAD_DATA": 
