Index: /trunk/www/db_po/po.js
===================================================================
--- /trunk/www/db_po/po.js	(revision 12010)
+++ /trunk/www/db_po/po.js	(revision 12011)
@@ -176,4 +176,7 @@
     cell10 = document.createElement("TD");
     cell11 = document.createElement("TD");
+    cell0.className="indices1";
+    cell6.className="validsince1";
+    cell11.className="user1";
     var updcase;
 
@@ -382,4 +385,8 @@
     tabBody.appendChild(row);
 
+    ShowHide('indices', 'sh_indices', 1)
+    ShowHide('validsince', 'sh_validsince', 1)
+    ShowHide('user', 'sh_user', 1)
+
     //disabeling all other edit/add buttons
     // (to be removed later when solution for adding multiple new rows is found)
@@ -693,5 +700,5 @@
         +"&fProgram="+prog+"&fKey1="+key1+"&fKey2="+key2+"&fValue="+val+"&fDescription="+descr
         +"&fType="+type+"&fMin="+min+"&fMax="+max;
-    alert(phpcall);
+    //alert(phpcall);
 
     xmlhttp.open("GET", phpcall, false);
