ÿþ 
 f u n c t i o n   z o o m ( i m a g e N a m e , i m a g e W i d t h , i m a g e H e i g h t , k o m e n t , k o m e n t _ v , a u t o r )   {  
 	 n e w W i n d o w   =   w i n d o w . o p e n ( " " , " n e w W i n d o w " , " w i d t h = " + i m a g e W i d t h + " , h e i g h t = " + i m a g e H e i g h t + " , l e f t = " + ( s c r e e n . a v a i l W i d t h - i m a g e W i d t h ) / 2 + " , t o p = " + ( s c r e e n . a v a i l H e i g h t - i m a g e H e i g h t ) / 2 + " " ) ;  
 	 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 ( ' < h t m l > < h e a d > < t i t l e > `K   1 . F B C   T r e n í n   f o t o < / t i t l e > < l i n k   R E L = " s t y l e s h e e t "   T Y P E = " t e x t / C S S "   M E D I A = " s c r e e n "   H R E F = " . . / m _ c s s / r m a . c s s " > < / h e a d > < b o d y   b g c o l o r = " # F F F F F F "   l e f t m a r g i n = " 0 "   t o p m a r g i n = " 0 "   m a r g i n h e i g h t = " 0 "   m a r g i n w i d t h = " 0 "   o n B l u r = " j a v a s c r i p t : s e l f . c l o s e ( ) " > ' ) ;    
 	 n e w W i n d o w . 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 = " ' + i m a g e N a m e + ' "   b o r d e r = " 0 " > < / a > ' ) ;    
 	 n e w W i n d o w . d o c u m e n t . w r i t e ( ' < t a b l e   w i d t h = " 1 0 0 % " > < t r > < t d   c l a s s = " t d _ t e n k y _ m " > ' ) ;  
 	 n e w W i n d o w . d o c u m e n t . w r i t e ( ' ' +   k o m e n t   + ' ' ) ;  
 	 n e w W i n d o w . d o c u m e n t . w r i t e ( ' < / 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 ( ' < t r > < t d   c l a s s = " t d _ t e n k y _ m " > ' ) ;  
 	 n e w W i n d o w . d o c u m e n t . w r i t e ( ' ' +   k o m e n t _ v   + ' ' ) ;  
 	 n e w W i n d o w . d o c u m e n t . w r i t e ( ' < / t d > < / t r > < t r > < t d   a l i g n = " r i g h t " > ' ) ;  
 	 n e w W i n d o w . d o c u m e n t . w r i t e ( ' ' +   a u t o r   + ' ' ) ;  
 	 n e w W i n d o w . d o c u m e n t . w r i t e ( ' < / t d > < / t r > < / 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 ( ' < / b o d y > < / h t m l > ' ) ;  
 	 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 ( ) ;  
 }  
  
 / / - - >  
 
