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