Index: trunk/FACT++/www/viewer/index.html
===================================================================
--- trunk/FACT++/www/viewer/index.html	(revision 17789)
+++ trunk/FACT++/www/viewer/index.html	(revision 17790)
@@ -76,5 +76,5 @@
       <div id="textcontainer2"> 
          <textarea id="editor2" name="editor2" type="textarea">
-print("This output will go to the Console.\n");
+print("This output will go to the virtual Console.\n");
 
 // The four first values of pixel 1
@@ -490,4 +490,6 @@
 <tr><td>$.trigger</td><td>Shortcut to $.event.trigger</td></tr>
 <tr><td>$.neighbors</td><td>Array of 1440 arrays each containing the corresponding neighbors</td></tr>
+<tr><td>$.geom</td><td>Array of 1440 entries. Each an array with two entries, x and y.</td></tr>
+<tr><td>$.map</td><td>Array of 1440 entries (software index) containing the hardware indices.</td></tr>
 </table>
 
