Index: /trunk/MagicSoft/Mars/datacenter/db/sequence.php
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/db/sequence.php	(revision 8467)
+++ /trunk/MagicSoft/Mars/datacenter/db/sequence.php	(revision 8468)
@@ -599,5 +599,6 @@
     else
     {
-        echo (file_get_contents("index-header.html"));
+        if (empty($_GET["fPrintTable"]))
+            echo (file_get_contents("index-header.html"));
 
         $environment = sizeof($_GET);
@@ -617,5 +618,6 @@
         }
 
-        echo (file_get_contents("index-footer.html"));
+        if (empty($_GET["fPrintTable"]))
+            echo (file_get_contents("index-footer.html"));
     }
 
