Index: trunk/ippMonitor/raw/ipp.css
===================================================================
--- trunk/ippMonitor/raw/ipp.css	(revision 10595)
+++ trunk/ippMonitor/raw/ipp.css	(revision 10621)
@@ -9,7 +9,8 @@
 a:link, a:visited, a:active { text-decoration: underline; font-weight: bold; color: #ff0000 }
 
-a.menutop     { text-decoration: none; color: #ffffff; font-weight: bold }
-a.menutops    { text-decoration: none; color: #80f0ff; font-weight: bold }
-a.menuext     { text-decoration: none; color: #ffffff; font-weight: bold }
+a.button      { text-decoration: none; font-weight: bold;   color: #000000; background: #0080c0}
+a.menutop     { text-decoration: none; font-weight: bold;   color: #ffffff}
+a.menutops    { text-decoration: none; font-weight: bold;   color: #80f0ff}
+a.menuext     { text-decoration: none; font-weight: bold;   color: #ffffff}
 a.menulink    { text-decoration: none; font-weight: normal; color: #000000}
 a.menuselect  { text-decoration: none; font-weight: normal; color: #0000ff}
Index: trunk/ippMonitor/raw/ipp.imfiles.dat
===================================================================
--- trunk/ippMonitor/raw/ipp.imfiles.dat	(revision 10595)
+++ trunk/ippMonitor/raw/ipp.imfiles.dat	(revision 10621)
@@ -32,5 +32,4 @@
 menulink  | menuselect 	 | link    | detResidImfile           	  | detResidImfile.php            
 menulink  | menuselect 	 | link    | masterDetrendImfiles      	  | masterDetrendImfiles.php
-menulink  | menuselect 	 | link    | detMasterImfile          	  | detMasterImfile.php                   
 menulink  | menuselect 	 | link    | pzPendingImfile          	  | pzPendingImfile.php                   
 menulink  | menuselect 	 | link    | p2PendingImfile          	  | p2PendingImfile.php                   
Index: trunk/ippMonitor/raw/ipp.php
===================================================================
--- trunk/ippMonitor/raw/ipp.php	(revision 10595)
+++ trunk/ippMonitor/raw/ipp.php	(revision 10621)
@@ -1,3 +1,5 @@
 <?php
+
+$dTABLE = 40;
 
 function logintext () {
@@ -126,4 +128,5 @@
     $ID['proj'] = $_GET[proj];
     $ID['menu'] = $_GET[menu];
+    $ID['from'] = $_GET[from];
 
     if ($VERBOSE) {
@@ -139,4 +142,5 @@
     $ID['proj'] = $_POST[proj];
     $ID['menu'] = $_POST[menu];
+    $ID['from'] = $_POST[from];
 
     if ($VERBOSE) {
