Index: trunk/MagicSoft/Mars/datacenter/db/querycal.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/querycal.php	(revision 8180)
+++ trunk/MagicSoft/Mars/datacenter/db/querycal.php	(revision 8477)
@@ -52,4 +52,10 @@
             $_GET["fUnsuitableOuter"]=$first?"On":"";
 
+        if (empty($_GET["fUnsuitable50"]))
+            $_GET["fUnsuitable50"]=$first?"On":"";
+
+        if (empty($_GET["fUnsuitable01"]))
+            $_GET["fUnsuitable01"]=$first?"On":"";
+
         if (empty($_GET["fUnreliableOuter"]))
             $_GET["fUnreliableOuter"]=$first?"On":"";
@@ -113,4 +119,9 @@
         CheckBox("fUnreliableInner",     "Unreliable inner");
         CheckBox("fUnreliableOuter",     "Unreliable outer");
+
+        printf("  </tr><tr>\n");
+
+        CheckBox("fUnsuitable50",        "Unsuitable (50%)");
+        CheckBox("fUnsuitable01",        "Unsuitable (1%)");
         CheckBox("fIsolatedInner",       "Isolated inner");
         CheckBox("fIsolatedOuter",       "Isolated outer");
