ÿþ/ *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  
 C o d e   t o   s o l v e   t h e   p r o b l e m   o f   d o u b l e - c l i c k   t h e   f l a s h   e l e m e n t s   i n   I E  
 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * /  
 v a r   t h e O b j e c t s   =   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 ( " o b j e c t " ) ;    
 f o r   ( v a r   i   =   0 ;   i   <   t h e O b j e c t s . l e n g t h ;   i + + )    
 {    
 	 t h e O b j e c t s [ i ] . o u t e r H T M L   =   t h e O b j e c t s [ i ] . o u t e r H T M L ;    
 }  
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * /  
  
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  
 F U N C T I O N : 	 O p e n P o p u p W i n d o w ( w i n U R L ,   w i n N a m e ,   w i n F e a t u r e s )  
 -   O p e n s   a   n e w   b r o w s e r   w i n d o w   w i t h   t h e   p a r a m e t e r s   p a s s e d   i n t o   t h e   f u n c t i o n  
 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * /  
 f u n c t i o n   O p e n P o p u p W i n d o w ( w i n U R L ,   w i n N a m e ,   w i n F e a t u r e s )    
 {  
 	 v a r   o b j W i n   =   w i n d o w . o p e n ( w i n U R L ,   w i n N a m e ,   w i n F e a t u r e s ) ;  
 	 o b j W i n . f o c u s ( ) ;  
 }  
  
 / *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  
 F U N C T I O N : 	 i s V a l i d E m a i l ( s t r E m a i l )  
 I N P U T : 	 	 s t r E m a i l   -   S t r i n g   r e p r e s e n t i n g   t h e   e - m a i l   t o   v a l i d a d e  
 R E T U R N S : 	 	 t r u e ,   i f   t h e   e - m a i l   i s   v a l i d   a c c o r d i n g   t o   t h e   r e g u l a r   e x p r e s s i o n  
 	 	 	 	 f a l s e ,   o t h e r w i s e .  
 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * /  
 f u n c t i o n   i s V a l i d E m a i l ( s t r E m a i l )  
 {  
 	 v a r   r e g   =   / ^ ( \ w + ( ? : ( \ . | \ - ) \ w + ) * ) @ ( ( ? : \ w + ( ? : ( \ . | \ - ) \ w + ) * \ . ) + ) ( [ a - z \ d ] { 2 , } ) $ / i ;  
 	 r e t u r n   r e g . t e s t ( s t r E m a i l ) ;  
 }  
  
 f u n c t i o n   M M _ j u m p M e n u ( t a r g , s e l O b j , r e s t o r e )  
 {   / / v 3 . 0  
     e v a l ( t a r g + " . l o c a t i o n = ' " + s e l O b j . o p t i o n s [ s e l O b j . s e l e c t e d I n d e x ] . v a l u e + " ' " ) ;  
     i f   ( r e s t o r e )   s e l O b j . s e l e c t e d I n d e x = 0 ;  
 }  
 
