ÿþ 
 f u n c t i o n   p o p u p E r r o r ( e r r m s g , w i d t h 1 , h e i g h t 1 )  
 	 {  
 	 l e f t 1 = ( s c r e e n . a v a i l W i d t h / 2 ) - ( w i d t h 1 / 2 )  
 	 t o p 1 = ( s c r e e n . a v a i l H e i g h t / 2 ) - ( h e i g h t 1 / 2 )  
 	 e r r w i n = w i n d o w . o p e n ( " n e w w i n " ,   " e r r w i n " ,   " w i d t h = " + w i d t h 1 + " ,   h e i g h t = " + h e i g h t 1 + " ,   t o p = " + t o p 1 + " ,   l e f t = " + l e f t 1 + " ,   r e s i z a b l e = 0 ,   m e n u b a r = 0 ,   t o o l b a r = 0 ,   d i r e c t o r i e s = 0 ,   l o c a t i o n = 0 ,   s c r o l l b a r s = 0 ,   s t a t u s = 0 , f u l l s c r e e n = 0 " )  
         i f   ( e r r w i n ! = n u l l )  
                 {  
 	         s t r = " < h t m l   d i r = r t l > < b o d y     b g c o l o r = # f f f f f f > < f o n t   f a c e = a r i a l   s i z e = 2 > < b > 'D1,'!  %/.'D  'D(J'F'*  'D*'DJ)< / b > < b r > < h r   w i d t h = 1 0 0 %   s i z e = 1   c o l o r = # 0 0 7 8 A E > "  
 	         s t r + = e r r m s g    
 	         s t r + = " < / f o n t > < b r > < c e n t e r > "  
 	         s t r + = " < i n p u t   t y p e = b u t t o n   v a l u e = ' & # 1 5 7 3 ; & # 1 6 0 4 ; & # 1 5 9 4 ; & # 1 5 7 5 ; & # 1 5 6 9 ; '   s t y l e = ' w i d t h : 8 0 ;   h e i g h t = 2 0 '   o n c l i c k = ' s e l f . c l o s e ( ) ; ' > "  
 	         s t r + = " < / b o d y > < / h t m l > "    
  
 	         e r r w i n . d o c u m e n t . w r i t e ( s t r )  
 	         e r r w i n . d o c u m e n t . t i t l e = " "  
 	         e r r w i n . f o c u s ( )  
                 }  
 	 }  
  
 
