ÿþf u n c t i o n   l i b _ b w c h e c k ( ) {   / / B r o w s e r c h e c k   ( n e e d e d )  
 	 t h i s . v e r = n a v i g a t o r . a p p V e r s i o n  
 	 t h i s . a g e n t = n a v i g a t o r . u s e r A g e n t  
 	 t h i s . d o m = d o c u m e n t . g e t E l e m e n t B y I d ? 1 : 0  
 	 t h i s . o p e r a 5 = t h i s . a g e n t . i n d e x O f ( " O p e r a   5 " ) > - 1  
 	 t h i s . i e 5 = ( t h i s . v e r . i n d e x O f ( " M S I E   5 " ) > - 1   & &   t h i s . d o m   & &   ! t h i s . o p e r a 5 ) ? 1 : 0 ;    
 	 t h i s . i e 6 = ( t h i s . v e r . i n d e x O f ( " M S I E   6 " ) > - 1   & &   t h i s . d o m   & &   ! t h i s . o p e r a 5 ) ? 1 : 0 ;  
 	 t h i s . i e 4 = ( d o c u m e n t . a l l   & &   ! t h i s . d o m   & &   ! t h i s . o p e r a 5 ) ? 1 : 0 ;  
 	 t h i s . i e = t h i s . i e 4 | | t h i s . i e 5 | | t h i s . i e 6  
 	 t h i s . m a c = t h i s . a g e n t . i n d e x O f ( " M a c " ) > - 1  
 	 t h i s . n s 6 = ( t h i s . d o m   & &   p a r s e I n t ( t h i s . v e r )   > =   5 )   ? 1 : 0 ;    
 	 t h i s . n s 4 = ( d o c u m e n t . l a y e r s   & &   ! t h i s . d o m ) ? 1 : 0 ;  
 	 t h i s . b w = ( t h i s . i e 6   | |   t h i s . i e 5   | |   t h i s . i e 4   | |   t h i s . n s 4   | |   t h i s . n s 6   | |   t h i s . o p e r a 5 )  
 	 r e t u r n   t h i s  
 }  
 v a r   b w = n e w   l i b _ b w c h e c k ( )  
  
  
 i f ( d o c u m e n t . l a y e r s ) {   / / N S 4   r e s i z e   f i x . . .  
 	 s c r X =   i n n e r W i d t h ;   s c r Y =   i n n e r H e i g h t ;  
 	 o n r e s i z e =   f u n c t i o n ( ) { i f ( s c r X ! =   i n n e r W i d t h   | |   s c r Y ! =   i n n e r H e i g h t ) { h i s t o r y . g o ( 0 ) }   }  
 }  
  
 / * * * *  
 V a r i a b l e s   t o   s e t    
 * * * * /  
 m s g F o n t =   " v e r d a n a ,   s a n s - s e r i f " 	 / /   T h e   f o n t   f o r   t h e   m e s s a g e   , h e l v e t i v a  
 m s g F o n t S i z e =   1 2 	 	 	 	 / /   S e t   t h e   f o n t S i z e   i n   p x  
 m s g F o n t C o l o r = " # 0 0 0 0 0 0 " 	 	 / /   S e t   t h e   f o n t C o l o r  
 m s g W i d t h =   " 3 0 0 " 	 	 	 	 / /   S e t   t h e   w i d t h   o f   t h e   m e s s a g e b l o c k   h e r e   f o r   n e t s c a p e   4  
  
 / / S e t   t h e   t e x t   y o u   w a n t   t o   d i s p l a y   o n   m o u s e o v e r   h e r e .  
 m e s s a g e s = n e w   A r r a y ( )  
 m e s s a g e s [ 0 ] = " < i m g   s r c = ' b a n . j p g '   w i d t h = ' 4 6 8 '   h e i g h t = ' 6 0 '   a l t = ' b a n . j p g '   b o r d e r = ' 0 ' > "   / / T h i s   i s   t h e   d e f a u l t   t e x t   t h a t   a p p e a r s   w h e n   y o u   m o u s e   o u t .  
 m e s s a g e s [ 1 ] = " < b > < s t r o n g > < f o n t   s i z e = 6 > Ú v o d o m   n i e o   o   N á s < / f o n t > < / s t r o n g > < / b > "  
 m e s s a g e s [ 2 ] = " < b > < s t r o n g > < f o n t   s i z e = 4 > S ea h u j e t e   s a ?   P o n ú k a m e   v ae t k y   s l u ~b y   p o t r e b n é   k   p r e s ea h o v a n i u < / f o n t > < / s t r o n g > < / b > "  
 m e s s a g e s [ 3 ] = " < b > < s t r o n g > < f o n t   s i z e = 5 > P r e p r a v a   n á k l a d u   d o   2   t o n   p o   c e l e j   E Ú < / f o n t > < / s t r o n g > < / b > "  
 m e s s a g e s [ 4 ] = " < b > < s t r o n g > < f o n t   s i z e = 5 > C e n n í k   N a aí c h   s l u ~i e b < / f o n t > < / s t r o n g > < / b > "  
 m e s s a g e s [ 5 ] = " < b > < s t r o n g > < f o n t   s i z e = 5 > K o n t a k t n é   i n f o r m á c i e   n a   T T r a n s < / f o n t > < / s t r o n g > < / b > "  
 m e s s a g e s [ 6 ] = " < b > < s t r o n g > < f o n t   s i z e = 6 > O b a l y   n a   o k o >v e k < / f o n t > < / s t r o n g > < / b > "  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  
 Y o u   d o n ' t   h a v e   t o   c h a n g e   a n y t h i n g   b e l o w   t h i s  
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
 / / C h a n g e T e x t   o b j e c t   c o n s t r u c t o r .  
 f u n c t i o n   m a k e C h a n g e T e x t O b j ( o b j ) {  
       	 t h i s . c s s   =   b w . d o m ? d o c u m e n t . g e t E l e m e n t B y I d ( o b j ) . s t y l e : b w . i e 4 ? d o c u m e n t . a l l [ o b j ] . s t y l e : b w . n s 4 ? d o c u m e n t . l a y e r s [ o b j ] : 0 ; 	  
       	 t h i s . w r i t e r e f   =   b w . d o m ? d o c u m e n t . g e t E l e m e n t B y I d ( o b j ) : b w . i e 4 ? d o c u m e n t . a l l [ o b j ] : b w . n s 4 ? d o c u m e n t . l a y e r s [ o b j ] . d o c u m e n t : 0 ; 	  
 	 t h i s . w r i t e I t   =   b _ w r i t e I t ; 	 	 	 	 	  
 }  
 f u n c t i o n   b _ w r i t e I t ( t e x t , n u m ) {  
 	 i f   ( b w . n s 4 ) {  
 	 	 t h i s . w r i t e r e f . w r i t e ( t e x t )  
 	 	 t h i s . w r i t e r e f . c l o s e ( )  
 	 }  
         e l s e   t h i s . w r i t e r e f . i n n e r H T M L   =   m e s s a g e s [ n u m ]  
 }  
  
 / / T h e   m o u o s e o v e r   f u n c t i o n .   C a l l s   t h e   w r i t e I t   m e t h o d   t o   w r i t e   t h e   t e x t   t o   t h e   d i v .  
 f u n c t i o n   c h a n g e T e x t ( n u m ) {  
 	 i f ( b w . b w )   o M e s s a g e . w r i t e I t ( ' < t a b l e   w i d t h = " ' + m s g W i d t h + ' "   b o r d e r = " 0 "   c e l l p a d d i n g = " 0 "   c e l l s p a c i n g = " 0 " > < t r > < t d > < s p a n   s t y l e = " f o n t - s i z e : ' + m s g F o n t S i z e + ' p x ;   f o n t - f a m i l y : ' + m s g F o n t + ' ;   c o l o r : ' + m s g F o n t C o l o r + ' " > ' + m e s s a g e s [ n u m ] + ' < / s p a n > < / t d > < / t r > < / t a b l e > ' ,   n u m )  
 }  
  
 / / T h e   i n i t   f u n c t i o n .   C a l l s   t h e   o b j e c t   c o n s t r u c t o r   a n d   i n i t i a t e s   s o m e   p r o p e r t i e s .  
 f u n c t i o n   c h a n g e T e x t I n i t ( ) {  
 	 / / F i x i n g   t h e   b r o w s e r c h e c k   f o r   o p e r a . . .   t h i s   c a n   b e   r e m o v e d   i f   t h e   b r o w s e r c h e c k   h a s   b e e n   u p d a t e d ! !  
 	 b w . o p e r a 5   =   ( n a v i g a t o r . u s e r A g e n t . i n d e x O f ( " O p e 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 ) ? t r u e : f a l s e  
 	 i f   ( b w . o p e r a 5 )   b w . n s 6   =   0  
 	  
 	 o M e s s a g e   =   n e w   m a k e C h a n g e T e x t O b j ( ' d i v M e s s a g e ' )  
 	 o L i n k s   =   n e w   m a k e C h a n g e T e x t O b j ( ' d i v L i n k s ' )  
 	 / / S e t t i n g   t h e   s t y l e   p r o p e r t i e s   o f   t h e   t e x t   l a y e r .  
 	 i f ( b w . d o m   | |   b w . i e 4 ) {  
 	 	 w i t h ( o M e s s a g e . w r i t e r e f . s t y l e ) { f o n t F a m i l y = m s g F o n t ;   f o n t S i z e = m s g F o n t S i z e + " p x " ;   c o l o r = m s g F o n t C o l o r }  
 	 }  
 	 / / B o t h   l a y e r s   a r e   h i d d e n   b y   d e f a u l t   t o   p r e v e n t   u s e r s   f r o m   m o u s i n g   o v e r   t h e m   a n d   c r e a t i n g   e r r o r s   w h i l e   t h e   p a g e   l o a d s .  
 	 o M e s s a g e . c s s . v i s i b i l i t y =   " v i s i b l e "  
 	 o L i n k s . c s s . v i s i b i l i t y =   " v i s i b l e "  
 }  
  
 / / I f   t h e   b r o w s e r   i s   o k ,   t h e   i n i t   f u n c t i o n   i s   c a l l e d   o n   p a g e l o a d .    
 i f   ( b w . b w )   o n l o a d   =   c h a n g e T e x t I n i t 
