ÿþ/ /   J a v a S c r i p t   D o c u m e n t  
 f u n c t i o n   o r g _ V a l i d a t o r ( t h e F o r m )  
 {  
  
     i f   ( t h e F o r m . a p p n o 1 . v a l u e   = =   " " )  
      
     {  
     a l e r t ( " EF  A6DC  #/.D  '3E  'DE3*./E  . " ) ;  
         t h e F o r m . a p p n o 1 . f o c u s ( ) ;  
         r e t u r n   ( f a l s e ) ;  
     }  
  
     i f   ( t h e F o r m . a p p n o 1 . v a l u e . l e n g t h   <   3 )  
     {  
       a l e r t ( " J,(  #F  JCHF  '3E  'DE3*./E  E3'HJ  D3   #H  4   -1HA  . " ) ;  
         t h e F o r m . a p p n o 1 . f o c u s ( ) ;  
         r e t u r n   ( f a l s e ) ;  
     }  
  
     i f   ( t h e F o r m . a p p n o 1 . v a l u e . l e n g t h   >   4 )  
     {  
         a l e r t ( " J,(  #F  JCHF  '3E  'DE3*./E  E3'HJ  D3   #H  4   -1HA  . " ) ;  
         t h e F o r m . a p p n o 1 . f o c u s ( ) ;  
         r e t u r n   ( f a l s e ) ;  
     }  
  
     i f   ( t h e F o r m . a p p n o 2 . v a l u e   = =   " " )  
     {  
       a l e r t ( " EF  A6DC  #41C  BJE)  AJ  '3E  'DE3*./E. " ) ;  
         t h e F o r m . a p p n o 2 . f o c u s ( ) ;  
         r e t u r n   ( f a l s e ) ;  
     }  
  
     i f   ( t h e F o r m . a p p n o 2 . v a l u e . l e n g t h   <   2 )  
     {  
           a l e r t ( " EF  A6DC  '/.D  9DI  'D#BDQ  -1AJF  AJ  '3E  'DE3*./E" ) ;  
  
         t h e F o r m . a p p n o 2 . f o c u s ( ) ;  
         r e t u r n   ( f a l s e ) ;  
     }  
  
     i f   ( t h e F o r m . a p p n o 2 . v a l u e . l e n g t h   >   2 )  
     {  
               a l e r t ( " EF  A6DC  '/.D  9DI  'D#BDQ  -1AJF  AJ  '3E  'DE3*./E" ) ;  
         t h e F o r m . a p p n o 2 . f o c u s ( ) ;  
         r e t u r n   ( f a l s e ) ;  
     }  
  
     i f   ( t h e F o r m . p a s s . v a l u e   = =   " " )  
     {  
           a l e r t ( " EF  A6DC  #41C  BJE)  AJ  CDE)  'D3Q1Q" ) ;  
  
         t h e F o r m . p a s s . f o c u s ( ) ;  
         r e t u r n   ( f a l s e ) ;  
     }  
  
     i f   ( t h e F o r m . p a s s . v a l u e . l e n g t h   <   6 )  
     {  
         a l e r t ( " EF  A6DC  '/.D  9DI  'D#BDQ  6   -1HAK'  #H  #C+1" ) ;  
         t h e F o r m . p a s s . f o c u s ( ) ;  
         r e t u r n   ( f a l s e ) ;  
     }  
     r e t u r n   ( t r u e ) ;  
 }  
 
