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