ÿþv a r   n e w w i n d o w ;  
 f u n c t i o n   p o p u p ( u r l , n a m e )  
 {  
 	  
 	 n e w w i n d o w = w i n d o w . o p e n ( u r l , n a m e , ' h e i g h t = 8 0 0 ,   w i d t h = 8 0 0 , s t a t u s =   n o ,   r e s i z a b l e =   y e s ,   s c r o l l b a r s = n o ,   t o o l b a r = n o , l o c a t i o n = n o , m e n u b a r = n o   ' ) ;  
 	 i f   ( w i n d o w . f o c u s )   { n e w w i n d o w . f o c u s ( ) }  
 }  
 
