Index: /branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl
===================================================================
--- /branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl	(revision 19425)
+++ /branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl	(revision 19428)
@@ -34,6 +34,6 @@
 
 <script type="text/javascript">
-function lfBgColorTween(result){
-    bgColorTween = new ColorTween(this.style, 'backgroundColor', Tween.regularEaseOut, '0000ff', 'ffffff', 0.6);
+function lfBgColorTween(obj){
+    bgColorTween = new ColorTween(obj.style, 'backgroundColor', Tween.regularEaseOut, '0000ff', 'ffffff', 0.6);
     bgColorTween.start();
 </script>
