ÿþv a r   _ P i n E r r o r _   =   " P l e a s e   i n s e r t   y o u r   P I N   c o d e " ;  
 v a r   _ O b j e c t S e l e c t i o n E r r o r _   =   " P o r   f a v o r   e l i g e   u n   o b j e t o   a n t e s   d e   c o n t i n u a r " ;  
 v a r   _ A g r e e E r r o r _   =   " P a r a   p a r t i c i p a r   e n   l a   p r o m o c i ó n   e s   n e c e s a r i o   q u e   h a y a s   l e í d o   l a   P r i v a c i d a d   d e   D a t o s " ;  
 v a r   _ N u m b e r F o r m a t E r r o r _   =   " P o r   f a v o r   i n s e r t e   u n   n ú m e r o   d e   m ó v i l   c o r r e c t o " ;  
         v a r 	 _ N u m b e r F o r m a t E r r o r _ T o o S h o r t _   =   " P o r   f a v o r   i n s e r t e   u n   n ú m e r o   d e   m ó v i l   c o r r e c t o " ;  
  
 v a r   _ C a r r i e r S e l e c t E r r o r _   =   " P o r   f a v o r   e l i g e   t u   o p e r a d o r " ;  
 v a r   _ C o d e E r r o r _   =   " P l e a s e   e n t e r   v a l i d a t i o n   c o d e " ;  
 v a r   _ H e a d s e t S e l e c t E r r o r _   =   " P o r   f a v o r   s e l e c c i o n a   t u   m o d e l o   d e   m ó v i l " ;  
  
 v a r   _ M a x P h o n e L e n g t h _   =   9 ;  
 v a r   _ M i n P h o n e L e n g t h _   =   9 ;  
 v a r   _ P h o n e R E _   = / ^ 6 \ d + $ /   ;    
 v a r   _ P h o n e D e f a u l t _   =   " 6 " ;  
  
 f u n c t i o n   C h e c k A g r e e ( o F o r m )  
 {  
         i f   ( ! o F o r m . a g r e e . c h e c k e d ) {  
                 a l e r t ( _ A g r e e E r r o r _ ) ;  
                 r e t u r n   f a l s e ;  
         }  
         r e t u r n   t r u e ;  
 } 
