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