ÿþ/ *   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  
 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 :         i n f o ( f l i g h t _ p o s i t i o n )  
 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =   * /  
 f u n c t i o n   i n f o ( f l i g h t _ p o s i t i o n )  
 {  
         v a r   f o r m   =   w i n d o w . o p e n ( " A i r F l i g h t I n f o . a s p x " ,   " f l i g h t _ i n f o " ,   " l e f t = 3 0 , s c r e e n X = 3 0 , t o p = 5 0 , s c r e e n Y = 5 0 , w i d t h = 8 5 0 , h e i g h t = 7 0 0 , s c r o l l b a r s = y e s , r e s i z a b l e = y e s " ) ;  
         f o r m . 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   o c ( a )  
 {  
     v a r   o   =   { } ;  
     f o r ( v a r   i = 0 ; i < a . l e n g t h ; i + + )  
     {  
         o [ a [ i ] ] = ' ' ;  
     }  
 r e t u r n   o ;  
 }  
  
 f u n c t i o n   u p E n g i n e C o n t a i n e r ( ) {  
 v a r   s I d E n g i n e C o n t a i n e r   =   " d i v E n g i n e C o n t a i n e r " ;  
 v a r   o b j E n g i n e C o n t a i n e r   =   d o c u m e n t . g e t E l e m e n t B y I d ( s I d E n g i n e C o n t a i n e r ) ;  
 i f   ( o b j E n g i n e C o n t a i n e r   ! =   n u l l )  
 {        
 v a r   s t r O p e n   =   " < t a b l e   c e l l s p a c i n g = ' 0 '   c e l l p a d d i n g = ' 0 ' > < t b o d y > < t r > < t d   w i d t h = ' 3 3 6 '   s t y l e = ' w i d t h :   3 3 6 p x ; ' > < t a b l e   c l a s s = ' c o n t e u d o _ l e f t '   c e l l s p a c i n g = ' 0 '   c e l l p a d d i n g = ' 0 ' > < t b o d y > < t r > < t d   c l a s s = ' b o x M o t o r ' > " ;  
 v a r   s t r C l o s e   =   " < / t d > < / t r > < / t b o d y > < / t a b l e > < / t d > < / t r > < / t b o d y > < / t a b l e > " ;  
 v a r   e l e m e n t I n n e r H T M L = o b j E n g i n e C o n t a i n e r . i n n e r H T M L ;  
 / / a l e r t ( e l e m e n t I n n e r H T M L . m a t c h ( " c o n t e u d o _ l e f t " ) ) ;  
 i f   ( e l e m e n t I n n e r H T M L . m a t c h ( " c o n t e u d o _ l e f t " ) = = n u l l )   o b j E n g i n e C o n t a i n e r . i n n e r H T M L   =   s t r O p e n + o b j E n g i n e C o n t a i n e r . i n n e r H T M L + s t r C l o s e ;  
 }  
 } 
