ÿþi f   ( d o c u m e n t . i m a g e s )  
 {  
           I m a g e O v e r   =   n e w   A r r a y ( 1 6 ) ;                                  
           I m a g e O u t   =   n e w   A r r a y ( 1 6 ) ;  
            
           f o r ( v a r   i = 1 ;   i < = 1 6 ;   i + + )  
           {  
                     I m a g e O v e r [ i ]   =   n e w   I m a g e ;  
                     I m a g e O u t [ i ]   =   n e w   I m a g e ;  
                      
                     I m a g e O v e r [ i ] . s r c   = " . . / . . / i m a g e s / b t " + i + " _ o v e r . g i f " ;  
                     I m a g e O u t [ i ] . s r c   = " . . / . . / i m a g e s / b t " + i + " . g i f " ;  
           }  
            
 }  
  
 f u n c t i o n   I m g O v e r ( i )  
 {  
           i f   ( d o c u m e n t . i m a g e s )  
           {      
           d o c u m e n t . i m a g e s [ " p i c "   +   i ] . s r c   =   I m a g e O v e r [ i ] . s r c ;      
           }        
 }  
  
 f u n c t i o n   I m g O u t ( i )  
 {  
           i f   ( d o c u m e n t . i m a g e s )  
           {    
           d o c u m e n t . i m a g e s [ " p i c "   +   i ] . s r c   =   I m a g e O u t [ i ] . s r c ;      
           }  
 }  
  
 f u n c t i o n   f i x D e v i c e I m a g e ( )  
 {  
 	 v a r   b T y p e   =   b r o w s e r T y p e ( ) ;  
 	  
 	 i f ( b T y p e   = =   ' i e ' )  
 	 {  
 	 	 / /   g e t   t h e   i e   v e r s i o n   n u m b e r  
 	 	 v e r s i o n   =   i e V e r s i o n ( ) ;  
 	 	  
 	 	 i f ( v e r s i o n   = =   ' i e 6 ' )  
 	 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' d e v i c e _ d i v ' ) . s t y l e . o v e r f l o w   =   " h i d d e n " ;  
 	 	  
 	 }  
 	 e l s e  
 	 {  
 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' d e v i c e _ d i v ' ) . s t y l e . o v e r f l o w   =   " v i s i b l e " ;  
 	 }  
 	 	 	 	  
 	 / /   i f   i t   i s   a n y   o t h e r   b r o w s e r   t h e n   d o n ' t   c h a n g e   a   t h i n g  
 	 / /   m a k e   s u r e   i t ' s   v i s i b l e   t h o u g h  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' d e v i c e ' ) . s t y l e . v i s i b i l i t y   =   " v i s i b l e " ;  
 } 
