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