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