ÿþs 1 o = s 2 o = s 3 o = s 4 o = s 5 o = s m 1 o = 0 ;  
 s 1 v = s 2 v = s 3 v = s 4 v = s 5 v = s m 1 v = 0 ;  
 s e l 1 E = s e l 2 E = s e l 3 E = s e l 4 E = s e l 5 E = s e l m 1 E = n u l l ;  
  
  
  
 v a r   i t s I E   =   f a l s e ;  
 v a r   i t s N N   =   f a l s e ;  
 i b o = 0 ;  
 i b c o = 0 ;  
 i b s = 0 ;  
  
  
 w i n d o w . o n l o a d = i n i t ;  
  
 f u n c t i o n   i n i t ( ) {  
  
 	 	 i t s I E   =   i s I E ( ) ; 	  
 	 i f   ( n a v i g a t o r . a p p N a m e . i n d e x O f ( " N e t s c a p e " )   ! =   - 1 )   i t s N N   =   t r u e ;  
  
 / / 	 w i n d o w . s e t I n t e r v a l ( p l a c e , 1 0 ) ;  
  
 }  
  
 f u n c t i o n   p l a c e ( )   {  
 / / w i n d o w . s t a t u s = i b o + ' , ' + i b c o ;  
  
  
 i f   ( i b c o   ! =   i b o )   {  
 	 i f   ( i b c o   <   i b o )   {  
 	 	 i b c o   + =   M a t h . c e i l ( ( i b o   -   i b c o ) / 2 ) ;  
  
 	 }   e l s e   {  
 	 	 i b c o   + =   M a t h . f l o o r ( ( i b o   -   i b c o ) / 2 ) ;  
  
 	 }  
 }  
 / / w . s t y l e . c o l o r   =   " r g b ( "   +   c o l o r + " , " + c o l o r + " , " + c o l o r + " ) " ;  
 i b . s t y l e . f i l t e r   =   " a l p h a ( o p a c i t y = "   +   p a r s e I n t ( i b c o )   +   " ) " ;  
  
 / / i f   ( c o l o r > 2 5 5 )   { w . s t y l e . v i s i b i l i t y   =   " h i d d e n " ; }  
 / / i f   ( c o l o r < 2 4 5 )   { w . s t y l e . v i s i b i l i t y   =   " v i s i b l e " ; }  
  
  
 }  
  
  
  
  
 f u n c t i o n   s h o w i b ( e ) {     / / h a n d l e r   i n f o b o x u  
 i f   ( i t ! = 0 )   {  
 	  
 i f   ( i b s = = 0 )  
 { 	  
 	 w H ( i b ,   i t ) ;  
 	 i b o   =   8 5 ; 	    
 	 i b . s t y l e . d i s p l a y = " b l o c k " ;  
 	 i f   ( i t . l e n g t h > 5 0 )   { i b . s t y l e . w i d t h = " 2 6 0 p x " ; }  
 	 e l s e   { i b . s t y l e . w i d t h = " a u t o " ; }  
 	 i b s = 1 ;  
 } 	  
 	  
 	  
  
  
 }  
  
 i f   ( e )   { i f   ( w i n W ( ) < e . p a g e X + 2 6 0 )   { m T ( i b , e . p a g e X - 6 - 2 6 0 , e . p a g e Y + 2 0 ) ; }   e l s e   { m T ( i b , e . p a g e X - 6 , e . p a g e Y + 2 0 ) ; } }  
  
 e l s e {  
 	 d d = e v e n t . c l i e n t X   +   d o c u m e n t . b o d y . s c r o l l L e f t + 2 6 0 - w i n W ( ) ;  
 	 i f   ( d d > 0 )   { m T ( i b , e v e n t . c l i e n t X   +   d o c u m e n t . b o d y . s c r o l l L e f t - 6 - d d , e v e n t . c l i e n t Y +   d o c u m e n t . b o d y . s c r o l l T o p + 2 0 ) ; }  
 e l s e   { m T ( i b , e v e n t . c l i e n t X   +   d o c u m e n t . b o d y . s c r o l l L e f t - 6 , e v e n t . c l i e n t Y +   d o c u m e n t . b o d y . s c r o l l T o p + 2 0 ) ; }  
  
 }  
 }  
  
 f u n c t i o n   h i d e ( ) {   / / s k r y t i e   i n f o b o x u  
 i f   ( l l l ) i b . s t y l e . d i s p l a y = " n o n e " ;  
 i b o = 0 ;  
 i t = 0 ;  
 i b s = 0 ;  
 h = 0 ;  
 }  
  
  
  
 f u n c t i o n   i s I E ( )   {  
 	 i f   ( ( d o c u m e n t . a l l )   & &   ( n a v i g a t o r . a p p V e r s i o n . i n d e x O f ( " M S I E " )   ! =   - 1 ) )   r e t u r n   t r u e ;  
 	 r e t u r n   f a l s e ; 	  
 }  
 
