ÿþf u n c t i o n   v c f v ( )  
 {  
         v a r   n a m e   =   d o c u m e n t . c f v . n a m e ;  
         v a r   e m a i l   =   d o c u m e n t . c f v . e m a i l ;  
         v a r   m e s s a g e   =   d o c u m e n t . c f v . m e s s a g e ;  
         v a r   v e r i f _ b o x   =   d o c u m e n t . c f v . v e r i f _ b o x ;  
  
  
         i f   ( n a m e . v a l u e   = =   " " )  
         {  
                 w i n d o w . a l e r t ( " >60;C9AB0  22548B5  0H5  8<O. " ) ;  
                 n a m e . f o c u s ( ) ;  
                 r e t u r n   f a l s e ;  
         }  
          
         i f   ( e m a i l . v a l u e   = =   " " )  
         {  
                 w i n d o w . a l e r t ( " >60;C9AB0  22548B5  0H  M;5:B@>==K9  04@5A. " ) ;  
                 e m a i l . f o c u s ( ) ;  
                 r e t u r n   f a l s e ;  
         }  
         i f   ( e m a i l . v a l u e . i n d e x O f ( " @ " ,   0 )   <   0 )  
         {  
                 w i n d o w . a l e r t ( " >60;C9AB0  C1548B5AL  2  ?@028;L=>AB8  M;5:B@>==>3>  04@5A0. " ) ;  
                 e m a i l . f o c u s ( ) ;  
                 r e t u r n   f a l s e ;  
         }  
         i f   ( e m a i l . v a l u e . i n d e x O f ( " . " ,   0 )   <   0 )  
         {  
                 w i n d o w . a l e r t ( " >60;C9AB0  C1548B5AL  2  ?@028;L=>AB8  M;5:B@>==>3>  04@5A0. " ) ;  
                 e m a i l . f o c u s ( ) ;  
                 r e t u r n   f a l s e ;  
         }  
  
         i f   ( m e s s a g e . v a l u e   = =   " " )  
         {  
                 w i n d o w . a l e r t ( " >60;C9AB0  >AB02LB5  0H  :><<5=B0@89. " ) ;  
                 m e s s a g e . f o c u s ( ) ;  
                 r e t u r n   f a l s e ;  
         }  
         i f   ( v e r i f _ b o x . v a l u e   = =   " " )  
         {  
                 w i n d o w . a l e r t ( " >60;C9AB0  22548B5  =><5@. " ) ;  
                 v e r i f _ b o x . 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 ;  
         }  
  
 
