ÿþ 
  
  
         f u n c t i o n   D e f a u l t K e y ( b t n )  
         {  
                 i f   ( e v e n t . k e y C o d e   = =   1 3 )  
                 {  
                                 i f   ( b t n ! = " " )  
                                 {  
 	                         e v e n t . r e t u r n V a l u e = f a l s e ;  
 	                         e v e n t . c a n c e l   =   t r u e ;  
                                 }  
                                 i f   ( b t n ! = n u l l   & &   b t n ! = " " )  
                                 {  
 	                         b t n . c l i c k ( ) ;  
                                 }  
                 }  
         }  
  
  
  
  
  
 f u n c t i o n   g o T o o l s ( u r l   ,   C o m b o ) {  
 	 i f   ( C o m b o . o p t i o n s [ C o m b o . s e l e c t e d I n d e x ] . v a l u e   ! =   - 1 ) {  
 	 	 d o c u m e n t . l o c a t i o n   =     C o m b o . o p t i o n s [ C o m b o . s e l e c t e d I n d e x ] . v a l u e  
 	 }  
 }  
  
  
  
 
