ÿþ< ! - -  
 / *  
 N o   r i g h t c l i c k   s c r i p t   v . 2 . 5  
 ( c )   1 9 9 8   b a r t s 1 0 0 0  
 b a r t s 1 0 0 0 @ a o l . c o m  
 D o n ' t   d e l e t e   t h i s   h e a d e r !  
 * /  
  
 v a r   m e s s a g e = " D i s a b l e d ! . . . " ;    
  
 / /   D o n ' t   e d i t   b e l o w !  
  
 f u n c t i o n   c l i c k ( e )   {  
 i f   ( d o c u m e n t . a l l )   {  
 i f   ( e v e n t . b u t t o n   = =   2 )   {  
 a l e r t ( m e s s a g e ) ;  
 r e t u r n   f a l s e ;  
 }  
 }  
 i f   ( d o c u m e n t . l a y e r s )   {  
 i f   ( e . w h i c h   = =   3 )   {  
 a l e r t ( m e s s a g e ) ;  
 r e t u r n   f a l s e ;  
 }  
 }  
 }  
 i f   ( d o c u m e n t . l a y e r s )   {  
 d o c u m e n t . 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 ) ;  
 }  
 d o c u m e n t . o n m o u s e d o w n = c l i c k ;  
 / /   - - >   
