ÿþ< ! - -  
 f u n c t i o n   C h e c k C o n t a c t F o r m ( )   {  
 	 i f ( d o c u m e n t . f r m . f n a m e . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   a d 1n 1z 1  g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . f n a m e . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
 	 	  
 	 i f ( d o c u m e n t . f r m . l n a m e . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   s o y a d 1n 1z 1  g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . l n a m e . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 } 	  
  
 	 i f ( d o c u m e n t . f r m . p h o n e . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   t e l e f o n   n u m a r a n 1z 1  g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . p h o n e . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 	 i f ( d o c u m e n t . f r m . e m a i l . v a l u e   = =   ' ' ) {  
 	 	 a l e r t ( " L ü t f e n   E - P o s t a   a d r e s i n i z i   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . e m a i l . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 	 i f   ( d o c u m e n t . f r m . e m a i l . v a l u e   ! =   ' '   &   ! i s E m a i l ( d o c u m e n t . f r m . e m a i l . v a l u e ) )   {  
         	 	 a l e r t ( " G i r d i i n i z   E - P o s t a   a d r e s i   h a t a l 1.   L ü t f e n   k o n t r o l   e d i n i z . " ) ;  
 	         	 r e t u r n   f a l s e ;  
   	 	 }  
  
 	 i f ( d o c u m e n t . f r m . m e s s a g e . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   m e s a j 1n 1z 1  g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . m e s s a g e . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 d o c u m e n t . f r m . a c t . v a l u e = ' s n d ' ;  
 d o c u m e n t . f r m . a c t i o n = ' c o n t a c t U s . a s p ' ;  
 d o c u m e n t . f r m . s u b m i t ( ) ;  
 }  
  
 f u n c t i o n   C h e c k E m a i l F o r m ( )   {    
  
 	 i f ( d o c u m e n t . f r m . e m a i l . v a l u e   = =   ' ' ) {  
 	 	 a l e r t ( " L ü t f e n   E - P o s t a   a d r e s i n i z i   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . e m a i l . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 	 i f   ( d o c u m e n t . f r m . e m a i l . v a l u e   ! =   ' '   &   ! i s E m a i l ( d o c u m e n t . f r m . e m a i l . v a l u e ) )   {  
       	 	 a l e r t ( " G i r d i i n i z   E - P o s t a   a d r e s i   h a t a l 1.   L ü t f e n   k o n t r o l   e d i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . e m a i l . f o c u s ( ) ;  
         	 r e t u r n   f a l s e ;  
   	 	 }  
 	 d o c u m e n t . f r m . a c t i o n = ' a d d M a i l L i s t . a s p ' ;    
 	 d o c u m e n t . f r m . s u b m i t ( ) ;   	  
 }  
  
  
 f u n c t i o n   c h e c k F o r m ( )   {  
 	 v a r   r a d i o _ c h o i c e   =   f a l s e ;  
  
 / /   0S 0M   K O N T R O L  
 	 i f ( d o c u m e n t . f r m . n a m e . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   a d 1n 1z 1  g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . n a m e . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
  
 / /   D O U M   Y E R 0  K O N T R O L  
 	 i f ( d o c u m e n t . f r m . b i r t h P l a c e . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   d o u m   y e r i n i z i   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . b i r t h P l a c e . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
 	 	  
 / /   D O U M   T A R 0H 0  K O N T R O L  
 	 	  
         i f   ( f r m . b i r t h D a y . v a l u e   = =   " "   | |   f r m . b i r t h D a y . v a l u e   >   3 1   | |   f r m . b i r t h D a y . v a l u e   = =   0   | |   f r m . b i r t h D a y . v a l u e   = =   " 0 0 "   | |   i s N a N ( f r m . b i r t h D a y . v a l u e )   = =   t r u e )  
 	     {  
 	         a l e r t ( " L ü t f e n   d o u m   t a r i h i n i z i   t a m   o l a r a k   b e l i r t i n i z . " ) ;  
 	         f r m . b i r t h D a y . f o c u s ( ) ;  
 	         r e t u r n   ( f a l s e ) ;  
 	     }  
      
         i f   ( f r m . b i r t h M o n t h . v a l u e   = =   " "   | |   f r m . b i r t h M o n t h . v a l u e   >   1 2   | |   f r m . b i r t h M o n t h . v a l u e   = =   0   | |   f r m . b i r t h M o n t h . v a l u e   = =   " 0 0 "   | |   i s N a N ( f r m . b i r t h M o n t h . v a l u e )   = =   t r u e )  
 	     {  
 	         a l e r t ( " L ü t f e n   d o u m   t a r i h i n i z i   t a m   o l a r a k   b e l i r t i n i z . " ) ;  
 	         f r m . b i r t h M o n t h . f o c u s ( ) ;  
 	         r e t u r n   ( f a l s e ) ;  
 	     }  
          
         i f   ( f r m . b i r t h Y e a r . v a l u e   = =   " "   | |   f r m . b i r t h Y e a r . v a l u e   = =   0   | |   f r m . b i r t h Y e a r . v a l u e   = =   " 0 0 "   | |   f r m . b i r t h Y e a r . v a l u e   = =   " 0 0 0 "   | |   f r m . b i r t h Y e a r . v a l u e   = =   " 0 0 0 0 "   | |   i s N a N ( f r m . b i r t h Y e a r . v a l u e )   = =   t r u e   )  
 	     {  
 	         a l e r t ( " L ü t f e n   d o u m   t a r i h i n i z i   t a m   o l a r a k   b e l i r t i n i z . " ) ;  
 	         f r m . b i r t h Y e a r . f o c u s ( ) ;  
 	         r e t u r n   ( f a l s e ) ;  
 	     }  
 	      
 / /   C 0N S 0Y E T   K O N T R O L  
  
 	 f o r   ( i   =   0 ;   i   <   f r m . s e x . l e n g t h ;   i + + )  
 	 {  
 	 	 i f   ( f r m . s e x [ i ] . c h e c k e d )  
 	 	 	 r a d i o _ c h o i c e   =   t r u e ;  
 	 }  
 	  
 	 i f   ( ! r a d i o _ c h o i c e )  
 	 {  
 	 	 a l e r t ( " L ü t f e n   c i n s i y e t i n i z i   b e l i r l e y i n i z . " )  
 	 	 r e t u r n   f a l s e ;  
 	 } 	  
  
 / /   T C K 0M L 0K   K O N T R O L  
 	 i f ( d o c u m e n t . f r m . m e r n i s N o . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   T . C .   K i m l i k   n u m a r a n 1z 1  g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . m e r n i s N o . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 / /   U Y R U K   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . n a t i o n a l i t y . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   u y r u u n u z u   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . n a t i o n a l i t y . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 } 	      
  
 / /   S . S . K .   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . s s k N o . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   S . S . K .   n u m a r a n 1z 1  g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . s s k N o . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 / /   E - M A 0L   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . e m a i l . v a l u e   = =   ' ' ) {  
 	 	 a l e r t ( " L ü t f e n   E - P o s t a   a d r e s i n i z i   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . e m a i l . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 	 i f   ( d o c u m e n t . f r m . e m a i l . v a l u e   ! =   ' '   &   ! i s E m a i l ( d o c u m e n t . f r m . e m a i l . v a l u e ) )   {  
       	 	 a l e r t ( " G i r d i i n i z   E - P o s t a   a d r e s i   h a t a l 1.   L ü t f e n   k o n t r o l   e d i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . e m a i l . f o c u s ( ) ;  
         	 r e t u r n   f a l s e ;  
   	 	 }  
  
 / /   E V   A D R E S 0  K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . h o m e A d d r e s s . v a l u e   = =   ' ' ) {  
 	 	 a l e r t ( " L ü t f e n   e v   a d r e s i n i z i   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . h o m e A d d r e s s . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 / /   E V   T E L E F O N U   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . h o m e P h o n e C o d e . v a l u e   = =   ' ' ) {  
 	 	 a l e r t ( " L ü t f e n   e v   t e l e f o n u n u z u   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . h o m e P h o n e C o d e . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
 	 i f ( d o c u m e n t . f r m . h o m e P h o n e . v a l u e   = =   ' ' ) {  
 	 	 a l e r t ( " L ü t f e n   e v   t e l e f o n u n u z u   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . h o m e P h o n e . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 / /   C E P   T E L E F O N U   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . g s m C o d e . v a l u e   = =   ' ' ) {  
 	 	 a l e r t ( " L ü t f e n   c e p   t e l e f o n u n u z u   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . g s m C o d e . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
 	 i f ( d o c u m e n t . f r m . g s m . v a l u e   = =   ' ' ) {  
 	 	 a l e r t ( " L ü t f e n   e v   t e l e f o n u n u z u   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . g s m . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 } 	 	 	 	 	  
  
 / /   B A B A   A D I   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . f a t h e r N a m e . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   b a b a   a d 1n 1z 1  g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . f a t h e r N a m e . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 / /   B A B A   E 0T 0M   D U R U M U   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . f a t h e r E d u c a t i o n . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   b a b a n 1z 1n   e i t i m   d u r u m u n u   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . f a t h e r E d u c a t i o n . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 / /   B A B A   M E S L E K   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . f a t h e r J o b . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   b a b a n 1z 1n   m e s l e i n i   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . f a t h e r J o b . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 / /   A N N E   A D I   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . m o t h e r N a m e . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   a n n e   a d 1n 1z 1  g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . m o t h e r N a m e . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 / /   A N N E   E 0T 0M   D U R U M U   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . m o t h e r E d u c a t i o n . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   a n n e n i z i n   e i t i m   d u r u m u n u   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . m o t h e r E d u c a t i o n . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 / /   A N N E   M E S L E K   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . m o t h e r J o b . v a l u e   = =   " " ) {  
 	 	 a l e r t ( " L ü t f e n   a n n e n i z i n   m e s l e i n i   g i r i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . m o t h e r J o b . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 } 	 	  
  
 / /   H O B 0L E R   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . h o b b i e s . v a l u e   = =   ' ' ) {  
 	 	 a l e r t ( " L ü t f e n   e v   h o b i l e r i n i z i   v e   ü y e s i   o l d u u n u z   k u r u l u _l a r 1  b e l i r t i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . h o b b i e s . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }    
  
 / /   N E R E D E N   D U Y D U   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . h o w F o u n d . v a l u e   = =   ' ' ) {  
 	 	 a l e r t ( " L ü t f e n   i _  i l a n 1m 1z d a n   n a s 1l   h a b e r d a r   o l d u u n u z u   b e l i r t i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . h o w F o u n d . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }  
  
 / /   M E Z U N 0Y E T   D U R U M U   K O N T R O L  
 	 f o r   ( i   =   0 ;   i   <   f r m . g r a d u a t e S t a t u s . l e n g t h ;   i + + )  
 	 {  
 	 	 i f   ( f r m . g r a d u a t e S t a t u s [ i ] . c h e c k e d )  
 	 	 	 r a d i o _ c h o i c e   =   t r u e ;  
 	 }  
 	  
 	 i f   ( ! r a d i o _ c h o i c e )  
 	 {  
 	 	 a l e r t ( " L ü t f e n   m e z u n i y e t   d u r u m u n u z u   b e l i r t i n i z . " )  
 	 	 r e t u r n   f a l s e ;  
 	 } 	 	      
  
 / /   Ç A L I ^M A K   0S T E N E N   D E P A R T M A N   K O N T R O L  
  
 	 i f ( d o c u m e n t . f r m . d e p a r t m e n t T o W o r k . v a l u e   = =   ' ' ) {  
 	 	 a l e r t ( " L ü t f e n   ç a l 1_m a k   i s t e d i i n i z   d e p a r t m a n 1  b e l i r t i n i z . " ) ;  
 	 	 d o c u m e n t . f r m . d e p a r t m e n t T o W o r k . f o c u s ( ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 	 }    
    
  
 }  
  
  
 f u n c t i o n   e n a b l e I s o m a k F r i e n d ( )   {  
  
 	 d o c u m e n t . f r m . i s o m a k F r i e n d N a m e . d i s a b l e d   =   0 ;  
 }  
  
 f u n c t i o n   d i s a b l e I s o m a k F r i e n d ( )   {  
 	 d o c u m e n t . f r m . i s o m a k F r i e n d N a m e . d i s a b l e d   =   1 ;  
 	 d o c u m e n t . f r m . i s o m a k F r i e n d N a m e . v a l u e   =   " " ;  
 }  
 / / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
  
 f u n c t i o n   e n a b l e W o r k L o n g ( )   {  
  
 	 d o c u m e n t . f r m . c a n W o r k L o n g R e a s o n . d i s a b l e d   =   0 ;  
 }  
  
 f u n c t i o n   d i s a b l e W o r k L o n g ( )   {  
 	 d o c u m e n t . f r m . c a n W o r k L o n g R e a s o n . d i s a b l e d   =   1 ;  
 	 d o c u m e n t . f r m . c a n W o r k L o n g R e a s o n . v a l u e   =   " " ;  
 }  
  
 / / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
 f u n c t i o n   e n a b l e I l l n e s s ( )   {  
  
 	 d o c u m e n t . f r m . i l l n e s s D e t a i l s . d i s a b l e d   =   0 ;  
 }  
  
 f u n c t i o n   d i s a b l e I l l n e s s ( )   {  
 	 d o c u m e n t . f r m . i l l n e s s D e t a i l s . d i s a b l e d   =   1 ;  
 	 d o c u m e n t . f r m . i l l n e s s D e t a i l s . v a l u e   =   " " ;  
 }  
 / / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
 f u n c t i o n   e n a b l e P h y s i c a l D i s a b l e ( )   {  
  
 	 d o c u m e n t . f r m . p h y s i c a l D i s a b l e D e t a i l s . d i s a b l e d   =   0 ;  
 }  
  
 f u n c t i o n   d i s a b l e P h y s i c a l D i s a b l e ( )   {  
 	 d o c u m e n t . f r m . p h y s i c a l D i s a b l e D e t a i l s . d i s a b l e d   =   1 ;  
 	 d o c u m e n t . f r m . p h y s i c a l D i s a b l e D e t a i l s . v a l u e   =   " " ;  
 }  
  
 / / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
 f u n c t i o n   e n a b l e V e h i c l e O w n e r F i e l d s ( )   {  
  
 	 d o c u m e n t . f r m . v e h i c l e D e t a i l s . d i s a b l e d   =   0 ;  
 }  
  
 f u n c t i o n   d i s a b l e V e h i c l e O w n e r F i e l d s ( )   {  
 	 d o c u m e n t . f r m . v e h i c l e D e t a i l s . d i s a b l e d   =   1 ;  
 	 d o c u m e n t . f r m . v e h i c l e D e t a i l s . v a l u e   =   " " ;  
 }  
  
 / / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
 f u n c t i o n   e n a b l e H o m e O w n e r F i e l d s ( )   {  
  
 	 d o c u m e n t . f r m . r e n t P r i c e . d i s a b l e d   =   0 ;  
 }  
  
 f u n c t i o n   d i s a b l e H o m e O w n e r F i e l d s ( )   {  
 	 d o c u m e n t . f r m . r e n t P r i c e . d i s a b l e d   =   1 ;  
 	 d o c u m e n t . f r m . r e n t P r i c e . v a l u e   =   " " ;  
 }  
 / / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
 f u n c t i o n   e n a b l e W i f e F i e l d s ( )   {  
  
 	 d o c u m e n t . f r m . w i f e N a m e . d i s a b l e d   =   0 ;  
 	 d o c u m e n t . f r m . w i f e E d u c a t i o n . d i s a b l e d   =   0 ; 	  
 	 d o c u m e n t . f r m . w i f e J o b . d i s a b l e d   =   0 ; 	  
 }  
  
 f u n c t i o n   d i s a b l e W i f e F i e l d s ( )   {  
 	 d o c u m e n t . f r m . w i f e N a m e . d i s a b l e d   =   1 ;  
 	 d o c u m e n t . f r m . w i f e E d u c a t i o n . d i s a b l e d   =   1 ; 	  
 	 d o c u m e n t . f r m . w i f e J o b . d i s a b l e d   =   1 ; 	 	  
 	 d o c u m e n t . f r m . w i f e N a m e . v a l u e   =   " " ;  
 	 d o c u m e n t . f r m . w i f e E d u c a t i o n . v a l u e   =   " " ; 	  
 	 d o c u m e n t . f r m . w i f e J o b . v a l u e   =   " " ; 	  
 	  
 }  
  
 / / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
 f u n c t i o n   e n a b l e D r i v i n g L i c e n c e F i e l d s ( )   {  
  
 	 d o c u m e n t . f r m . d r i v i n g L i c e n c e C l a s s . d i s a b l e d   =   0 ;  
 	 d o c u m e n t . f r m . d r i v i n g L i c e n c e Y e a r . d i s a b l e d   =   0 ; 	  
 }  
  
 f u n c t i o n   d i s a b l e D r i v i n g L i c e n c e F i e l d s ( )   {  
 	 d o c u m e n t . f r m . d r i v i n g L i c e n c e C l a s s . d i s a b l e d   =   1 ;  
 	 d o c u m e n t . f r m . d r i v i n g L i c e n c e Y e a r . d i s a b l e d   =   1 ; 	  
 	 d o c u m e n t . f r m . d r i v i n g L i c e n c e C l a s s . v a l u e   =   " " ;  
 	 d o c u m e n t . f r m . d r i v i n g L i c e n c e Y e a r . v a l u e   =   " " ; 	  
 	  
 }  
 / / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
 f u n c t i o n   i s E m a i l ( s t r )   {  
     v a r   s u p p o r t e d   =   0 ;  
     i f   ( w i n d o w . R e g E x p )   {  
         v a r   t e m p S t r   =   " a " ;  
         v a r   t e m p R e g   =   n e w   R e g E x p ( t e m p S t r ) ;  
         i f   ( t e m p R e g . t e s t ( t e m p S t r ) )   s u p p o r t e d   =   1 ;  
     }  
     i f   ( ! s u p p o r t e d )  
         r e t u r n   ( s t r . i n d e x O f ( " . " )   >   2 )   & &   ( s t r . i n d e x O f ( " @ " )   >   0 ) ;  
     v a r   r 1   =   n e w   R e g E x p ( " ( @ . * @ ) | ( \ \ . \ \ . ) | ( @ \ \ . ) | ( ^ \ \ . ) " ) ;  
     v a r   r 2   =   n e w   R e g E x p ( " ^ . + \ \ @ ( \ \ [ ? ) [ a - z A - Z 0 - 9 \ \ - \ \ . ] + \ \ . ( [ a - z A - Z ] { 2 , 3 } | [ 0 - 9 ] { 1 , 3 } ) ( \ \ ] ? ) $ " ) ;  
     r e t u r n   ( ! r 1 . t e s t ( s t r )   & &   r 2 . t e s t ( s t r ) ) ;  
 }  
  
  
 f u n c t i o n   M M _ o p e n B r W i n d o w ( t h e U R L , w i n N a m e , f e a t u r e s )   {   / / v 2 . 0  
     w i n d o w . o p e n ( t h e U R L , w i n N a m e , f e a t u r e s ) ;  
 }  
  
  
  
     P o s i t i o n X   =   1 0 0 ;   P o s i t i o n Y   =   1 0 0 ;  
     d e f a u l t W i d t h     =   5 0 0 ;   d e f a u l t H e i g h t   =   5 0 0 ;  
     v a r   A u t o C l o s e   =   f a l s e ;  
     i f   ( p a r s e I n t ( n a v i g a t o r . a p p V e r s i o n . c h a r A t ( 0 ) ) > = 4 ) {  
     v a r   i s N N = ( n a v i g a t o r . a p p N a m e = = " N e t s c a p e " ) ? 1 : 0 ;  
     v a r   i s I E = ( n a v i g a t o r . a p p N a m e . i n d e x O f ( " M i c r o s o f t " ) ! = - 1 ) ? 1 : 0 ; }  
     v a r   o p t N N = ' s c r o l l b a r s = n o , w i d t h = ' + d e f a u l t W i d t h + ' , h e i g h t = ' + d e f a u l t H e i g h t + ' , l e f t = ' + P o s i t i o n X + ' , t o p = ' + P o s i t i o n Y ;  
     v a r   o p t I E = ' s c r o l l b a r s = n o , w i d t h = 1 5 0 , h e i g h t = 1 0 0 , l e f t = ' + P o s i t i o n X + ' , r e s i z a b l e = y e s   t o p = ' + P o s i t i o n Y ;  
  
     f u n c t i o n   B u y u k R e s i m ( i m a g e U R L , i m a g e T i t l e ) {  
     i f   ( i s N N ) { i m g W i n = w i n d o w . o p e n ( ' a b o u t : b l a n k ' , ' ' , o p t N N ) ; }  
     i f   ( i s I E ) { i m g W i n = w i n d o w . o p e n ( ' a b o u t : b l a n k ' , ' ' , o p t I E ) ; }  
     w i t h   ( i m g W i n . d o c u m e n t ) {  
     w r i t e l n ( ' < h t m l > < h e a d > < t i t l e > Y ü k l e n i y o r . . . < / t i t l e > < s t y l e > b o d y { m a r g i n : 0 p x ; } < / s t y l e > ' ) ; w r i t e l n ( ' < s c ' + ' r i p t > ' ) ;  
     w r i t e l n ( ' v a r   i s N N , i s I E ; ' ) ; w r i t e l n ( ' i f   ( p a r s e I n t ( n a v i g a t o r . a p p V e r s i o n . c h a r A t ( 0 ) ) > = 4 ) { ' ) ;  
     w r i t e l n ( ' i s N N = ( n a v i g a t o r . a p p N a m e = = " N e t s c a p e " ) ? 1 : 0 ; ' ) ; w r i t e l n ( ' i s I E = ( n a v i g a t o r . a p p N a m e . i n d e x O f ( " M i c r o s o f t " ) ! = - 1 ) ? 1 : 0 ; } ' ) ;  
     w r i t e l n ( ' f u n c t i o n   r e S i z e T o I m a g e ( ) { ' ) ; w r i t e l n ( ' i f   ( i s I E ) { ' ) ; w r i t e l n ( ' w i n d o w . r e s i z e T o ( 1 0 0 , 1 0 0 ) ; ' ) ;  
     w r i t e l n ( ' w i d t h = 1 0 0 - ( d o c u m e n t . b o d y . c l i e n t W i d t h - d o c u m e n t . i m a g e s [ 0 ] . w i d t h ) ; ' ) ;  
     w r i t e l n ( ' h e i g h t = 1 0 0 - ( d o c u m e n t . b o d y . c l i e n t H e i g h t - d o c u m e n t . i m a g e s [ 0 ] . h e i g h t ) ; ' ) ;  
     w r i t e l n ( ' w i n d o w . r e s i z e T o ( w i d t h , h e i g h t ) ; } ' ) ; w r i t e l n ( ' i f   ( i s N N ) { ' ) ;  
     w r i t e l n ( ' w i n d o w . i n n e r W i d t h = d o c u m e n t . i m a g e s [ " i m a g e U R L " ] . w i d t h ; ' ) ; w r i t e l n ( ' w i n d o w . i n n e r H e i g h t = d o c u m e n t . i m a g e s [ " i m a g e U R L " ] . h e i g h t + 2 5 ; } } ' ) ;  
     w r i t e l n ( ' f u n c t i o n   d o T i t l e ( ) { d o c u m e n t . t i t l e = " ' + i m a g e T i t l e + ' " ; } ' ) ; w r i t e l n ( ' < / s c ' + ' r i p t > ' ) ;  
     i f   ( ! A u t o C l o s e )   w r i t e l n ( ' < / h e a d > < b o d y   b g c o l o r = F F F F F F   s c r o l l = " n o "   o n l o a d = " r e S i z e T o I m a g e ( ) ; d o T i t l e ( ) ; s e l f . f o c u s ( ) " > ' )  
     e l s e   w r i t e l n ( ' < / h e a d > < b o d y   b g c o l o r = F F F F F F   s c r o l l = " n o "   o n l o a d = " r e S i z e T o I m a g e ( ) ; d o T i t l e ( ) ; s e l f . f o c u s ( ) "   o n b l u r = " s e l f . c l o s e ( ) " > ' ) ;  
     w r i t e l n ( ' < a   h r e f = " j a v a s c r i p t : o n C l i c k = s e l f . c l o s e ( ) " > < i m g   n a m e = " r e s i m "   s r c = ' + i m a g e U R L + '   s t y l e = " d i s p l a y : b l o c k "   b o r d e r = " 0 " > < / a > < / b o d y > < / h t m l > ' ) ;  
     c l o s e ( ) ; 	 	  
     } }  
  
  
 / / - - > 
