Index: trunk/webapps/einotebook/scripts/Event.js
===================================================================
--- trunk/webapps/einotebook/scripts/Event.js	(revision 540)
+++ trunk/webapps/einotebook/scripts/Event.js	(revision 551)
@@ -178,5 +178,5 @@
 	function focus()
 	{
-		/* This method was discarded because it moved the scroll bar of the parent of
+		/* This next 3 lines were discarded because it moved the scroll bar of the parent of
 		 * the given window in addition to the scroll bar of the given window..
 		var positionOfPound = window.location.indexOf("#");
@@ -184,5 +184,5 @@
 		window.location = rootLocation + "#" + eventAnchorName;
 		*/
-		events.win.scrollTo(0, absoluteTop(events.doc.getElementById(this.eventHeaderID)));
+                events.win.scrollTo(0, absoluteTop(events.doc.getElementById(this.eventHeaderID)));
 	}
 	
@@ -195,5 +195,5 @@
         if (events.doc.getElementById(this.eventHeaderID) != null)
         {
-		events.doc.getElementById(this.eventHeaderID).style.borderColor = "blue";
+        	events.doc.getElementById(this.eventHeaderID).style.borderColor = "blue";
 		events.doc.getElementById(this.eventHeaderID).style.backgroundColor = "yellow";
 		events.doc.getElementById(this.eventHeaderID).style.color = "black";
