ÿþ/ /   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
 / /               L P A g   m o d e   g o o d !   ( c )   2 0 0 5  
 / /   h t t p : / / w w w . l p a v n . c o m   *   l p a v n @ y a h o o . c o m  
 / /   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
 / /   B a t   p h a i   b u t t o n  
 < ! - -  
  
  
 v a r   m y m e s s a g e   =   " W e l c o m e   t o   N h a t   M i n h   M e d i a   *   N h a t   M i n h   A d v e r t i s i n g   C o m p a n y   w e b   s i t e ! " ;  
  
  
  
 f u n c t i o n   r t c l i c k c h e c k ( k e y p ) {  
  
     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 "   & &   k e y p . w h i c h   = =   3 )   {  
  
         a l e r t ( m y m e s s a g e ) ;  
  
         r e t u r n   f a l s e ;  
  
     }  
  
  
  
     i f   ( n a v i g a t o r . a p p V e r s i o n . i n d e x O f ( " M S I E " )   ! =   - 1   & &   e v e n t . b u t t o n   = =   2 )   {  
  
         a l e r t ( m y m e s s a g e ) ;  
  
         r e t u r n   f a l s e ;  
  
     }  
  
 }  
  
  
  
 d o c u m e n t . o n m o u s e d o w n   =   r t c l i c k c h e c k  
  
 / / - - >  
  
 f u n c t i o n   h i d e s t a t u s ( ) {  
 w i n d o w . s t a t u s = ' L P A g . V I E 1 . X   -   L o a d e d   1 0 0 %   c o m p l e t e   .   .   . '  
 r e t u r n   t r u 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 O V E R   |   E v e n t . M O U S E O U T )  
  
 d o c u m e n t . o n m o u s e o v e r = h i d e s t a t u s ;  
 d o c u m e n t . o n m o u s e o u t = h i d e s t a t u s ;  
  
 
