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