ÿþ 
 v a r   i e 4 = d o c u m e n t . a l l & & 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 ( " O p e r a " ) = = - 1  
 v a r   n s 6 = d o c u m e n t . g e t E l e m e n t B y I d & & ! d o c u m e n t . a l l  
 v a r   n s 4 = d o c u m e n t . l a y e r s  
  
 f u n c t i o n   t i t ( )   {  
 x = d o c u m e n t . t i t l e    
 x = " !""#"  $"      -   " + x  
 d o c u m e n t . t i t l e = x  
 }  
  
 f u n c t i o n   s h o w M e n u ( e l ) {  
 	 i f   ( ! d o c u m e n t . a l l & & ! d o c u m e n t . g e t E l e m e n t B y I d & & ! d o c u m e n t . l a y e r s )   r e t u r n  
  
 	 c l e a r h i d e m e n u ( )  
 	 h i d e m e n u ( )  
  
 	 l i n k o b j   =   i e 4 ?   e v a l ( " d o c u m e n t . a l l . "   +   e l )   :   n s 6 ?   d o c u m e n t . g e t E l e m e n t B y I d ( e l )   :   n s 4 ?   e v a l ( " d o c u m e n t . "   +   e l )   :   " "  
 	 l i n k o b j . t h e s t y l e   =   ( i e 4 | | n s 6 ) ?   l i n k o b j . s t y l e   :   l i n k o b j  
 	 m e n u o b j   =   i e 4 ?   e v a l ( " d o c u m e n t . a l l . "   +   e l   +   ' l i s t a ' )   :   n s 6 ?   d o c u m e n t . g e t E l e m e n t B y I d ( e l   +   ' l i s t a ' )   :   n s 4 ?   e v a l ( " d o c u m e n t . "   +   e l   +   " l i s t a " )   :   " "  
 	 i f   ( w i n d o w . m e n u o b j )   m e n u o b j . t h e s t y l e   =   ( i e 4 | | n s 6 ) ?   m e n u o b j . s t y l e   :   m e n u o b j  
  
 	 i f   ( w i n d o w . m e n u o b j )   m e n u o b j . t h e s t y l e . l e f t = l i n k o b j . o f f s e t L e f t  
 	 i f   ( w i n d o w . m e n u o b j )   m e n u o b j . t h e s t y l e . t o p = 1 6 7  
 	 l i n k o b j . t h e s t y l e . b a c k g r o u n d C o l o r = ' l i g h t y e l l o w '  
 	 l i n k o b j . t h e s t y l e . b o r d e r L e f t = ' s o l i d   1 p x   d a r k g r e e n '  
 	 l i n k o b j . t h e s t y l e . b o r d e r R i g h t = ' s o l i d   1 p x   d a r k g r e e n '  
  
 	 i f   ( w i n d o w . m e n u o b j )   m e n u o b j . t h e s t y l e . v i s i b i l i t y = " v i s i b l e "  
 	 r e t u r n   f a l s e  
 }  
  
 f u n c t i o n   h i d e m e n u ( ) {  
 	 i f   ( w i n d o w . m e n u o b j )   m e n u o b j . t h e s t y l e . v i s i b i l i t y = ( i e 4 | | n s 6 ) ?   " h i d d e n "   :   " h i d e "  
 	 i f   ( w i n d o w . l i n k o b j )   l i n k o b j . t h e s t y l e . b a c k g r o u n d C o l o r = ' w h i t e '  
 	 i f   ( w i n d o w . l i n k o b j )   l i n k o b j . t h e s t y l e . b o r d e r L e f t = ' s o l i d   1 p x   w h i t e '  
 	 i f   ( w i n d o w . l i n k o b j )   l i n k o b j . t h e s t y l e . b o r d e r R i g h t = ' s o l i d   1 p x   w h i t e '  
 }  
  
 f u n c t i o n   d e l a y h i d e m e n u ( ) {  
 	 i f   ( i e 4 | | n s 6 | | n s 4 )   d e l a y h i d e = s e t T i m e o u t ( " h i d e m e n u ( ) " , 2 5 0 )  
 }  
  
 f u n c t i o n   c l e a r h i d e m e n u ( ) {  
 	 i f   ( w i n d o w . d e l a y h i d e )   c l e a r T i m e o u t ( d e l a y h i d e )  
 }  
 f u n c t i o n   u c ( ) {  
 a l e r t ( ' S o r r y ,   E n g l i s h   v e r s i o n   o f   t h i s   W e b S i t e   i s   u n d e r   c o n t r u c t i o n ' )  
 }  
  
 i f   ( i e 4 | | n s 6 )   d o c u m e n t . o n c l i c k = h i d e m e n u  
  
  
 
