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