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