ÿþ/ / < s c r i p t   l a n g u a g e = " j a v a s c r i p t "   t y p e = " t e x t / j a v a s c r i p t "   s r c = " j s / i n p u t _ t e x t t i c k e r . j s " > < / s c r i p t >  
 / / H i e r   i s t   H T M L   c o d i e r u n g   i m   d o d y - t a g :  
 / / B O D Y   o n L o a d = " t e x t t i c k e r ( ) ; "  
 / / < f o r m   n a m e = " f o r m 1 " >  
 / / < i n p u t   s i z e = " "   n a m e = " t e x t f e l d "   c l a s s = " i n p u t "   s t y l e = " " >  
 / / < / f o r m >  
  
  
 / / -   T e x t t i c k e r  
 v a r   m a x = 0 ;  
  
 f u n c t i o n   t e x t l i s t ( ) {  
 	 m a x = t e x t l i s t . a r g u m e n t s . l e n g t h ;  
 	 f o r   ( i = 0 ;   i < m a x ;   i + + )  
 	 	 t h i s [ i ] = t e x t l i s t . a r g u m e n t s [ i ] ;  
 }  
 t l = n e w   t e x t l i s t  
 (  
   " + + +   W i l l k o m m e n   b e i   A E V   T e c h n i k   G m b H   + + + " ,  
   " U n s e r e   I n t e r n e t s e i t e   b i e t e t " ,  
   " p r a k t i s c h e   I n f o r m a t i o n e n   u n d   s c h n e l l e   O r i e n t i e r u n g : " ,  
   " E r f a h r e n   S i e   a l l e s   r u n d   u m   u n s e r e   P r o d u k t e   u n d   L e i s t u n g e n . " ,    
   " + + +   >1@>  ?>60;>20BL  :  A E V - T e c h n i k   S e r v i c e   G m b H   + + + " ,  
   " 0H0  =>20O  AB@0=8F0  ?@54;0305B:   " ,  
   " ?@0:B8G5A:CN  8=D>@<0F8N  8  1KAB@CN  >@85=B0F8N.   + + + " ,  
   " 45AL  K  <>65B5  >7=0:><8BLAOA  1>;LH8<  A?5:B@><:   " ,  
   " =0H59  @>4C:F88,   >7<>6=>ABO<8  8  !5@28A><. "  
 ) ;  
  
 v a r   p o s = 0 ;  
 v a r   x = 0 ;  
 v a r   l = t l [ x ] . l e n g t h ;  
 f u n c t i o n   t e x t t i c k e r ( )   {                  
  
 d o c u m e n t . f o r m 1 . t e x t f e l d . v a l u e = t l [ x ] . s u b s t r i n g ( 0 , p o s ) + " _ " ;  
 	 i f ( p o s + + = = l ) {  
 	 	 p o s = 0 ;  
 	 	 s e t T i m e o u t ( " t e x t t i c k e r ( ) " , 1 0 0 0 ) ;  
 	 	 x + + ;  
 	 	 i f ( x = = m a x )  
 	 	 	 x = 0 ;  
 	 	 l = t l [ x ] . l e n g t h ;  
 	 }   e l s e  
 	 	 s e t T i m e o u t ( " t e x t t i c k e r ( ) " , 7 0 ) ;  
  
 }  
  
  
 / / -   A l l e r t   m i t   r e c h t e   m a o u s e   c l i c k :  
  
 v a r   m e s s a g e = " A E V   T e c h n i k   G m b H \ n                   2 0 0 4   ©   C o p y r i g h t " ;  
 f u n c t i o n   c l i c k ( e )   {  
 i f   ( d o c u m e n t . a l l )   {  
 i f   ( e v e n t . b u t t o n   = =   2 )   {  
 a l e r t ( m e s s a g e ) ;  
 r e t u r n   f a l s e ;  
 }  
 }  
 i f   ( d o c u m e n t . l a y e r s )   {  
 i f   ( e . w h i c h   = =   3 )   {  
 a l e r t ( m e s s a g e ) ;  
 r e t u r n   f a l s e ;  
 }  
 }  
 }  
 i f   ( d o c u m e n t . l a y e r s )   {  
 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 D O W N ) ;  
 }  
 d o c u m e n t . o n m o u s e d o w n = c l i c k ;  
  
