Index: /trunk/MagicSoft/Mars/datacenter/db/plotdb.php
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/db/plotdb.php	(revision 8203)
+++ /trunk/MagicSoft/Mars/datacenter/db/plotdb.php	(revision 8204)
@@ -35,14 +35,6 @@
     printf("<form style='margin-bottom:0;' action='plotdb.php' METHOD='GET'>\n");
 
-    printf("<select name='plot' size='1' class='Width'>\n");
-    if ($_GET["plot"]=="prim")
-        printf("<option value='prim' onclick='hidepulldown2()' selected>vs primary</option>\n");
-    else
-        printf("<option value='prim' onclick='hidepulldown2()'>vs primary</option>\n");
-    if ($_GET["plot"]=="val")
-        printf("<option value='val' onclick='showpulldown2()' selected>vs value</option>\n");
-    else
-        printf("<option value='val' onclick='showpulldown2()'>vs value</option>\n");
-    printf("</select><br>\n");
+    printf("&nbsp;<input type='radio' name='plot' value='prim' onclick='hidepulldown2()' %s> vs primary &nbsp;", $_GET["plot"]=="prim" ? "checked" : "");
+    printf("&nbsp;<input type='radio' name='plot' value='val' onclick='showpulldown2()' %s> vs value <br><br>", $_GET["plot"]=="val" ? "checked" : "");
 
     printf("<select name='prim' size='1' class='Width'>\n");
@@ -71,5 +63,5 @@
     printf("</td>\n");
 
-    printf("<td align='right' width='640px'>\n");
+    printf("<td align='right' width='640px' height='400px'>\n");
     if (!empty($_GET))
     {
