ÿþ/ *  
 $ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( ) {  
  0$ ( " i n p u t [ t y p e = ' t e x t ' ] " ) . a d d C l a s s ( ' i n p u t _ b l u r ' ) ;  
  0 0$ ( " i n p u t [ t y p e = ' p a s s w o r d ' ] " ) . a d d C l a s s ( ' i n p u t _ b l u r ' ) ;  
         $ ( " i n p u t [ t y p e = ' s u b m i t ' ] " ) . a d d C l a s s ( ' b u t t o n _ s t y l e ' ) ;  
         $ ( " i n p u t [ t y p e = ' r e s e t ' ] " ) . a d d C l a s s ( ' b u t t o n _ s t y l e ' ) ;  
         $ ( " i n p u t [ t y p e = ' b u t t o n ' ] " ) . a d d C l a s s ( ' b u t t o n _ s t y l e ' ) ;  
         $ ( " i n p u t [ t y p e = ' r a d i o ' ] " ) . a d d C l a s s ( ' r a d i o _ s t y l e ' ) ;  
         $ ( " i n p u t [ t y p e = ' c h e c k b o x ' ] " ) . a d d C l a s s ( ' c h e c k b o x _ s t y l e ' ) ;  
         $ ( " i n p u t [ t y p e = ' t e x t a r e a ' ] " ) . a d d C l a s s ( ' t e x t a r e a _ s t y l e ' ) ;  
         $ ( " i n p u t [ t y p e = ' f i l e ' ] " ) . a d d C l a s s ( ' f i l e _ s t y l e ' ) ;  
  0 0$ ( " i n p u t [ t y p e = ' f i l e ' ] " ) . b l u r ( f u n c t i o n   ( )   {   t h i s . c l a s s N a m e = ' i n p u t _ b l u r ' ;   }   ) ;  
  0 0$ ( " i n p u t [ t y p e = ' f i l e ' ] " ) . f o c u s ( f u n c t i o n   ( )   {   t h i s . c l a s s N a m e = ' i n p u t _ f o c u s ' ;   }   ) ;  
  0 0$ ( " i n p u t [ t y p e = ' p a s s w o r d ' ] " ) . b l u r ( f u n c t i o n   ( )   {   t h i s . c l a s s N a m e = ' i n p u t _ b l u r ' ;   }   ) ;  
  0 0$ ( " i n p u t [ t y p e = ' p a s s w o r d ' ] " ) . f o c u s ( f u n c t i o n   ( )   {   t h i s . c l a s s N a m e = ' i n p u t _ f o c u s ' ;   }   ) ;  
  0 0$ ( " i n p u t [ t y p e = ' t e x t ' ] " ) . b l u r ( f u n c t i o n   ( )   {   t h i s . c l a s s N a m e = ' i n p u t _ b l u r ' ;   }   ) ;  
  0 0$ ( " i n p u t [ t y p e = ' t e x t ' ] " ) . f o c u s ( f u n c t i o n   ( )   {   t h i s . c l a s s N a m e = ' i n p u t _ f o c u s ' ;   }   ) ;  
         $ ( " t e x t a r e a " ) . b l u r ( f u n c t i o n   ( )   {   t h i s . c l a s s N a m e = ' t e x t a r e a _ s t y l e ' ;   }   ) ;  
  0 0$ ( " t e x t a r e a " ) . f o c u s ( f u n c t i o n   ( )   {   t h i s . c l a s s N a m e = ' t e x t a r e a _ f o c u s ' ;   }   )  
  0 0$ ( " . t a b l e _ l i s t   t r " ) . 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 = ' m o u s e o v e r ' ;   }   ) ;  
  0 0$ ( " . t a b l e _ l i s t   t r " ) . 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 = ' ' ;   }   ) ;  
  0 0$ ( " # t i t l e " ) . f o c u s ( f u n c t i o n   ( )   {   t h i s . c l a s s N a m e = ' i n p u t t i t l e ' ;   }   ) ;  
  0 0$ ( " # t i t l e " ) . b l u r ( f u n c t i o n   ( )   {   t h i s . c l a s s N a m e = ' i n p u t t i t l e ' ;   }   ) ;  
  
         $ ( ' i m g [ t a g ] ' ) . c s s ( { c u r s o r : ' p o i n t e r ' } ) . c l i c k ( f u n c t i o n ( ) {  
               v a r   f l a g = $ ( t h i s ) . a t t r ( ' t a g ' ) ;  
               v a r   f c k = $ ( ' # ' + $ ( t h i s ) . a t t r ( ' f c k ' ) + ' _ _ _ F r a m e ' ) ;  
  
             v a r   f c k h = f c k . h e i g h t ( ) ;  
               ( f l a g = = 1 ) ? f c k . h e i g h t ( f c k h + 1 2 0 ) : f c k . h e i g h t ( f c k h - 1 2 0 )   ;      
         } ) ;  
  
 } ) ;  
 * / 
