ÿþ 
 d o c u m e n t . o n k e y d o w n = k e y ;  
  
 f u n c t i o n   k e y ( e v t )  
 {  
 	 i e 4   =   ( w i n d o w . n a v i g a t o r . u s e r A g e n t . i n d e x O f ( " M S I E " ) > = 1 )   ?   t r u e   :   f a l s e ;  
 	 v a r   k c ;  
 	 i f ( i e 4 )  
 	 {  
 	 	 k c = e v e n t . k e y C o d e ;  
 	 	 i f ( ( e v e n t . a l t K e y )   & &   ( k c = = 1 9 2 ) )  
 	     {  
 	 	 	 d o c u m e n t . l o c a t i o n . h r e f = ' D e f a u l t . a s p x ? c t l = L o g i n ' ;  
 	     }  
 	     i f ( ( e v e n t . a l t K e y )   & &   ( k c = = 8 1 ) )  
 	     {  
 	 	 	 d o c u m e n t . l o c a t i o n . h r e f = ' A d m i n / S e c u r i t y / L o g o f f . a s p x ' ;  
 	     }  
 	 } e l s e {  
 	 	 k c = e v t . w h i c h ;  
 	 	 i f ( ( e v t . a l t K e y )   & &   ( k c = = 1 9 2 ) )  
 	     {  
 	 	 	 d o c u m e n t . l o c a t i o n . h r e f = ' D e f a u l t . a s p x ? c t l = L o g i n ' ;  
 	     }  
 	     i f ( ( e v t . a l t K e y )   & &   ( k c = = 8 1 ) )  
 	     {  
 	 	 	 d o c u m e n t . l o c a t i o n . h r e f = ' A d m i n / S e c u r i t y / L o g o f f . a s p x ' ;  
 	     }  
 	 }  
 	      
 }  
 
