Index: /branches/sc_branches/ippMonitorLap/Makefile.in
===================================================================
--- /branches/sc_branches/ippMonitorLap/Makefile.in	(revision 31693)
+++ /branches/sc_branches/ippMonitorLap/Makefile.in	(revision 31694)
@@ -273,4 +273,8 @@
 	rm -f $(DESTWWW)/version.php
 
+test:
+#DESTWWW := $(DESTWWW)/test
+	echo $(DESTWWW)
+
 $(DESTWWW)/version.php:
 	svnversion > $@
Index: /branches/sc_branches/ippMonitorLap/raw/ipp.lap.dat
===================================================================
--- /branches/sc_branches/ippMonitorLap/raw/ipp.lap.dat	(revision 31694)
+++ /branches/sc_branches/ippMonitorLap/raw/ipp.lap.dat	(revision 31694)
@@ -0,0 +1,8 @@
+input     | ipp.menu.dat 
+
+menutop   | menutop      | plain   | &nbsp;                       | 
+menulink  | menuselect   | link    | Sequence Summary             | sequenceSummary.php
+menulink  | menuselect 	 | link    | LAP Runs                     | lapRun.php            
+
+menutop   | menutop      | plain   | &nbsp;                       | 
+menulink  | menuselect   | link    | Anything else?               | todo.php            
Index: /branches/sc_branches/ippMonitorLap/raw/ipp.lap.php
===================================================================
--- /branches/sc_branches/ippMonitorLap/raw/ipp.lap.php	(revision 31694)
+++ /branches/sc_branches/ippMonitorLap/raw/ipp.lap.php	(revision 31694)
@@ -0,0 +1,17 @@
+<?php 
+
+include 'ipp.php';
+
+$ID = checkID ();
+
+// require an explicit project
+if (! $ID['proj']) { projectform ($ID); }
+
+menu('ipp.lap.dat', 'Large Area Processing', 'ipp.css', $ID['link'], $ID['proj']);
+
+// document body
+echo "Large Area Processing<br>\n";
+
+menu_end();
+
+?>
Index: /branches/sc_branches/ippMonitorLap/raw/ipp.menu.dat
===================================================================
--- /branches/sc_branches/ippMonitorLap/raw/ipp.menu.dat	(revision 31693)
+++ /branches/sc_branches/ippMonitorLap/raw/ipp.menu.dat	(revision 31694)
@@ -23,7 +23,7 @@
 menutop   | menutop      | link    | Stack Steps                  | ipp.stack.php
 menutop   | menutop      | link    | Distribution                 | ipp.dist.php
+menutop   | menutop      | link    | Large Area Processing        | ipp.lap.php
 menutop   | menutop      | link    | dvoDB                        | ipp.dvodb.php
 menutop   | menutop      | link    | Calibration                  | ipp.cal.php
 menutop   | menutop      | link    | Plots              	  | ipp.plots.php
 menutop   | menutop      | link    | Admin and Debug              | ipp.imfiles.php
-
