ÿþ< ! - -   h i d e   J a v a S c r i p t   f r o m   n o n - J a v a S c r i p t   b r o w s e r s  
 v a r   a g t = n a v i g a t o r . u s e r A g e n t . t o L o w e r C a s e ( ) ;  
 v a r   i s _ m a j o r   =   p a r s e I n t ( n a v i g a t o r . a p p V e r s i o n ) ;  
 v a r   i s _ m i n o r   =   p a r s e F l o a t ( n a v i g a t o r . a p p V e r s i o n ) ;  
 v a r   i s _ n a v     =   ( ( a g t . i n d e x O f ( ' m o z i l l a ' ) ! = - 1 )   & &   ( a g t . i n d e x O f ( ' s p o o f e r ' ) = = - 1 )   & &   ( a g t . i n d e x O f ( ' c o m p a t i b l e ' )   = =   - 1 )   & &   ( a g t . i n d e x O f ( ' o p e r a ' ) = = - 1 )   & &   ( a g t . i n d e x O f ( ' w e b t v ' ) = = - 1 ) ) ;  
 v a r   i s _ n a v 2   =   ( i s _ n a v   & &   ( i s _ m a j o r   = =   2 ) ) ;  
 v a r   i s _ n a v 3   =   ( i s _ n a v   & &   ( i s _ m a j o r   = =   3 ) ) ;  
 v a r   i s _ b a d n a v 4   =   ( i s _ n a v   & &   ( p a r s e F l o a t ( n a v i g a t o r . a p p V e r s i o n )   = =   4 . 0 2 ) ) ;  
 v a r   i s _ o l d n a v 4   =   ( i s _ n a v   & &   ( p a r s e F l o a t ( n a v i g a t o r . a p p V e r s i o n )   <   4 . 0 6 ) ) ;  
 v a r   i s _ n a v 4   =   ( i s _ n a v   & &   ( i s _ m a j o r   = =   4 ) ) ;  
 v a r   i s _ n a v 4 u p   =   ( i s _ n a v   & &   ( i s _ m a j o r   > =   4 ) ) ;  
 v a r   i s _ n a v 6   =   ( i s _ n a v   & &   ( i s _ m a j o r   = =   5 ) ) ;  
 v a r   i s _ n a v 6 u p   =   ( i s _ n a v   & &   ( i s _ m a j o r   > =   5 ) ) ;  
 v a r   i s _ i e       =   ( a g t . i n d e x O f ( " m s i e " )   ! =   - 1 ) ;  
 v a r   i s _ i e 3     =   ( i s _ i e   & &   ( i s _ m a j o r   <   4 ) ) ;  
 v a r   i s _ i e 4     =   ( i s _ i e   & &   ( i s _ m a j o r   = =   4 )   & &   ( a g t . i n d e x O f ( " m s i e   5 . 0 " ) = = - 1 ) ) ;  
 v a r   i s _ i e 4 u p     =   ( i s _ i e     & &   ( i s _ m a j o r   > =   4 ) ) ;  
 v a r   i s _ i e 5     =   ( i s _ i e   & &   ( i s _ m a j o r   = =   4 )   & &   ( a g t . i n d e x O f ( " m s i e   5 . 0 " ) ! = - 1 ) ) ;  
 v a r   i s _ i e 5 u p     =   ( i s _ i e   & &   ! i s _ i e 3   & &   ! i s _ i e 4 ) ;  
 v a r   i s _ a o l       =   ( a g t . i n d e x O f ( " a o l " )   ! =   - 1 ) ;  
 v a r   i s _ a o l 3     =   ( i s _ a o l   & &   i s _ i e 3 ) ;  
 v a r   i s _ a o l 4     =   ( i s _ a o l   & &   i s _ i e 4 ) ;  
 v a r   i s _ a o l 5 u p     =   ( i s _ a o l   & &   i s _ i e 5 u p ) ;  
 v a r   i s _ o p e r a   =   ( a g t . i n d e x O f ( " o p e r a " )   ! =   - 1 ) ;  
 v a r   i s _ o p e r a 4   =   ( i s _ o p e r a   & &   ( i s _ m a j o r   = =   4 ) ) ;  
 v a r   i s _ o p e r a 5   =   ( i s _ o p e r a   & &   ( i s _ m a j o r   = =   5 ) ) ;  
 v a r   i s _ o p e r a 5 u p   =   ( i s _ o p e r a   & &   ( i s _ m a j o r   > =   5 ) ) ;  
 v a r   i s _ w e b t v   =   ( a g t . i n d e x O f ( " w e b t v " )   ! =   - 1 ) ;  
 v a r   i s _ d o m c o m   =   ( ( i s _ n a v 6 u p ) | | ( i s _ i e 5 u p ) | | ( i s _ o p e r a 5 u p ) )  
 v a r   i s _ m a c         =   ( a g t . i n d e x O f ( " m a c " ) ! = - 1 ) ;  
 v a r   i s _ m a c 6 8 k   =   ( i s _ m a c   & &   ( ( a g t . i n d e x O f ( " 6 8 k " ) ! = - 1 )   | |   ( a g t . i n d e x O f ( " 6 8 0 0 0 " ) ! = - 1 ) ) ) ;  
 v a r   i s _ m a c p p c   =   ( i s _ m a c   & &   ( ( a g t . i n d e x O f ( " p p c " ) ! = - 1 )   | |   ( a g t . i n d e x O f ( " p o w e r p c " ) ! = - 1 ) ) ) ;  
 v a r   d h t m l n a v = 0 ;  
 v a r   d h t m l B r o w s e r = 0 ;  
 i f   ( ( i s _ n a v 4 u p ) | | ( i s _ i e 4 u p ) )   d h t m l B r o w s e r = 1 ;  
  
 v a r   t a b l e _ t e m p l a t e _ f r o n t _ a r r a y 1   =   n e w   A r r a y ( ) ;  
 v a r   t a b l e _ t e m p l a t e _ f r o n t _ a r r a y 2   =   n e w   A r r a y ( ) ;  
 v a r   t a b l e _ t e m p l a t e _ e n d _ a r r a y   =   n e w   A r r a y ( ) ;  
 v a r   r o w _ t e m p l a t e _ f r o n t _ a r r a y   =   n e w   A r r a y ( ) ;  
 v a r   p a r e n t _ l a y e r _ a r r a y   =   n e w   A r r a y ( ) ;  
 v a r   c h i l d _ l a y e r _ a r r a y   =   n e w   A r r a y ( ) ;  
 v a r   l a s t _ b u t t o n _ n a m e   =   " " ;  
 v a r   l a s t _ p a r e n t _ l a y e r   =   " " ;  
 v a r   l a s t _ c h i l d _ l a y e r   =   " " ;  
 v a r   l a s t _ i m a g e _ n a m e   =   " " ;  
 v a r   i m a g e _ p o i n t e r   =   " " ;  
 v a r   T i m e r I D   =   " " ;  
 v a r   T i m e r I D L i n k   =   " " ;  
 v a r   t a b l e _ w i d t h   =   1 4 5 ;   / /   C h a n g e s   t h e   w i d t h   o f   a l l   m e n u   t a b l e s .   S e t   t o   w i d e s t   m e n u .  
 v a r   I s L i n k   =   " N O " ;  
 v a r   P r e v L a y e r   =   " N O " ;  
 v a r   W a i t L i n k   =   0 ;  
 v a r   L i n k L a y e r   =   " " ;  
 v a r   T i m e L i n k O u t   =   8 0 ;  
 v a r   T i m e L a y e r O u t   =   8 0 ;  
  
 i f   ( d o c u m e n t . i m a g e s )   {  
         v a r   a r r o w   =   n e w   I m a g e ( ) ;  
         v a r   b l a n k   =   n e w   I m a g e ( ) ;  
 	 a r r o w . s r c   =   " i m a g e s / a r r o w . g i f " ;  
         b l a n k . s r c   =   " i m a g e s / b l a n k . g i f " ;  
  
         v a r   I 1 o n   =   n e w   I m a g e ( ) ;    
         I 1 o n . s r c   =   " i m a g e s / m t n l 2 _ 0 5 . g i f " ;  
         v a r   I 1 o f f   =   n e w   I m a g e ( ) ;  
         I 1 o f f . s r c   =   " i m a g e s / m t n l _ 0 5 . g i f " ;  
  
 	 v a r   I 2 o n   =   n e w   I m a g e ( ) ;    
         I 2 o n . s r c   =   " i m a g e s / m t n l 2 _ 0 6 . g i f " ;  
         v a r   I 2 o f f   =   n e w   I m a g e ( ) ;  
         I 2 o f f . s r c   =   " i m a g e s / m t n l _ 0 6 . g i f " ;  
  
 	 v a r   I 3 o n   =   n e w   I m a g e ( ) ;    
         I 3 o n . s r c   =   " i m a g e s / m t n l 2 _ 0 7 . g i f " ;  
         v a r   I 3 o f f   =   n e w   I m a g e ( ) ;  
         I 3 o f f . s r c   =   " i m a g e s / m t n l _ 0 7 . g i f " ;  
  
 	 v a r   I 4 o n   =   n e w   I m a g e ( ) ;    
         I 4 o n . s r c   =   " i m a g e s / m t n l 2 _ 1 1 . g i f " ;  
         v a r   I 4 o f f   =   n e w   I m a g e ( ) ;  
         I 4 o f f . s r c   =   " i m a g e s / m t n l _ 1 1 . g i f " ;  
  
 	 v a r   I 5 o n   =   n e w   I m a g e ( ) ;    
         I 5 o n . s r c   =   " i m a g e s / L e a s 2 _ 4 . g i f " ;  
         v a r   I 5 o f f   =   n e w   I m a g e ( ) ;  
         I 5 o f f . s r c   =   " i m a g e s / L e a s 1 _ 4 . g i f " ;  
  
 	 v a r   I 6 o n   =   n e w   I m a g e ( ) ;    
         I 6 o n . s r c   =   " i m a g e s / i n 2 _ 5 . g i f " ;  
         v a r   I 6 o f f   =   n e w   I m a g e ( ) ;  
         I 6 o f f . s r c   =   " i m a g e s / i n 1 _ 5 . g i f " ;  
 }  
  
 f u n c t i o n   c h a n g e I m a g e s ( )   {  
     i f   ( d o c u m e n t . i m a g e s )   {  
         f o r   ( v a r   i = 0 ;   i < c h a n g e I m a g e s . a r g u m e n t s . l e n g t h ;   i + = 2 )   {  
             d o c u m e n t [ c h a n g e I m a g e s . a r g u m e n t s [ i ] ] . s r c   =   e v a l ( c h a n g e I m a g e s . a r g u m e n t s [ i + 1 ]   +   " . s r c " ) ;  
         }  
     }  
 }  
  
 f u n c t i o n   L a y e r ( n a m e ,   v i s i b i l i t y ,   z i n d e x ,   t a b l e _ t e m p l a t e ,   l e f t ,   t o p )   {  
         t h i s . n a m e   =   n a m e ;  
         t h i s . l e f t   =   l e f t ;  
         t h i s . t o p   =   t o p ;  
         t h i s . w i d t h   =   t a b l e _ w i d t h ;  
         t h i s . v i s i b i l i t y   =   v i s i b i l i t y ;  
         t h i s . z i n d e x   =   z i n d e x ;  
         t h i s . t a b l e _ t e m p l a t e   =   t a b l e _ t e m p l a t e ;  
         t h i s . a r   =   a r ;  
         t h i s . f l   =   f l ;  
  
         i f   ( t h i s . t a b l e _ t e m p l a t e   = =   1 )   {  
                 t h i s . l e f t   =   t h i s . l e f t   +   t h i s . w i d t h   -   7 ;  
         }  
  
         i f   ( ( i s _ d o m c o m ) | | ( i s _ i e 4 ) )   {      
             i f   ( i s _ m a c )   {   / / c h a n g e d   t h e   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 a c i n t o s h " )   t o   i s _ m a c  
                         t h i s . t o p   + =   7 ;  
                         t h i s . l e f t   + =   2 ;  
                 }  
                 t h i s . l a y e r _ c o n t e n t   =   ' < d i v   i d = " '   +   t h i s . n a m e   +   ' "   s t y l e = " p o s i t i o n :   a b s o l u t e ;   l e f t :   '   +   t h i s . l e f t   +   ' ;   t o p :   '   +   t h i s . t o p   +   ' ;   w i d t h :   '   +   t h i s . w i d t h   +   ' ;   v i s i b i l i t y :   '   +   ( t h i s . v i s i b i l i t y   ?   ' v i s i b l e '   :   ' h i d d e n ' )   +   ' ;   z - i n d e x :   '   +   t h i s . z i n d e x   +   ' ; " > ' ;  
         }   e l s e   i f   ( i s _ n a v 4 )   {    
                 t h i s . l a y e r _ c o n t e n t   =   ' < l a y e r   n a m e = " '   +   t h i s . n a m e   +   ' "   l e f t = '   +   t h i s . l e f t   +   '   t o p = '   +   t h i s . t o p   +   '   w i d t h = '   +   t h i s . w i d t h   +   '   v i s i b i l i t y = '   +   ( t h i s . v i s i b i l i t y   ?   ' " s h o w " '   :   ' " h i d e " ' )   +   '   z - i n d e x = '   +   t h i s . z i n d e x   +   ' > ' ;  
         }  
 	       t h i s . l a y e r _ c o n t e n t   + =   t a b l e _ t e m p l a t e _ f r o n t _ a r r a y 1 [ t h i s . t a b l e _ t e m p l a t e ] ;  
 	       t h i s . l a y e r _ c o n t e n t   + =   n a m e  
 	       t h i s . l a y e r _ c o n t e n t   + =   t a b l e _ t e m p l a t e _ f r o n t _ a r r a y 2 [ t h i s . t a b l e _ t e m p l a t e ] ;  
 	 	 i f   ( t h i s . t a b l e _ t e m p l a t e   = =   0 )   {    
 	 	 	 p a r e n t _ l a y e r _ a r r a y [ p a r e n t _ l a y e r _ a r r a y . l e n g t h ]   =   t h i s . n a m e ;  
 	 	 }   e l s e   {  
 	 	 c h i l d _ l a y e r _ a r r a y [ c h i l d _ l a y e r _ a r r a y . l e n g t h ]   =   t h i s . n a m e ;  
 	         }  
 }  
  
 f u n c t i o n   a r ( r o w _ t e m p l a t e ,   r o w _ c o n t e n t )   {      
         t h i s . l a y e r _ c o n t e n t   + =   r o w _ t e m p l a t e _ f r o n t _ a r r a y [ r o w _ t e m p l a t e ]   +   r o w _ c o n t e n t   +   r o w _ e n d ;  
 }  
  
 f u n c t i o n   f l ( )   {      
         t h i s . l a y e r _ c o n t e n t   + =   t a b l e _ t e m p l a t e _ e n d _ a r r a y [ t h i s . t a b l e _ t e m p l a t e ] ;  
         i f   ( ( i s _ d o m c o m ) | | ( i s _ i e 4 ) )   {  
             t h i s . l a y e r _ c o n t e n t   + =   ' < / d i v > ' ;    
         }   e l s e   i f   ( i s _ n a v 4 )   {  
                 t h i s . l a y e r _ c o n t e n t   + =   ' < / l a y e r > ' ;  
                 ;  
         }   d o c u m e n t . w r i t e ( t h i s . l a y e r _ c o n t e n t )  
 }  
  
 f u n c t i o n   d e f i n e _ t a b l e ( t w )   {  
         t a b l e _ t e m p l a t e _ f r o n t _ a r r a y 1 [ 0 ]   =   ' < t a b l e   w i d t h = " '   +   t w   +   ' "   c e l l s p a c i n g = " 0 "   c e l l p a d d i n g = " 0 "   b o r d e r = " 0 "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' ' ;  
         t a b l e _ t e m p l a t e _ f r o n t _ a r r a y 2 [ 0 ]   =   ' \ ' ) ; "   o n m o u s e o u t = " T a b l e O u t ( ) ; " > < t r > < t d   c o l s p a n = " 2 "   w i d t h = " 7 " > < i m g   s r c = " i m a g e s / c o r n e r _ u l . g i f "   w i d t h = 7   h e i g h t = 8   b o r d e r = " 0 " > < / t d > < t d   w i d t h = " '   +   ( t w - 7 )   +   ' "   b a c k g r o u n d = " i m a g e s / l i n e _ t o p . g i f " > < i m g   s r c = " i m a g e s / b l a n k . g i f "   w i d t h = '   +   ( t w - 7 )   +   '   h e i g h t = 1   b o r d e r = " 0 " > < / t d > < t d   c o l s p a n = " 2 "   w i d t h = " 7 " > < i m g   s r c = " i m a g e s / c o r n e r _ u r . g i f "   w i d t h = 7   h e i g h t = 8   b o r d e r = " 0 " > < / t d > < / t r > < t r > < t d   w i d t h = " 1 "   b a c k g r o u n d = " i m a g e s / v e r t _ l i n e . g i f " > < i m g   s r c = " i m a g e s / v e r t _ l i n e . g i f "   w i d t h = 1   h e i g h t = 1   b o r d e r = " 0 " > < / t d > < t d   w i d t h = " 6 "   b g c o l o r = " 7 7 A 6 D A " > < i m g   s r c = " i m a g e s / b l a n k . g i f "   w i d t h = 6   h e i g h t = 1   b o r d e r = " 0 " > < / t d > < t d   w i d t h = " '   +   ( t w - 7 )   +   ' "   v a l i g n = " t o p "   b g c o l o r = " 7 7 A 6 D A " > < t a b l e   w i d t h = " '   +   ( t w - 7 )   +   ' "   c e l l s p a c i n g = " 0 "   c e l l p a d d i n g = " 1 "   b o r d e r = " 0 " > ' ;  
         t a b l e _ t e m p l a t e _ e n d _ a r r a y [ 0 ]   =   ' < / t a b l e > < / t d > < t d   w i d t h = " 6 "   b g c o l o r = " 7 7 A 6 D A " > < i m g   s r c = " i m a g e s / b l a n k . g i f "   w i d t h = 6   h e i g h t = 1   b o r d e r = " 0 " > < / t d > < t d   w i d t h = " 1 "   b a c k g r o u n d = " i m a g e s / v e r t _ l i n e . g i f " > < i m g   s r c = " i m a g e s / v e r t _ l i n e . g i f "   w i d t h = 1   h e i g h t = 1   b o r d e r = " 0 " > < / t d > < / t r > < t r > < t d   c o l s p a n = " 2 "   w i d t h = " 7 " > < i m g   s r c = " i m a g e s / c o r n e r _ l l . g i f "   w i d t h = 7   h e i g h t = 8   b o r d e r = " 0 " > < / t d > < t d   w i d t h = " '   +   ( t w - 7 )   +   ' "   b a c k g r o u n d = " i m a g e s / l i n e _ b o t . g i f " > < i m g   s r c = " i m a g e s / b l a n k . g i f "   w i d t h = '   +   ( t w - 7 )   +   '   h e i g h t = 1   b o r d e r = " 0 " > < / t d > < t d   c o l s p a n = " 2 "   w i d t h = " 7 " > < i m g   s r c = " i m a g e s / c o r n e r _ l r . g i f "   w i d t h = 7   h e i g h t = 8   b o r d e r = " 0 " > < / t d > < / t r > < / t a b l e > ' ;  
  
         t a b l e _ t e m p l a t e _ f r o n t _ a r r a y 1 [ 1 ]   =   ' < t a b l e   w i d t h = " '   +   t w   +   ' "   c e l l s p a c i n g = " 0 "   c e l l p a d d i n g = " 0 "   b o r d e r = " 0 "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' ' ;  
         t a b l e _ t e m p l a t e _ f r o n t _ a r r a y 2 [ 1 ]   =   ' \ ' ) ; "   o n m o u s e o u t = " T a b l e O u t ( ) ; " > < t r > < t d   c o l s p a n = " 2 "   w i d t h = " 7 " > < i m g   s r c = " i m a g e s / c o r n e r _ u l . g i f "   w i d t h = 7   h e i g h t = 8   b o r d e r = " 0 " > < / t d > < t d   w i d t h = " '   +   ( t w - 1 4 )   +   ' "   b a c k g r o u n d = " i m a g e s / l i n e _ t o p . g i f " > < i m g   s r c = " i m a g e s / b l a n k . g i f "   w i d t h = '   +   ( t w - 1 4 )   +   '   h e i g h t = 1   b o r d e r = " 0 " > < / t d > < t d   c o l s p a n = " 2 "   w i d t h = " 7 " > < i m g   s r c = " i m a g e s / c o r n e r _ u r . g i f "   w i d t h = 7   h e i g h t = 8   b o r d e r = " 0 " > < / t d > < / t r > < t r > < t d   w i d t h = " 1 "   b a c k g r o u n d = " i m a g e s / v e r t _ l i n e . g i f " > < i m g   s r c = " i m a g e s / v e r t _ l i n e . g i f "   w i d t h = 1   h e i g h t = 1   b o r d e r = " 0 " > < / t d > < t d   w i d t h = " 6 "   b g c o l o r = " 7 7 A 6 D A " > < i m g   s r c = " i m a g e s / b l a n k . g i f "   w i d t h = 6   h e i g h t = 1   b o r d e r = " 0 " > < / t d > < t d   w i d t h = " '   +   ( t w - 1 4 )   +   ' "   v a l i g n = " t o p "   b g c o l o r = " 7 7 A 6 D A " > < t a b l e   w i d t h = " '   +   ( t w - 1 4 )   +   ' "   c e l l s p a c i n g = " 0 "   c e l l p a d d i n g = " 1 "   b o r d e r = " 0 " > ' ;  
         t a b l e _ t e m p l a t e _ e n d _ a r r a y [ 1 ]   =   ' < / t a b l e > < / t d > < t d   w i d t h = " 6 "   b g c o l o r = " 7 7 A 6 D A " > < i m g   s r c = " i m a g e s / b l a n k . g i f "   w i d t h = 6   h e i g h t = 1   b o r d e r = " 0 " > < / t d > < t d   w i d t h = " 1 "   b a c k g r o u n d = " i m a g e s / v e r t _ l i n e . g i f " > < i m g   s r c = " i m a g e s / v e r t _ l i n e . g i f "   w i d t h = 1   h e i g h t = 1   b o r d e r = " 0 " > < / t d > < / t r > < t r > < t d   c o l s p a n = " 2 "   w i d t h = " 7 " > < i m g   s r c = " i m a g e s / c o r n e r _ l l . g i f "   w i d t h = 7   h e i g h t = 8   b o r d e r = " 0 " > < / t d > < t d   w i d t h = " '   +   ( t w - 1 4 )   +   ' "   b a c k g r o u n d = " i m a g e s / l i n e _ b o t . g i f " > < i m g   s r c = " i m a g e s / b l a n k . g i f "   w i d t h = '   +   ( t w - 1 4 )   +   '   h e i g h t = 1   b o r d e r = " 0 " > < / t d > < t d   c o l s p a n = " 2 "   w i d t h = " 7 " > < i m g   s r c = " i m a g e s / c o r n e r _ l r . g i f "   w i d t h = 7   h e i g h t = 8   b o r d e r = " 0 " > < / t d > < / t r > < / t a b l e > ' ;  
  
         r o w _ t e m p l a t e _ f r o n t _ a r r a y [ 0 ]   =   ' < t r > < t d   w i d t h = 1 1   v a l i g n = " t o p " > < i m g   s r c = " i m a g e s / b u l l e t . g i f "   w i d t h = 1 1   h e i g h t = 1 1   b o r d e r = " 0 " > < / t d > < t d   w i d t h = '   +   ( t w - 2 5 )   +   ' > ' ;  
         r o w _ t e m p l a t e _ f r o n t _ a r r a y [ 1 ]   =   ' < t r > < t d   w i d t h = '   +   ( t w - 1 4 )   +   '   C O L S P A N = " 2 " > < f o n t   f a c e = " V e r d a n a ,   s a n s - s e r i f "   s i z e = 1 > ' ;  
         r o w _ t e m p l a t e _ f r o n t _ a r r a y [ 2 ]   =   ' < t r > < t d   w i d t h = '   +   ( t w - 1 4 )   +   '   A L I G N = " r i g h t "   C O L S P A N = " 2 " > < f o n t   f a c e = " V e r d a n a ,   s a n s - s e r i f "   s i z e = 1 > ' ;  
  
         r o w _ e n d   =   ' < / t r > ' ;  
 }  
  
 d e f i n e _ t a b l e ( t a b l e _ w i d t h ) ;  
  
 v a r   l   =   n e w   L a y e r ( " L 1 " ,   0 ,   4 ,   0 ,   3 1 ,   9 8 ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / t e l e p h o n e c o n n e c t . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	G	2	@	+	<	K	(	  	(	G		M	6	(	M	8	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / t e l e p h o n e c o n n e c t 0 . h t m l # n e w t a r i f f "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " (		  &	?	2	M	2	@	  5	  .	A		,		  	G	  ,	@		  ^	?		M	8	!	  2	>		(	  	>	2	  *	M	0	-	>	0	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / c e n t r e x . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " (	/	>	  	5	>	8	@	/	  8			A	2	  8	G			M	0	G		M	8	  *	M	2	>	(	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / o n e i n d i a . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " ^	?		M	8	!	  2	>		(	  	G	  2	?	/	G	  5	(	  		!	?	/	>	  	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / t e l e p h o n e c o n n e c t 0 . h t m l # a t a g l a n c e "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " ^	?		M	8	!	  2	>		(	  	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / n a t i o n a l t r u n k . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	8		@	!	@	  	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / p h o n e p l u s . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " ^	K	(	  *	M	2	8	  8	G	5	>	/	G		  " + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " c o m m e r c i a l i n f o / t r a n s f e r t e l e . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	(	M	/	  8	A	5	?	'	>	/	G		  " + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / i s d n . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 			8	!	@		(	  8	G	5	>	/	G		  " + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / t e l e p h o n e a c c e s s . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	G	2	@	+	<	K	(	  		M	8	G	8	0	@		" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / v c n f t a r i f f . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 5	@	!	@	/	K	  	>	(	M	^	M	0	G	(	M	6	?			" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h e l p d e s k / b i l l a s s i s t a n c e . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " ,	?	2	  -	A		$	>	(	  	G	  $	0	@		G	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h e l p d e s k / b i l l a s s i s t a n c e . h t m l # a t m "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 		@		.	  	G	  .	>	'	M	/	.	  8	G	  ,	?	2	  -	A		$	>	(	  	@		?		" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / m u m b a i . m t n l . n e t . i n / h e l p d e s k / s c b _ l o c a t i o n s . p d f "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	8	8	@	,	@	  !	M	0	>	*	  ,	>			M	8	  8	G	  ,	?	2	  -	A		$	>	(	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / m u m b a i . m t n l . n e t . i n / d o w n l o a d / f o r m s / e c s f o r m . d o c "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	8	@		8	  	5	G	&	(	  ^	>	0	M	.	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / m u m b a i . m t n l . n e t . i n / c o d e r e c a g e n t s . d o c "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 5	8	B	2	@	  		G			  	G	  2	?	/	G	  		>	0	  8		9	?	$	>	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " c o m m e r c i a l i n f o / e p a b x . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 1 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 1 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " (	?		6	A	2	M		  	*	@	,	@				M	8	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
  
  
  
  
  
  
  
  
 l . f l ( ) ;  
  
 v a r   l   =   n e w   L a y e r ( " L 2 " ,   0 ,   4 ,   0 ,   1 5 1 ,   9 8 ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " d o l p h i n / s e r v i c e s / f l e e t m g t . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > < s m a l l > ' + " +	M	2	@		  .	H	(	G		.	G			  8	G	5	>	  " + ' < / s m a l l > < / s m a l l > < / f o n t > < / a > < i m g   s r c   = " h t t p : / / m t n l m u m b a i . i n / h i n d i / i m a g e s / n e w . g i f " > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " 3 g w e b / i n d e x . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > < s m a l l > ' + " 3 	@	  	>	&	B	  .	K	,	>		2	  8	G	5	>	/	G		  " + ' < / s m a l l > < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " d o l p h i n / c o m i n f o / b l a c k b e r r y . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	.		@		(		2	  ,	M	2	H		M	,	H	0	@	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / e s m s . m t n l m u m b a i . i n / "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 		8		.		8	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / 1 1 9 . 2 2 6 . 8 5 . 2 0 0 : 9 0 0 0 / m t n l t u n e s "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	>	2	0	  *	M	2	G		M	/	B	(	M	8	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / m o b i l e i n t e r n e t . m t n l m u m b a i . i n / p m s w a p d e v _ i n / p m s d a t a . h t m l ? t a r g e t = m t n l w e b / m t n l / i n d e x . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " .	K	,	>		2	  			0	(	G		" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " d o l p h i n / c o m i n f o / c a f . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	@		8		.	  	(	G		M	6	(	  	G	  2	?	/	G	  	>			>	$	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " d o l p h i n / c o m i n f o / p l a n . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " !	>	2	M	^	?	(	  	H	0	?	^	  *	M	2	>	(	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / m u m b a i . m t n l . n e t . i n / d o w n l o a d / f o r m s / d o l p h i n _ e c s f o r m . p d f "   t a r g e t = " _ b l a n k "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " !	>	2	M	^	?	(	  	8	@		8	  ^	>	0	M	.	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " d o l p h i n / p r i v a t e / t r u m p 1 . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	M	0	.	M	*	  " + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " d o l p h i n / c o m i n f o / t r u m p r a t e s 1 . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	M	0	.	M	*	    	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " d o l p h i n / s e r v i c e s / s e r v i c e s . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " .	B	2	M	/	5	>	(	  8	G	5	>	/	G		" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " d o l p h i n / s e r v i c e s / r o a m i n g _ s e r v i c e s . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 0	K	.	?			  8	G	5	>	/	G		  " + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / 2 0 2 . 1 5 9 . 2 5 2 . 2 2 8 : 8 0 8 1 / m s p / h t m l / "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	@	*	@		0		8	  5	  	.		.		8	  8	H		?			M	8	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " d o l p h i n / c o m i n f o / o n e i n d i a . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 5	(	  		!	?	/	>	  	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " w i l l s e r v i c e s / i n d e x . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > 	0	B	!	>	  < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " w i l l s e r v i c e s / o n e i n d i a . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > 	0	B	!	>	  5	(	  		!	?	/	>	< / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " w i l l s e r v i c e s / w i l l f w t a r i f f . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	0	B	!	>	  	^	!	M	,	M	2	M	/	B	  	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " w i l l s e r v i c e s / w i l l s c h e m e s . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	0	B	!	>	  .	K	,	>		2	  	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " w i l l s e r v i c e s / g m p p t a r i f f . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	0	B	!	>	  .	K	,	>		2	  *	M	0	@	*	G	!	  	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " w i l l s e r v i c e s / g f w p p t a r i f f . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 2 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 2 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	0	B	!	>	  	^	!	,	M	2	M	/	B		@	  *	M	0	@	*	G	!	  	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . f l ( ) ;  
  
 v a r   l   =   n e w   L a y e r ( " L 3 " ,   0 ,   4 ,   0 ,   2 7 1 ,   9 8 ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " i n s t a n t / "   o n m o u s e o u t = " L i n k O u t ( \ ' L 3 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 3 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " !	>	/	2	  	*	  8	G	5	>	/	G		  *	K	8	M		*	G	!	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " i n t e r n e t s e r v i c e s / i n t e r n e t - t a r i f f . h t m l # d i a l u p s e r v i c e "   o n m o u s e o u t = " L i n k O u t ( \ ' L 3 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 3 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " !	>	/	2	  	*	  8	G	5	>	/	G		  *	M	0	@	*	G	!	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / t e l e i n t e r n e t . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 3 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 3 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 			0	(	G		  	G	  2	?	/	G	  	G	2	@	^	K	(	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " i n t e r n e t s e r v i c e s / i n t e r n e t - t a r i f f 2 . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 3 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 3 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 			0	(	G		  2	@		M	!	  2	>		(	G		" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " i n t e r n e t s e r v i c e s / i n t e r n e t - t a r i f f 2 . h t m l # w e b h o s t i n g "   o n m o u s e o u t = " L i n k O u t ( \ ' L 3 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 3 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 5	G	,	  9	K	8	M		?			  8	G	5	>	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " i n t e r n e t s e r v i c e s / w l l n e t 1 . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 3 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 3 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 			0	(	G		  	G	  2	?	/	G	  	0	B	!	>	  	>	  8		0	B	*	#	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " i n t e r n e t s e r v i c e s / i n d e x . h t m l "   o n m o u s e o u t = " L i n k O u t ( \ ' L 3 \ ' ) ; "   o n m o u s e o v e r = " L i n k O v e r ( \ ' L 3 - 0 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 			0	(	G		  /	B		0	M	8	  	>		!	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . f l ( ) ;  
  
 v a r   l   =   n e w   L a y e r ( " L 4 " ,   0 ,   4 ,   0 ,   3 9 1 ,   9 8 ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t r i b a n d / h t m / u n l i m i t e d . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	M	0	>		,	H		!	  	8	@	.	?	$	    *	M	2	>	(	  " + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t r i b a n d / h t m / c o m b o p l a n . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	M	0	>		,	H		!	  	K		,	K	  *	M	2	>	(	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t r i b a n d / h t m / t a r i f f . h t m # t a r i f f "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	M	0	>		,	H		!	  	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t r i b a n d / h t m / t e m p _ c o m b o b b . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 		8	M	.	?		/ 	8	M	%	>		  	K	.	M	,	K	  ,	M	0	I	!	,	H	#	M	!	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t r i b a n d / h t m / v p n t a r i f f . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	2	- 2   5	@	*	@		(	  	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t r i b a n d / h t m / w i f i . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	M	0	>		,	H		!	  *	0	  5	>		- ^	>		  8	G	5	>	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t r i b a n d / v o i p / i n d e x . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 5	@				*	@	  8	G	5	>	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " i p t v / i n d e x . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 		*	@		@	5	@	  8	G	5	>	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t r i b a n d / g a m e s / g a m e s . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	G	2	  .	>			  *	0	  8	G	5	>	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / 2 0 2 . 1 5 9 . 2 3 0 . 2 3 2 : 8 8 8 8 / s p e e d / i n d e x . j s p "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	M	0	>		,	H		!	  	$	?	  *	0	@		M	7	#	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / r e g i s t e r . m t n l . n e t . i n / "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	M	0	>		,	H		!	  /	B	8	G		  	G		/   	- .	G	2	  *			@		0	#	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
  
 l . a r ( 0 ,   ' < a   h r e f = " i n t e r n e t s e r v i c e s / c o n f i g u r e m a i l . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	- .	G	2	  8		0	B	*	#	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / r e g i s t e r . m t n l . n e t . i n / "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	M	0	>		,	H		!	  *	>	8	5	0	M	!	  *	0	?	5	0	M	$	(	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t r i b a n d / h t m / t _ d e t a i l s . h t m # u s e r s "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	M	0	>		,	H		!	  /	B		0	M	8	  	>		!	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 / / l . a r ( 0 ,   ' < a   h r e f = " t r i b a n d / h t m / t r i _ f a q . h t m "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	M	0	>		,	H		!	  *	0	  		M	8	0	  *	B		G	  	>	(	G	  5	>	2	G	  8	5	>	2	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 / / l . a r ( 0 ,   ' < a   h r e f = " # "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " i w j k u k   , M h , l , y " + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 / / l . a r ( 0 ,   ' < a   h r e f = " # "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " i w j k u k   , M h , l , y   	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t r i b a n d / h t m / w i f i . h t m l # s e c u r e w i f i "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 5	>		- ^	>		  (	G		5	0	M		  8	A	0		M	7	?	$	  	0	G		" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / m u m b a i . m t n l . n e t . i n / u n d e r m a i n . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 4 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 		(	2	>		(	  	M	0	>		,	H	(	M	!	  *			@		0	#	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . f l ( ) ;  
  
 v a r   l   =   n e w   L a y e r ( " L 5 " ,   0 ,   4 ,   0 ,   5 1 1 ,   9 8 ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / l e a s e d c i r c u i t . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 5 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	5	G	&	(	  	H	8	G	  	0	G		" + ' < / s m a l l > < / f o n t > ? < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / l e a s e d c i r c u i t . h t m l # t y p e o f c i r c u i t s "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 5 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 8	0	M		?		  	G	  *	M	0		>	0	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / l e a s e d c i r c u i t . h t m l "   t a r g e t = " _ b l a n k "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 5 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 2	@		M	!	  2	>		(	K		  *	0	  	B		  " + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / l e a s e d c i r c u i t 2 . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 5 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 2	@		M	!	  2	>		(	K		  	G	  2	?	/	G	  (	/	>	  	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / l e a s e d c i r c u i t 4 . h t m l # s h o r t "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 5 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 2	G	5	2	  5	(	  6	>	0	M			K	!	  	>	  	H	0	?	^	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / m u m b a i . m t n l . n e t . i n / d o w n l o a d / f o r m s / l c f o r m . p d f "   t a r g e t = " _ b l a n k "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 5 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 2	@		M	!	  2	>		(	K		  	  2	?	/	G	  	5	G	&	(	  ^	>	0	M	.	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
  
 l . f l ( ) ;  
  
  
 v a r   l   =   n e w   L a y e r ( " L 6 " ,   0 ,   4 ,   0 ,   6 3 1 ,   9 8 ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / f r e e p h o n e . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 6 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " ^	M	0	@	  ^	K	(	  8	G	5	>	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / v p n s e r v i c e . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 6 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 5	@	*	@		(	  8	G	5	>	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / p r m s e r v i c e . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 6 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " *	@		0		.	  8	G	5	>	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / u a n . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 6 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " /	B			(	  8	G	5	>	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / t e l e v o t i n g . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 6 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	G	2	@	5	K		?			" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / v c c . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 6 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 5	@	8	@	8	@	  8	G	5	>	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . a r ( 0 ,   ' < a   h r e f = " t e l e c o m s e r v i c e s / a c c . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 6 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = " M a n g a l " > < s m a l l > ' + " 	8	@	8	@	  8	G	5	>	" + ' < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 / / l . a r ( 0 ,   ' < a   h r e f = " h t t p : / / m u m b a i . m t n l . n e t . i n / t e l e c o m s e r v i c e s / i n e t t a r i f f . h t m l "   o n m o u s e o v e r = " T a b l e O v e r ( \ ' L 6 \ ' ) ; "   c l a s s = " M e n u L i n k " > < f o n t   f a c e = V e r d a n a ,   s a n s - s e r i f > T a r i f f < / s m a l l > < / f o n t > < / a > < / t d > ' ) ;  
 l . f l ( ) ;  
  
 v a r   n u m O f M e n u s   =   6 ;   / /   N u m b e r   o f   t h e   M a i n   m e n u s  
 v a r   n u m O f I m a g e s   =   6 ;   / /   N u m b e r   o f   r o l l o v e r   b u t t o n   i m a g e s  
  
 l a y e r s L i s t   =   n e w   A r r a y ( " L 1 " , " L 2 " , " L 3 " , " L 4 " , " L 5 " , " L 6 " ) ;  
 v a r   l a y e r C o u n t   =   6 ;   / /   T o t a l   n u m b e r   o f   t h e   M a i n   a n d   t h e   S u b   m e n u s  
  
 / / - - >   e n d   h i d e   J a v a S c r i p t  
 
