Index: trunk/MagicSoft/Mars/datacenter/db/querycal.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/querycal.php	(revision 8477)
+++ trunk/MagicSoft/Mars/datacenter/db/querycal.php	(revision 8599)
@@ -58,4 +58,10 @@
             $_GET["fUnsuitable01"]=$first?"On":"";
 
+        if (empty($_GET["fUnsuitableMax"]))
+            $_GET["fUnsuitableMax"]=$first?"On":"";
+
+        if (empty($_GET["fDeadMax"]))
+            $_GET["fDeadMax"]=$first?"On":"";
+
         if (empty($_GET["fUnreliableOuter"]))
             $_GET["fUnreliableOuter"]=$first?"On":"";
@@ -124,4 +130,9 @@
         CheckBox("fUnsuitable50",        "Unsuitable (50%)");
         CheckBox("fUnsuitable01",        "Unsuitable (1%)");
+        CheckBox("fUnsuitableMax",       "Unsuitable (99.9%)");
+        CheckBox("fDeadMax",             "DeadMax");
+
+        printf("  </tr><tr>\n");
+
         CheckBox("fIsolatedInner",       "Isolated inner");
         CheckBox("fIsolatedOuter",       "Isolated outer");
