ÿþf u n c t i o n   m e n u F i x ( )   {  
   v a r   s f E l s   =   d o c u m e n t . g e t E l e m e n t B y I d ( " n a v " ) . g e t E l e m e n t s B y T a g N a m e ( " l i " ) ;  
   f o r   ( v a r   i = 0 ;   i < s f E l s . l e n g t h ;   i + + )   {  
     s f E l s [ i ] . o n m o u s e o v e r = f u n c t i o n ( )   {  
     t h i s . c l a s s N a m e + = ( t h i s . c l a s s N a m e . l e n g t h > 0 ?   "   " :   " " )   +   " s f h o v e r " ;  
     }  
     s f E l s [ i ] . o n M o u s e D o w n = f u n c t i o n ( )   {  
     t h i s . c l a s s N a m e + = ( t h i s . c l a s s N a m e . l e n g t h > 0 ?   "   " :   " " )   +   " s f h o v e r " ;  
     }  
     s f E l s [ i ] . o n M o u s e U p = f u n c t i o n ( )   {  
     t h i s . c l a s s N a m e + = ( t h i s . c l a s s N a m e . l e n g t h > 0 ?   "   " :   " " )   +   " s f h o v e r " ;  
     }  
     s f E l s [ i ] . o n m o u s e o u t = f u n c t i o n ( )   {  
     t h i s . c l a s s N a m e = t h i s . c l a s s N a m e . r e p l a c e ( n e w   R e g E x p ( " (   ? | ^ ) s f h o v e r \ \ b " ) ,  
  
 " " ) ;  
     }  
   }  
 }  
 w i n d o w . o n l o a d = m e n u F i x ; 
