Index: trunk/MagicSoft/Mars/datacenter/db/showplots.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/showplots.php	(revision 9184)
+++ trunk/MagicSoft/Mars/datacenter/db/showplots.php	(revision 9187)
@@ -14,5 +14,5 @@
 $seq=0;
 if (!empty($_GET["seq"]))
-    $seq=$_GET["seq"];
+    $seq=str_replace(" ", "", $_GET["seq"]);
 $tabnum=1;
 if (!empty($_GET["tabnum"]))
@@ -39,5 +39,5 @@
         $signaltabs=14;
     $calibtabs=11;
-    $startabs=19;
+    $startabs=20;
 
     //in case the tab does not exist, because it's one the far
