Index: /branches/sc_branches/ippMonitorLap/Makefile.in
===================================================================
--- /branches/sc_branches/ippMonitorLap/Makefile.in	(revision 31698)
+++ /branches/sc_branches/ippMonitorLap/Makefile.in	(revision 31699)
@@ -222,5 +222,6 @@
 $(DESTWWW)/addRunRun.php \
 $(DESTWWW)/addRunProcessed.php \
-$(DESTWWW)/lapSequenceSummary.php
+$(DESTWWW)/lapSequenceSummary.php \
+$(DESTWWW)/lapRuns.php \
 
 
Index: /branches/sc_branches/ippMonitorLap/def/lapRuns.d
===================================================================
--- /branches/sc_branches/ippMonitorLap/def/lapRuns.d	(revision 31699)
+++ /branches/sc_branches/ippMonitorLap/def/lapRuns.d	(revision 31699)
@@ -0,0 +1,22 @@
+TABLE lapRun
+TITLE LAP Runs
+FILE  lapRuns.php
+MENU  ipp.lap.dat
+
+ARGS  ARG1	lapRun.seq_id=$lapSequence.seq_id
+
+#     field                   size  format  name         show    link to                  extras
+FIELD lapRun.seq_id,          6, %d,     seq_id
+FIELD lapRun.lap_id,          6, %d,     lap_id
+FIELD lapRun.tess_id,         15, %s,    tess_id
+FIELD lapRun.projection_cell, 15, %s,    projection_cell
+FIELD lapRun.filter,          15, %s,    filter
+FIELD lapRun.state,           15, %s,    state
+FIELD lapRun.label,           15, %s,    label
+FIELD lapRun.dist_group,      15, %s,    dist_group
+FIELD lapRun.fault,           3, %d,     fault
+FIELD lapRun.quick_sass_id,   6, %d,     quick_sass_id
+FIELD lapRun.final_sass_id,   6, %d,     final_sass_id
+
+
+# FIELD lapSequence.description,          80, %s,     Description, value, lapRuns.php, ARG1
Index: /branches/sc_branches/ippMonitorLap/raw/ipp.lap.dat
===================================================================
--- /branches/sc_branches/ippMonitorLap/raw/ipp.lap.dat	(revision 31698)
+++ /branches/sc_branches/ippMonitorLap/raw/ipp.lap.dat	(revision 31699)
@@ -3,5 +3,5 @@
 menutop   | menutop      | plain   | &nbsp;                       | 
 menulink  | menuselect   | link    | Sequence Summary             | lapSequenceSummary.php
-menulink  | menuselect 	 | link    | LAP Runs                     | lapRun.php            
+menulink  | menuselect 	 | link    | LAP Runs                     | lapRuns.php            
 
 menutop   | menutop      | plain   | &nbsp;                       | 
