Index: trunk/ippMonitor/raw/getimage.php
===================================================================
--- trunk/ippMonitor/raw/getimage.php	(revision 9080)
+++ trunk/ippMonitor/raw/getimage.php	(revision 9347)
@@ -1,5 +1,5 @@
 <?php
 
-$IMAGEDIR = "/data/alala/eugene/swtests/pantasks/isp/full/";
+$IMAGEDIR = "/data/alala/eugene/swtests/pantasks/";
 
 // load an image file from the image directory
Index: trunk/ippMonitor/raw/ipp.detrend.dat
===================================================================
--- trunk/ippMonitor/raw/ipp.detrend.dat	(revision 9080)
+++ trunk/ippMonitor/raw/ipp.detrend.dat	(revision 9347)
@@ -27,8 +27,9 @@
 menulink  | menuselect 	 | link    | Detrend Runs                 | detRunSummary.php             
 menulink  | menuselect 	 | link    | Raw Detrend Exp              | rawDetrendExp_detrend.php
-menulink  | menuselect 	 | link    | Input Detrend Exp            | detInputExp.php                    
-menulink  | menuselect 	 | link    | Resid Detrend Exp            | detResidExp.php                       
+menulink  | menuselect 	 | link    | Input Detrend Exp            | detInputExp.php
+menulink  | menuselect 	 | link    | Proc Detrend Exp             | detProcessedExp.php
+menulink  | menuselect 	 | link    | Resid Detrend Exp            | detResidExp.php
 
 menutop   | menutop      | plain   | &nbsp;                       | 
-menutop   | menutop      | plain   | External Links               | none            
-menutop   | menutop      | link    | test page                    | phptest.php     
+menutop   | menutop      | plain   | External Links               | none
+menutop   | menutop      | link    | test page                    | phptest.php
Index: trunk/ippMonitor/raw/ipp.php
===================================================================
--- trunk/ippMonitor/raw/ipp.php	(revision 9080)
+++ trunk/ippMonitor/raw/ipp.php	(revision 9347)
@@ -234,11 +234,11 @@
   if ($_SERVER[REQUEST_METHOD] == 'GET') { 
     $value = $_GET[$htmlkey]; 
-    // echo "using GET<br>\n";
+    // echo "using GET: $value<br>\n";
   } else {
     $value = $_POST[$htmlkey];
-    // echo "using POST<br>\n";
+    // echo "using POST: $value<br>\n";
   }
   // echo "value: $value<br>\n";
-  if ($value) {
+  if ($value != "") {
     if ($where) {
       $where = $where . " AND $key = '$value'";
