ÿþv a r   f e n s t e r   =   n u l l ; 
 
 f u n c t i o n   p o p u p ( l i n k , n a m e , h , b )   { 
 
 	 t o p _ p o s i t i o n   =   ( s c r e e n . h e i g h t )   ?   ( s c r e e n . h e i g h t - h ) / 2   :   0 ; 
 
 	 l e f t _ p o s i t i o n   =   ( s c r e e n . w i d t h )   ?   ( s c r e e n . w i d t h - b ) / 2   :   0 ; 
 
 	 s e t t i n g s   =   ' 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 = y e s ,   w i d t h = ' + b + ' ,   h e i g h t = ' + h + ' ,   t o p = ' + t o p _ p o s i t i o n + ' ,   l e f t = ' + l e f t _ p o s i t i o n + ' ,   f u l l s c r e e n = n o ' 
 
 	 f e n s t e r   =   w i n d o w . o p e n ( l i n k , n a m e , s e t t i n g s ) 
 
 } 
