ÿþ/ / /   < s u m m a r y >  
 / / /   O p e n s   t h e   p o p u p   w i n d o w  
 / / /   < / s u m m a r y >  
 / / /   < p a r a m   n a m e = " U r l " > U r l < / p a r a m >  
 / / /   < p a r a m   n a m e = " W i d t h " > W i d t h < / p a r a m >  
 / / /   < p a r a m   n a m e = " H e i g h t " > H e i g h t < / p a r a m >  
 / / /   < r e m a r k s > < / r e m a r k s >  
 / / /   < h i s t o r y >  
 / / /   	 [ S t e f a n   F a l z ] 	 0 1 . 0 5 . 2 0 0 7 	 C r e a t e d  
 / / /   < / h i s t o r y >  
 f u n c t i o n   o p e n P o p u p (   U r l ,   W i d t h ,   H e i g h t   )  
 {  
 v a r   L e f t     =   (   s c r e e n . w i d t h   /   2   )     -   (   W i d t h   /   2   ) ;  
 v a r   T o p       =   (   s c r e e n . h e i g h t   /   2   )   -   (   (   H e i g h t   /   2   )   +   2 5   )   ;  
 v a r   P o p u p   =   w i n d o w . o p e n (   U r l ,   ' ' ,   ' l e f t = '   +   L e f t   +   ' , t o p = '   +   T o p   +   ' , w i d t h = '   +   W i d t h   +   ' , h e i g h t = '   +   H e i g h t   +   ' , c h a n n e l m o d e = 0 , d e p e n d e n t = 0 , d i r e c t o r i e s = 0 , f u l l s c r e e n = 0 , l o c a t i o n = 0 , m e n u b a r = 0 , r e s i z a b l e = 0 , t o o l b a r = 0 , s t a t u s = 0 , s c r o l l b a r s = n o , b o r d e r = n o ' ) ;  
 }  
  
 / / /   < s u m m a r y >  
 / / /   C l o s e   t h e   c u r r e n t   w i n d o w  
 / / /   < / s u m m a r y >  
 / / /   < r e m a r k s > < / r e m a r k s >  
 / / /   < h i s t o r y >  
 / / /   	 [ S t e f a n   F a l z ] 	 0 1 . 0 5 . 2 0 0 7 	 C r e a t e d  
 / / /   < / h i s t o r y >  
 f u n c t i o n   c l o s e P o p u p ( )  
 {  
         s e l f . c l o s e ( ) ;  
 }  
 
