summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot.js')
-rw-r--r--phpfspot.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpfspot.js b/phpfspot.js
index 22840b7..2132ea5 100644
--- a/phpfspot.js
+++ b/phpfspot.js
@@ -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;