ÿþ	 v a r   m e s s a g e = " ©   C o p y r i g h t   2 0 0 7 - 2 0 0 9   C ô n g   t y   C Õ  p h §n   g i £i   p h á p   S i n n o v a S o f t . " ;   / /   M e s s a g e   f o r   t h e   a l e r t   b o x  
 	  
 	 / /   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 ; 
