ÿþ'  _ËY 
 s u b   w i n d o w _ o n l o a d ( )  
 	 G o T o P n g  
 e n d   s u b  
  
 s u b   P n g I m a g e C h a n g e ( )  
 	 f o r   p n g i = 0   t o   d o c u m e n t . i m a g e s . l e n g t h - 1  
 	 	 s e t   i m g   =   d o c u m e n t . i m a g e s ( p n g i )  
 	 	 i f   r i g h t ( l c a s e ( i m g . s r c ) , 4 ) = " . p n g "   t h e n  
 	 	 	 t 1 = i m g . s t y l e . c s s T e x t  
 	 	 	 i f   i n s t r ( t 1 , " % " ) > 0   t h e n  
 	 	 	 	 t 3 = " s c a l e "  
 	 	 	 e l s e  
 	 	 	 	 t 3 = " i m a g e "  
 	 	 	 e n d   i f  
 	 	 	 t 2 = " 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 I m a g e L o a d e r ( s r c = ' " & i m g . s r c & " ' , s i z i n g M e t h o d = ' " & t 3 & " ' ) "  
 	 	 	 i f   t 1 < > " "   t h e n   t 2 = t 1 & " ; " & t 2  
 	 	 	 i m g . s t y l e . c s s T e x t = t 2  
 	 	 	 i m g . s r c = " I m a g e s / n o i m a g e . g i f "  
 	 	 e n d   i f  
 	 n e x t  
 e n d   s u b  
 s u b   G o T o P n g ( )  
 	 i f   G e t I E V e r   t h e n  
 	 	 P n g I m a g e C h a n g e  
 	 e n d   i f  
 e n d   s u b  
  
  
 ' /f&TN/ecp n g  
 f u n c t i o n   G e t I E V e r ( )  
 	 i f   n a v i g a t o r . p l a t f o r m   =   " W i n 3 2 "   a n d   n a v i g a t o r . a p p N a m e   =   " M i c r o s o f t   I n t e r n e t   E x p l o r e r "   a n d   i n s t r ( n a v i g a t o r . a p p V e r s i o n , " M S I E   7 " ) = 0   a n d   i n s t r ( n a v i g a t o r . a p p V e r s i o n , " M S I E   8 " ) = 0   t h e n  
 	 	 G e t I E V e r = t r u e  
 	 e l s e  
 	 	 G e t I E V e r = f a l s e  
 	 e n d   i f  
 e n d   f u n c t i o n 
