ÿþv a r   I E   =   d o c u m e n t . a l l ? t r u e : f a l s e  
  
 i f   ( ! I E )   {  
       d o c u m e n t . c a p t u r e E v e n t s ( E v e n t . M O U S E M O V E ) ;  
       d o c u m e n t . o n m o u s e m o v e   =   m o u s e P o s ;  
       v a r   n e t X ,   n e t Y ;  
 }  
  
 f u n c t i o n   p o s X ( )   {  
 	 i f   ( I E )   {  
 	       t e m p X   =   d o c u m e n t . b o d y . s c r o l l L e f t   +   e v e n t . c l i e n t X ;  
 	 }  
 	 i f   ( t e m p X < 0 )   {  
 	       t e m p X = 0 ;  
 	 }  
 	 r e t u r n   t e m p X ;  
 }  
  
 f u n c t i o n   p o s Y ( e )   {  
 	 i f   ( I E )   {  
 	         t e m p Y   =   d o c u m e n t . b o d y . s c r o l l T o p + e v e n t . c l i e n t Y ;  
 	 }  
 	 i f   ( t e m p Y   <   0 )   {  
 	       t e m p Y   =   0 ;  
 	 }  
 	 r e t u r n   t e m p Y ;  
 }  
  
 f u n c t i o n   m o u s e P o s ( e )   {  
 	 n e t X = e . p a g e X ;  
 	 n e t Y = e . p a g e Y ;  
 }  
  
 f u n c t i o n   i P o k a z ( p X ,   p Y ,   s r c )   {  
 	 i f   ( I E )   {  
 	       d o c u m e n t . a l l . i n f o . s t y l e . v i s i b i l i t y   =   ' v i s i b l e ' ;  
 	       d o c u m e n t . a l l . i n f o . i n n e r H T M L   =   s r c ;  
 	       d o c u m e n t . a l l . i n f o . s t y l e . l e f t   =   p o s X ( ) + p X + " p x " ;  
 	       d o c u m e n t . a l l . i n f o . s t y l e . t o p   =   p o s Y ( ) + 1 0 0 + p Y + " p x " ;  
 	 }   e l s e   {  
 	 	   d o c u m e n t . g e t E l e m e n t B y I d ( " i n f o " ) . s t y l e . v i s i b i l i t y   =   ' v i s i b l e ' ;  
 	 	   d o c u m e n t . g e t E l e m e n t B y I d ( " i n f o " ) . s t y l e . l e f t   =   n e t X + p X + " p x " ;  
 	 	   d o c u m e n t . g e t E l e m e n t B y I d ( " i n f o " ) . s t y l e . t o p   =   n e t Y + p Y + " p x " ;  
 	 	   d o c u m e n t . g e t E l e m e n t B y I d ( " i n f o " ) . i n n e r H T M L   =   s r c ;  
 	 }  
 	 i P r z e s u n ( p X ,   p Y ) ;  
 }  
  
 f u n c t i o n   i P r z e s u n ( p X ,   p Y )   {  
 	 i f   ( I E )   {  
 	       d o c u m e n t . a l l . i n f o . s t y l e . l e f t   =   p o s X ( ) + p X + " p x " ;  
 	       d o c u m e n t . a l l . i n f o . s t y l e . t o p   =   p o s Y ( ) + p Y + " p x " ;  
 	 }   e l s e   {  
 	 	   d o c u m e n t . g e t E l e m e n t B y I d ( " i n f o " ) . s t y l e . l e f t   =   n e t X + p X + " p x " ;  
 	 	   d o c u m e n t . g e t E l e m e n t B y I d ( " i n f o " ) . s t y l e . t o p   =   n e t Y + p Y + " p x " ;  
 	 }  
 }  
  
 f u n c t i o n   i Z a m k n i j ( )   {  
 	 i f   ( I E )   {  
 	       d o c u m e n t . a l l . i n f o . i n n e r H T M L   =   ' ' ;  
 	       d o c u m e n t . a l l . i n f o . s t y l e . v i s i b i l i t y   =   ' h i d d e n ' ;  
 	 }   e l s e   {  
 	 	   d o c u m e n t . g e t E l e m e n t B y I d ( " i n f o " ) . s t y l e . v i s i b i l i t y   =   ' h i d d e n ' ;  
 	 	   d o c u m e n t . g e t E l e m e n t B y I d ( " i n f o " ) . i n n e r H T M L   =   ' ' ;  
 	 }  
 }  
  
 f u n c t i o n   i O b r a z ( t y t u l )   {  
 	 t e x t = ' < t a b l e   c e l l s p a c i n g = " 0 "   c e l l p a d d i n g = " 3 "   b o r d e r = " 0 "   s t y l e = " f o n t - f a m i l y :   G a r a m o n d ;   b a c k g r o u n d - c o l o r :   # d f d b a f ;   b o r d e r :   1 p x   s o l i d   # 8 e 7 9 5 f ; " > < t b o d y > < t r > < t d   s t y l e = " p a d d i n g :   4 p x ;   c o l o r :   # 6 6 3 3 6 6 ;   f o n t - s i z e :   1 4 p x ;   f o n t - s t y l e :   i t a l i c ; " > ' + t y t u l + ' < / t d > < / t r > < / t b o d y > < / t a b l e > ' ;  
 	 i P o k a z ( 1 0 , 2 5 , t e x t ) ;  
 }  
  
 f u n c t i o n   i R u c h ( )   {  
 	 i P r z e s u n ( 1 0 , 2 5 ) ;  
 } 
