ÿþ 
 s t a r t L i s t   =   f u n c t i o n ( )   {  
  
 	 / /   c o d e   f o r   I E  
 	 i f ( ! d o c u m e n t . b o d y . c u r r e n t S t y l e )   r e t u r n ;  
 	 v a r   s u b s   =   d o c u m e n t . g e t E l e m e n t s B y N a m e ( ' s u b m e n u ' ) ;  
 	 f o r ( v a r   i = 0 ;   i < s u b s . l e n g t h ;   i + + )    
                 {  
 	 	 v a r   l i   =   s u b s [ i ] . p a r e n t N o d e ;  
 	 	 i f ( l i   & &   l i . l a s t C h i l d   & &   l i . l a s t C h i l d ! = s u b s [ i ] )  
                                 {  
 	 	 	 l i . o n m o u s e o v e r   =   f u n c t i o n ( )  
                                                 {  
 	 	 	 	 t h i s . l a s t C h i l d . s t y l e . v i s i b i l i t y   =   ' v i s i b l e ' ;  
 	 	 	 }  
 	 	 	 l i . o n m o u s e o u t   =   f u n c t i o n ( )  
                                                 {  
 	 	 	                 t h i s . l a s t C h i l d . s t y l e . v i s i b i l i t y   =   ' h i d d e n ' ;  
 	 	 	 }  
 	 	 }  
 	 }  
 }  
 
