ÿþ/ /   a e _ p r o m p t   f u n c t i o n   s o u r c e s    
 v a r   a e _ c b   =   n u l l ;  
 f u n c t i o n   a e $ ( a )   {   r e t u r n   d o c u m e n t . g e t E l e m e n t B y I d ( a ) ;   }    
 f u n c t i o n   a e _ p r o m p t ( c b ,   q ,   a )   {  
 a e _ c b   =   c b ;  
 a e $ ( ' a e p _ p r o m p t ' ) . i n n e r H T M L   =   q ;  
 a e $ ( ' a e p _ t e x t ' ) . v a l u e   =   a ;    
 a e $ ( ' a e p _ o v r l _ t o o l b a r ' ) . s t y l e . d i s p l a y   =   a e $ ( ' a e p _ w w _ t o o l b a r ' ) . s t y l e . d i s p l a y   =   ' ' ;    
 a e $ ( ' a e p _ t e x t ' ) . f o c u s ( ) ;    
 a e $ ( ' a e p _ t e x t ' ) . s e l e c t ( ) ;    
 }  
 f u n c t i o n   a e _ c l k ( m )   {    
 a e $ ( ' a e p _ o v r l _ t o o l b a r ' ) . s t y l e . d i s p l a y   =   a e $ ( ' a e p _ w w _ t o o l b a r ' ) . s t y l e . d i s p l a y   =   ' n o n e ' ;    
 i f   ( ! m )   a e _ c b ( n u l l ) ;   e l s e   a e _ c b ( a e $ ( ' a e p _ t e x t ' ) . v a l u e ) ;  
 }  
 / /   a e _ p r o m p t   f u n c t i o n   s o u r c e s   
