ÿþ/ * 
 s o n   o f   s u c k e r f i s h   m e n u   s c r i p t   f r o m : 
 h t t p : / / w w w . h t m l d o g . c o m / a r t i c l e s / s u c k e r f i s h / d r o p d o w n s / 
   * / 
   
   s f H o v e r   =   f u n c t i o n ( )   { 
 	 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 + = "   s f h o v e r " ; 
 	 	 	 t h i s . s t y l e . z I n d e x = 2 0 0 ;   / / t h i s   l i n e   a d d e d   t o   f o r c e   f l y o u t   t o   b e   a b o v e   r e l a t i v e l y   p o s i t i o n e d   s t u f f   i n   I E 
 	 	 } 
 	 	 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 " ) ,   " " ) ; 
 	 	 } 
 	 } 
 } 
 i f   ( w i n d o w . a t t a c h E v e n t )   w i n d o w . a t t a c h E v e n t ( " o n l o a d " ,   s f H o v e r ) ; 
 
 
