ÿþf u n c t i o n   s t r o n a ( i d ,   a c t i v e ,   c l a s s N a m e )  
 {  
 	 t h i s . i d   =   i d ;  
 	 t h i s . a c t i v e   =   t y p e o f   a c t i v e   = =   ' u n d e f i n e d '   ?   0   :   a c t i v e ;  
 	 t h i s . c l a s s N a m e   =   t y p e o f   c l a s s N a m e   = =   ' u n d e f i n e d '   ?   ' s t r o n a '   :   c l a s s N a m e ;  
 	  
 	 t h i s . s h o w   =   f u n c t i o n ( n )  
 	 {  
 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' '   +   t h i s . i d   +   t h i s . a c t i v e ) . s t y l e . d i s p l a y   =   ' n o n e ' ;  
 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' '   +   t h i s . i d   +   n ) . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
 	 	 v a r   u n d e r s c o r e   =   ' _ ' ;  
 	 	 w h i l e   ( d o c u m e n t . g e t E l e m e n t B y I d ( ' '   +   t h i s . i d   +   u n d e r s c o r e   +   t h i s . a c t i v e ) )  
 	 	 {  
 	 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' '   +   t h i s . i d   +   u n d e r s c o r e   +   t h i s . a c t i v e ) . c l a s s N a m e   =   t h i s . c l a s s N a m e   +   u n d e r s c o r e   +   ' n ' ;  
 	 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' '   +   t h i s . i d   +   u n d e r s c o r e   +   n ) . c l a s s N a m e   =   t h i s . c l a s s N a m e   +   u n d e r s c o r e   +   ' a ' ;  
 	 	 	 u n d e r s c o r e   + =   ' _ ' ;  
 	 	 }  
 	 	 t h i s . a c t i v e   =   n ;  
 	 }  
 } 
