ÿþ/ *     L a y e r   k i - b e   c s u k o g a t o   J s   S c r i p t  
   *     ( c )   2 0 0 6 - 2 0 0 9   L e n a r t   B a l a z s  
   *  
   *     S z a b a d o n   t e r j e s z t h e t o   e s   m o d o s i t h a t o  
   *     h t t p : / / l e n i . b g k . b m e . h u  
   *  
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * /  
  
 f u n c t i o n   H i d e C o n t e n t ( d )   {  
 	 i f ( d . l e n g t h   <   1 )   {   r e t u r n ;   }  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( d ) . s t y l e . d i s p l a y   =   " n o n e " ;  
 }  
  
 f u n c t i o n   S h o w C o n t e n t ( d )   {  
 	 i f ( d . l e n g t h   <   1 )   {   r e t u r n ;   }  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( d ) . s t y l e . d i s p l a y   =   " b l o c k " ;  
 } 
