Index: trunk/MagicSoft/Mars/datacenter/db/showplots-ds.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/showplots-ds.php	(revision 9247)
+++ trunk/MagicSoft/Mars/datacenter/db/showplots-ds.php	(revision 9466)
@@ -135,8 +135,10 @@
 {
     if (in_array($seq, $sequon))
-        printf("<font color='green'>\n");
+        $color="green";
     else
-        printf("<font color='red'>\n");
-    printf("%s <img src='%s'>", $plot, $plot);
+        $color="red";
+
+    printf("<div style='color:%s' onmouseover=\"this.innerHTML='%s';style.color='black'\" onmouseout=\"this.innerHTML='%s';style.color='%s'\"> %s </div>\n", $color, getinfofromdb($seq), $plot, $color, $plot);
+    printf("<img src='%s'>\n", $plot);
 }
 else
