Index: trunk/www/db_po/get_keys.php
===================================================================
--- trunk/www/db_po/get_keys.php	(revision 12448)
+++ trunk/www/db_po/get_keys.php	(revision 12449)
@@ -11,6 +11,4 @@
     if (empty($_GET["fKey"]))
         $_GET["fKey"]="";
-    if (empty($_GET["fSelectSize"]))
-        $_GET["fSelectSize"]="10";
     if (empty($_GET["fMode"]))
         $_GET["fMode"]="view";
@@ -45,9 +43,9 @@
 
     if (strcmp($_GET["fMode"], "view")==0)//reload tables in case of mode 'view'
-        printf("<select style='width:300px' id='key' size='%s' onchange='get_values(1,\"%s\",this.value,\"%s\");get_values(2,\"all\",\"all\");get_values(3,\"all\",\"all\");CompareValues();' class='Width'>\n",
-               $_GET["fSelectSize"], $_GET["fProgram"], $_GET["fMode"]);
+        printf("<select style='width:300px' id='key' size='1' onchange='get_values(1,\"%s\",this.value,\"%s\");get_values(2,\"all\",\"all\");get_values(3,\"all\",\"all\");CompareValues();' class='Width'>\n",
+               $_GET["fProgram"], $_GET["fMode"]);
     else
-        printf("<select style='width:300px' id='key' size='%s' onchange=\"get_values(1,'%s',this.value,'%s')\" class='Width'>\n",
-               $_GET["fSelectSize"], $_GET["fProgram"], $_GET["fMode"]);
+        printf("<select style='width:300px' id='key' size='20' onchange=\"get_values(1,'%s',this.value,'%s')\" class='Width'>\n",
+               $_GET["fProgram"], $_GET["fMode"]);
 
     if (!empty($_GET["fKey"]) && strcmp("all", $_GET["fKey"])==0)
