ÿþw i n d o w . o n l o a d   =   f u n c t i o n   ( ) {  
 	 p a r a 1   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v 1 ' ) ;  
 	 p a r a 2   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v 2 ' ) ;  
 	 p a r a 3   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v 3 ' ) ;  
 	 p a r a 4   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v 4 ' ) ;  
 	 p a r a 5   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v 5 ' ) ;  
 	 p a r a 6   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v 6 ' ) ;  
 	 p a r a 7   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v 7 ' ) ;  
 	 p a r a 1 . s t y l e . d i s p l a y   =   ' n o n e '   ;  
 	 p a r a 2 . s t y l e . d i s p l a y   =   ' n o n e '   ;  
 	 p a r a 3 . s t y l e . d i s p l a y   =   ' n o n e '   ;  
 	 p a r a 4 . s t y l e . d i s p l a y   =   ' n o n e '   ;  
 	 p a r a 5 . s t y l e . d i s p l a y   =   ' n o n e '   ;  
 	 p a r a 6 . s t y l e . d i s p l a y   =   ' n o n e '   ;  
 	 p a r a 7 . s t y l e . d i s p l a y   =   ' n o n e '   ;  
 	 t i t l e 1   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v t i t l e 1 ' ) ;  
 	 t i t l e 2   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v t i t l e 2 ' ) ;  
 	 t i t l e 3   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v t i t l e 3 ' ) ;  
 	 t i t l e 4   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v t i t l e 4 ' ) ;  
 	 t i t l e 5   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v t i t l e 5 ' ) ;  
 	 t i t l e 6   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v t i t l e 6 ' ) ;  
 	 t i t l e 7   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' c v t i t l e 7 ' ) ;  
 	 t i t l e 1 . o n c l i c k   =   f u n c t i o n   ( ) {  
 	   p a r a 1 . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
 	 }  
 	 t i t l e 1 . o n m o u s e o v e r   =   f u n c t i o n   ( ) {  
 	   p a r a 1 . s t y l e . d i s p l a y   = ' n o n e ' ;  
 	 }  
 	 t i t l e 2 . o n c l i c k   =   f u n c t i o n   ( ) {  
 	   p a r a 2 . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
 	 }  
 	 t i t l e 2 . o n m o u s e o v e r   =   f u n c t i o n   ( ) {  
 	   p a r a 2 . s t y l e . d i s p l a y   = ' n o n e ' ;  
 	 }  
 	 t i t l e 3 . o n c l i c k   =   f u n c t i o n   ( ) {  
 	   p a r a 3 . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
 	 }  
 	 t i t l e 3 . o n m o u s e o v e r   =   f u n c t i o n   ( ) {  
 	   p a r a 3 . s t y l e . d i s p l a y   = ' n o n e ' ;  
 	 }  
 	 t i t l e 4 . o n c l i c k   =   f u n c t i o n   ( ) {  
 	   p a r a 4 . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
 	 }  
 	 t i t l e 4 . o n m o u s e o v e r   =   f u n c t i o n   ( ) {  
 	   p a r a 4 . s t y l e . d i s p l a y   = ' n o n e ' ;  
 	 }  
 	 t i t l e 5 . o n c l i c k   =   f u n c t i o n   ( ) {  
 	   p a r a 5 . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
 	 }  
 	 t i t l e 5 . o n m o u s e o v e r   =   f u n c t i o n   ( ) {  
 	   p a r a 5 . s t y l e . d i s p l a y   = ' n o n e ' ;  
 	 }  
 	 t i t l e 6 . o n c l i c k   =   f u n c t i o n   ( ) {  
 	   p a r a 6 . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
 	 }  
 	 t i t l e 6 . o n m o u s e o v e r   =   f u n c t i o n   ( ) {  
 	   p a r a 6 . s t y l e . d i s p l a y   = ' n o n e ' ;  
 	 }  
 	 t i t l e 7 . o n c l i c k   =   f u n c t i o n   ( ) {  
 	   p a r a 7 . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
 	 }  
 	 t i t l e 7 . o n m o u s e o v e r   =   f u n c t i o n   ( ) {  
 	   p a r a 7 . s t y l e . d i s p l a y   = ' n o n e ' ;  
 	 }  
 } 
