issue29, shorten too long names
[phpfspot.git] / phpfspot.js
index 22840b7990630a18463ea78cb95327a3ede8ce50..2132ea511617c52842823f0609e511840e598dc9 100644 (file)
@@ -129,5 +129,15 @@ function init_phpfspot()
    }
 }
 
+function setBackGrdColor(item, color)
+{
+   if(color == 'mouseover')
+      item.style.backgroundColor='#c6e9ff';
+   if(color == 'mouseout')
+      item.style.backgroundColor='#eeeeee';
+   if(color == 'mouseclick')
+      item.style.backgroundColor='#93A8CA';
+}
+
 var startup = 1;