ÿþf u n c t i o n   S h o w B i g P i c t u r e ( p i c t u r e _ i n d e x , w i d t h , h e i g h t )  
 	 	 {  
 	 	 	 {  
                                                                 t x = 2 0 0 ;  
                                                                 t y = 0 ;  
                                                                 w i d t h = w i d t h + 2 5 ;  
                                                                 h e i g h t = h e i g h t + 2 5 ;  
 	 	 	 	 N e w W i n d o w = w i n d o w . o p e n ( ' ' ,   ' ' , ' w i d t h = ' + w i d t h + ' , h e i g h t = ' + h e i g h t + ' , t o o l b a r = n o , t o p = ' + t y + ' , l e f t = ' + t x + ' , d i r e c t o r i e s = n o , m e n u b a r = n o , l o c a t i o n s = n o , s t a t u s = n o , s c r o l l b a r s = y e s , r e s i z a b l e = y e s , f u l l s c r e e n = n o ' ) ;  
 	 	 	 	 N e w W i n d o w . d o c u m e n t . o p e n ( ) ;  
  
                                 N e w W i n d o w . d o c u m e n t . w r i t e l n ( " < h e a d > < 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 = i s o - 8 8 5 9 - 2 \ "   / > < / h e a d > < b o d y   s t y l e = \ " m a r g i n :   0 p x ;   f o n t - f a m i l y : A r i a l ,   H e l v e t i c a ,   s a n s - s e r i f ;   f o n t - s i z e : 1 1 p t ;   b a c k g r o u n d - c o l o r : # f f f f f f \ " > " ) ;  
 	 	 	 	 N e w W i n d o w . d o c u m e n t . w r i t e l n ( " < t a b l e   w i d t h = 1 0 0 %   h e i g h t = 1 0 0 %   s t y l e = \ " f o n t - f a m i l y : A r i a l ,   H e l v e t i c a ,   s a n s - s e r i f ;   f o n t - s i z e : 1 1 p t ;   b a c k g r o u n d - c o l o r : # f f f f f f \ " > " ) ;  
 	 	 	 	 N e w W i n d o w . d o c u m e n t . w r i t e l n ( " < t r > < t d   v a l i g n = c e n t e r   a l i g n = c e n t e r > \ n < a   h r e f = \ " j a v a s c r i p t : w i n d o w . c l o s e ( ) ; \ " > < i m g   s r c = \ " " + p i c t u r e s [ p i c t u r e _ i n d e x ] + " \ "   b o r d e r = 0 > < / a > < / t d > < / t r > " ) ;  
 	 	 	 	 N e w W i n d o w . d o c u m e n t . w r i t e l n ( " < t r > < t d   a l i g n = c e n t e r   s t y l e = \ " f o n t - f a m i l y : A r i a l ,   H e l v e t i c a ,   s a n s - s e r i f ;   f o n t - s i z e : 1 1 p t ;   b a c k g r o u n d - c o l o r : # f f f f f f \ " > < a   h r e f = \ " j a v a s c r i p t : w i n d o w . c l o s e ( ) ; \ " > < / a > \ n < / t d > < / t r > " ) ;  
 	 	 	 	 N e w W i n d o w . d o c u m e n t . w r i t e l n ( " < / t a b l e > " ) ;  
 	 	 	 	 N e w W i n d o w . d o c u m e n t . w r i t e l n ( " < / b o d y > " ) ;  
 	 	 	 	 N e w W i n d o w . d o c u m e n t . c l o s e ( ) ;  
 	 	 	 	 N e w W i n d o w . f o c u s ( ) ;  
  
  
 	 	 	 }  
 	 	 	 r e t u r n ;  
 	 	 }  
 
