ÿþ< ! - - 
 
 f u n c t i o n   o n 2 ( n u m e r , s z e r , w y s , i l e , t e k s t )   { 
 
 i l e = ( i l e * 1 7 ) + ( ( w y s / 2 ) * 2 ) + 5 ; 
 
 c o n f i g = ' l e f t = 3 0 , t o p = 2 0 , w i d t h = ' + s z e r + ' , h e i g h t = ' + i l e + ' , i n n e r h e i g h t = ' + i l e + ' , i n n e r w i d t h = ' + s z e r + ' , t o o l b a r = n o , l o c a t i o n = n o , d i r e c t o r i e s = n o , s t a t u s = n o , m e n u b a r = n o , s c r o l l b a r s = n o , r e s i z a b l e = n o ' ; 
 
 m s g = o p e n ( ' ' , ' ' , c o n f i g ) ; 
 
 m s g . d o c u m e n t . w r i t e ( " < h t m l > < h e a d > < m e t a   h t t p - e q u i v = ' C o n t e n t - L a n g u a g e '   c o n t e n t = ' p l ' > < 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 ' > < t i t l e > G a l e r i a < / t i t l e > < L I N K   h r e f = ' s t y l e - s o . c s s '   t y p e = ' t e x t / c s s '   r e l = ' s t y l e s h e e t ' > < / h e a d > " ) ; 
 
 m s g . d o c u m e n t . w r i t e ( " < b o d y > " ) ; 
 
 m s g . d o c u m e n t . w r i t e ( " < a   h r e f = ' j a v a s c r i p t : s e l f . c l o s e ( ) ' > < i m g   s r c = ' " + n u m e r + " '   b o r d e r = ' 0 '   a l t = ' k l i k n i j ,   a b y   z a m k n   o k n o ' > < / a > < c e n t e r > " + t e k s t + " < / c e n t e r > < / b o d y > < / h t m l > " ) ; 
 
 } 
 
 / / - - > 
