ÿþ 0< ! - -    
  0f u n c t i o n   m d o w n ( e )   {    
  0i f   ( n a v i g a t o r . a p p N a m e   = =   " M i c r o s o f t   I n t e r n e t   E x p l o r e r " )    
  0{    
  0i f   ( e v e n t . b u t t o n   = =   2 )   {    
  0a l e r t ( " S o r r y " ) ;    
  0r e t u r n ( f a l s e ) ; } }    
  0e l s e   i f   ( n a v i g a t o r . a p p N a m e   = =   " N e t s c a p e " )    
  0{    
  0i f   ( e . w h i c h   = =   3 )   {    
  0a l e r t ( " S o r r y " ) ;    
  0r e t u r n ( f a l s e ) ; }    
  0} }    
  0i f   ( d o c u m e n t . a l l )   {    
  0d o c u m e n t . o n m o u s e d o w n   =   m d o w n ; }    
  0i f   ( d o c u m e n t . l a y e r s )   {    
  0w i n d o w . o n m o u s e d o w n   =   m d o w n ;    
  0w i n d o w . c a p t u r e E v e n t s ( E v e n t . m o u s e d o w n ) ; }    
  0/ / - - >    
 
