Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8123)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8124)
@@ -52,4 +52,5 @@
      - removed ManuallyChanged from SequInfo2 (not needed anymore with 
        new sequence building algorithm
+     - added fRunStop to the SequInfo menu
 
    * datacenter/db/culminating.php, datacenter/db/datasetinfo-aio.php, 
Index: trunk/MagicSoft/Mars/datacenter/db/menu.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/menu.php	(revision 8123)
+++ trunk/MagicSoft/Mars/datacenter/db/menu.php	(revision 8124)
@@ -102,7 +102,7 @@
 
     CheckBox("fRunStart",          "Start time");
+    CheckBox("fRunStop",           "Stop time");
     CheckBox("fNumEvents",         "Num of events");
     CheckBox("fRunTime/60",        "Duration");
-    CheckBox("fSequenceLast",      "Last run");
 
     printf("  </tr><tr>\n");
@@ -112,4 +112,8 @@
     CheckBox("fAzimuthMin",        "Azimuth min");
     CheckBox("fAzimuthMax",        "Azimuth max");
+
+    printf("  </tr><tr>\n");
+
+    CheckBox("fSequenceLast",      "Last run");
 
     printf("  </tr><tr>\n");
@@ -546,4 +550,7 @@
         $_GET["fRunStart"]="Off";
 
+    if (empty($_GET["fRunStop"]))
+        $_GET["fRunStop"]="Off";
+
     if (empty($_GET["fTest"]))
         $_GET["fTest"]="Off";
@@ -624,7 +631,4 @@
     if (empty($_GET["fFormatVersion"]))
         $_GET["fFormatVersion"]="Off";
-
-    if (empty($_GET["fRunStop"]))
-        $_GET["fRunStop"]="Off";
 
     if (empty($_GET["fAzimuth"]))
