ÿþf u n c t i o n   e x p a n d 1 ( s , i d , i d 1 ) {  
         v a r   t d   =   s ;  
         t d . c l a s s N a m e   =   " m e n u H o v e r H " ;  
         i d . c l a s s N a m e   =   " m e n u H o v e r " ;  
         i d 1 . c l a s s N a m e   =   " m e n u H o v e r D " ;  
 }  
 f u n c t i o n   c o l l a p s e 1 ( s , i d , i d 1 , c s s h , c s s d ) {  
         v a r   t d   =   s ;  
         t d . c l a s s N a m e   =   c s s h ;  
         i d . c l a s s N a m e   =   " m e n u N o r m a l " ;  
         i d 1 . c l a s s N a m e   =   c s s d ;  
 }  
  
  
 f u n c t i o n   e x p a n d ( s , i d ) {  
         i d . c l a s s N a m e   =   " m e n u H o v e r " ;  
 }  
 f u n c t i o n   c o l l a p s e ( s , i d ) {  
         i d . c l a s s N a m e   =   " m e n u N o r m a l " ;  
 }  
  
 f u n c t i o n   e x p a n d l ( s , i d ) {  
         i d . c l a s s N a m e   =   " m e n u H o v e r " ;  
 }  
 f u n c t i o n   c o l l a p s e l ( s , i d ) {  
         i d . c l a s s N a m e   =   " m e n u N o r m a l " ;  
 }  
  
  
 f u n c t i o n   i S e a r c h ( ) {  
         / / a l e r t ( " B ¡n   c h °a   n h ­p   t ê n   n g   n h ­p ! " ) ;  
         i f   ( d o c u m e n t . g e t E l e m e n t B y I d ( " k e y " ) . v a l u e ! = " T ë  k h o á "   & &   d o c u m e n t . g e t E l e m e n t B y I d ( " k e y " ) . v a l u e ! = " " ) {  
                 w i n d o w . o p e n ( ' / i n d e x . h t m l ? i d = t i m - k i e m & k e y = '   +   d o c u m e n t . g e t E l e m e n t B y I d ( " k e y " ) . v a l u e , ' _ s e l f ' ) ;  
         }  
 } 
