ÿþf u n c t i o n   c h e c k U n c h e c k A l l ( t h e E l e m e n t )   {  	 v a r   t h e F o r m   =   t h e E l e m e n t . f o r m ,   z   =   0 ;  	 f o r ( z = 0 ;   z < t h e F o r m . l e n g t h ; z + + ) {  	 	 i f ( t h e F o r m [ z ] . t y p e   = =   ' c h e c k b o x '   & &   t h e F o r m [ z ] . n a m e   ! =   ' c h e c k a l l ' ) {  	 	 	 t h e F o r m [ z ] . c h e c k e d   =   t h e E l e m e n t . c h e c k e d ;  	 	 }  	 }  }   w i n d o w . o n s c r o l l   =   d o c u m e n t . d o c u m e n t E l e m e n t . o n s c r o l l   =   m o v e m e n u ;  w i n d o w . o n r e s i z e   =   d o c u m e n t . d o c u m e n t E l e m e n t . o n s c r o l l   =   m o v e m e n u ;   f u n c t i o n   m o v e m e n u ( ) {  	 i f (   w i n d o w . X M L H t t p R e q u e s t   )   {   / /   I E   6   d o e s n ' t   i m p l e m e n t   p o s i t i o n   f i x e d   n i c e l y . . .  	 	 i f ( d o c u m e n t . g e t E l e m e n t B y I d ( ' p o s i t i e ' ) ) {  	 	 	 i f   ( d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l T o p   >   1 0 7   | |   s e l f . p a g e Y O f f s e t   >   1 0 7 )   {  	 	 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' p o s i t i e ' ) . s t y l e . p o s i t i o n   =   ' f i x e d ' ;    	 	 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' p o s i t i e ' ) . s t y l e . t o p   =   ' 0 ' ;  	 	 	 }   e l s e   i f   ( d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l T o p   <   1 0 7   | |   s e l f . p a g e Y O f f s e t   <   1 0 7 )   {  	 	 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' p o s i t i e ' ) . s t y l e . p o s i t i o n   =   ' a b s o l u t e ' ;    	 	 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' p o s i t i e ' ) . s t y l e . t o p   =   ' a u t o ' ;  	 	 	 }  	 	 }  	 }  }    f u n c t i o n   i s N u m e r i c ( e l e m ,   h e l p e r M s g ) {  	 v a r   n u m e r i c E x p r e s s i o n   =   / ^ [ 0 - 9 ] + $ / ;  	 i f ( e l e m . v a l u e . m a t c h ( n u m e r i c E x p r e s s i o n ) ) {  	 	 r e t u r n   t r u e ;  	 } e l s e {  	 	 a l e r t ( h e l p e r M s g ) ;  	 	 e l e m . f o c u s ( ) ;  	 	 e l e m . v a l u e = ' ' ;  	 	 r e t u r n   f a l s e ;  	 }  }   f u n c t i o n   S h o w H i d e ( i d ,   v i s i b i l i t y )   {          o b j   =   d o c u m e n t . g e t E l e m e n t s B y T a g N a m e ( " i m g " ) ;          o b j [ i d ] . s t y l e . v i s i b i l i t y   =   v i s i b i l i t y ;  }   / /   t h e s e   f u n c t i o n s   a l s o   r e m o v e   t h e   s p a c e   t h a t   t h e   o b j e c t   u s e s  f u n c t i o n   s h o w ( t h e _ o b j e c t ) {  	 d i v   =   d o c u m e n t . g e t E l e m e n t B y I d ( t h e _ o b j e c t ) ;  	 d i v . s t y l e . d i s p l a y   =   ' ' ;  }  f u n c t i o n   h i d e ( t h e _ o b j e c t ) {  	 d i v   =   d o c u m e n t . g e t E l e m e n t B y I d ( t h e _ o b j e c t ) ;  	 d i v . s t y l e . d i s p l a y   =   ' n o n e ' ;  } 
