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