ÿþ/ *  
   M i l o n i c   D H T M L   W e b s i t e   N a v i g a t i o n   M e n u   -   V e r s i o n   3 . 5  
   W r i t t e n   b y   A n d y   W o o l l e y   -   C o p y r i g h t   2 0 0 2   ( c )   M i l o n i c   S o l u t i o n s   L i m i t e d .   A l l   R i g h t s   R e s e r v e d .  
   P l e a s e   v i s i t   h t t p : / / w w w . m i l o n i c . c o . u k / m e n u   o r   e - m a i l   m e n u 3 @ m i l o n i c . c o m   f o r   m o r e   i n f o r m a t i o n .  
    
   T h e   F r e e   u s e   o f   t h i s   m e n u   i s   o n l y   a v a i l a b l e   t o   N o n - P r o f i t ,   E d u c a t i o n a l   &   P e r s o n a l   w e b   s i t e s .  
   C o m m e r c i a l   a n d   C o r p o r a t e   l i c e n s e s     a r e   a v a i l a b l e   f o r   u s e   o n   a l l   o t h e r   w e b   s i t e s   &   I n t r a n e t s .  
   A l l   C o p y r i g h t   n o t i c e s   M U S T   r e m a i n   i n   p l a c e   a t   A L L   t i m e s   a n d ,   p l e a s e   k e e p   u s   i n f o r m e d   o f   y o u r    
   i n t e n t i o n s   t o   u s e   t h e   m e n u   a n d   s e n d   u s   y o u r   U R L .  
 * /  
  
  
 / / T h e   f o l l o w i n g   l i n e   i s   c r i t i c a l   f o r   m e n u   o p e r a t i o n ,   a n d   M U S T   A P P E A R   O N L Y   O N C E .   I f   y o u   h a v e   m o r e   t h a n   o n e   m e n u _ a r r a y . j s   f i l e   r e m   o u t   t h i s   l i n e   i n   s u b s e q u e n t   f i l e s  
 m e n u n u m = 0 ;  
 m e n u s = n e w   A r r a y ( ) ;  
 _ d = d o c u m e n t ;  
 f u n c t i o n   a d d m e n u ( ) {  
 	 m e n u n u m + + ;  
 	 m e n u s [ m e n u n u m ] = m e n u ;  
 }  
 f u n c t i o n   d u m p m e n u s ( ) {  
 	 m t = " < s c r i p t   l a n g u a g e = j a v a s c r i p t > " ;  
 	 f o r ( a = 1 ; a < m e n u s . l e n g t h ; a + + ) {  
 	 	 m t + = "   m e n u " + a + " = m e n u s [ " + a + " ] ; "  
 	 }  
 	 m t + = " < \ / s c r i p t > " ;  
 _ d . w r i t e ( m t )  
 }  
 / / P l e a s e   l e a v e   t h e   a b o v e   l i n e   i n t a c t .   T h e   a b o v e   a l s o   n e e d s   t o   b e   e n a b l e d   i f   i t   n o t   a l r e a d y   e n a b l e d   u n l e s s   t h i s   f i l e   i s   p a r t   o f   a   m u l t i   p a c k .  
  
  
  
 / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /  
 / /   E d i t a b l e   p r o p e r t i e s   S T A R T   h e r e   / /  
 / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /  
  
 / /   S p e c i a l   e f f e c t   s t r i n g   f o r   I E 5 . 5   o r   a b o v e   p l e a s e   v i s i t   h t t p : / / w w w . m i l o n i c . c o . u k / m e n u / f i l t e r s _ s a m p l e . p h p   f o r   m o r e   f i l t e r s  
 e f f e c t   =   " F a d e ( d u r a t i o n = 0 . 2 ) ; A l p h a ( s t y l e = 0 , o p a c i t y = 8 8 ) ; S h a d o w ( c o l o r = ' # 7 7 7 7 7 7 ' ,   D i r e c t i o n = 1 3 5 ,   S t r e n g t h = 5 ) "  
  
  
 t i m e g a p = 3 0 0 	 	 / /   T h e   t i m e   d e l a y   f o r   m e n u s   t o   r e m a i n   v i s i b l e  
 f o l l o w s p e e d = 5 	 	 / /   F o l l o w   S c r o l l i n g   s p e e d  
 f o l l o w r a t e = 4 0 	 	 / /   F o l l o w   S c r o l l i n g   R a t e  
 s u b o f f s e t _ t o p = 1 0 ; 	 / /   S u b   m e n u   o f f s e t   T o p   p o s i t i o n    
 s u b o f f s e t _ l e f t = 1 0 ; 	 / /   S u b   m e n u   o f f s e t   L e f t   p o s i t i o n  
 c l o s e O n C l i c k   =   t r u e  
  
 s t y l e _ t o p = [ 	 	 	 / /   s t y l e 1   i s   a n   a r r a y   o f   p r o p e r t i e s .   Y o u   c a n   h a v e   a s   m a n y   p r o p e r t y   a r r a y s   a s   y o u   n e e d .   T h i s   m e a n s   t h a t   m e n u s   c a n   h a v e   t h e i r   o w n   s t y l e .  
 " F F F F F F " , 	 	 	 / /   M o u s e   O f f   F o n t   C o l o r  
 " " , 	 	 	 	 	 / /   M o u s e   O f f   B a c k g r o u n d   C o l o r  
 " 0 0 F F F F " , 	 	 	 / /   M o u s e   O n   F o n t   C o l o r  
 " " , 	 	 	 	 	 / /   M o u s e   O n   B a c k g r o u n d   C o l o r  
 " " , 	 	 	 	 	 / /   M e n u   B o r d e r   C o l o r    
 1 1 , 	 	 	 	 	 / /   F o n t   S i z e   i n   p i x e l s  
 " n o r m a l " , 	 	 	 / /   F o n t   S t y l e   ( i t a l i c   o r   n o r m a l )  
 " b o l d " , 	 	 	 / /   F o n t   W e i g h t   ( b o l d   o r   n o r m a l )  
 " A r i a l " , 	 	 	 / /   F o n t   N a m e  
 4 , 	 	 	 	 	 / /   M e n u   I t e m   P a d d i n g  
 , 	 	 	 	 	 / /   S u b   M e n u   I m a g e   ( L e a v e   t h i s   b l a n k   i f   n o t   n e e d e d )  
 , 	 	 	 	 	 / /   3 D   B o r d e r   &   S e p a r a t o r   b a r  
 " F F f f f f " , 	 	 	 / /   3 D   H i g h   C o l o r  
 " 0 0 0 0 9 9 " , 	 	 	 / /   3 D   L o w   C o l o r  
 , 	 	 	 / /   C u r r e n t   P a g e   I t e m   F o n t   C o l o r   ( l e a v e   t h i s   b l a n k   t o   d i s a b l e )  
 , 	 	 	 	 / /   C u r r e n t   P a g e   I t e m   B a c k g r o u n d   C o l o r   ( l e a v e   t h i s   b l a n k   t o   d i s a b l e )  
 " " , 	 	 	 	 	 / /   T o p   B a r   i m a g e   ( L e a v e   t h i s   b l a n k   t o   d i s a b l e )  
 " f f f f f f " , 	 	 	 / /   M e n u   H e a d e r   F o n t   C o l o r   ( L e a v e   b l a n k   i f   h e a d e r s   a r e   n o t   n e e d e d )  
 " 0 0 0 0 9 9 " , 	 	 	 / /   M e n u   H e a d e r   B a c k g r o u n d   C o l o r   ( L e a v e   b l a n k   i f   h e a d e r s   a r e   n o t   n e e d e d )  
 " " , 	 	 	 	 	 / /   M e n u   I t e m   S e p a r a t o r   C o l o r  
 ]  
  
 s t y l e 1 = [ 	 	 	 / /   s t y l e 1   i s   a n   a r r a y   o f   p r o p e r t i e s .   Y o u   c a n   h a v e   a s   m a n y   p r o p e r t y   a r r a y s   a s   y o u   n e e d .   T h i s   m e a n s   t h a t   m e n u s   c a n   h a v e   t h e i r   o w n   s t y l e .  
 " 2 7 2 7 2 7 " , 	 	 	 	 / /   M o u s e   O f f   F o n t   C o l o r  
 " F 1 E F E 2 " , 	 	 	 / /   M o u s e   O f f   B a c k g r o u n d   C o l o r  
 " f f e b d c " , 	 	 	 / /   M o u s e   O n   F o n t   C o l o r  
 " 0 0 5 8 B 0 " , 	 	 	 / /   M o u s e   O n   B a c k g r o u n d   C o l o r  
 " A 0 A 0 A 0 " , 	 	 	 / /   M e n u   B o r d e r   C o l o r    
 1 1 , 	 	 	 	 	 / /   F o n t   S i z e   i n   p i x e l s  
 " n o r m a l " , 	 	 	 / /   F o n t   S t y l e   ( i t a l i c   o r   n o r m a l )  
 " n o r m a l " , 	 	 	 / /   F o n t   W e i g h t   ( b o l d   o r   n o r m a l )  
 " A r i a l " , 	 	 	 / /   F o n t   N a m e  
 4 , 	 	 	 	 	 / /   M e n u   I t e m   P a d d i n g  
 " / i m g / v n / m e n u / a r r o w . g i f " , 	 	 / /   S u b   M e n u   I m a g e   ( L e a v e   t h i s   b l a n k   i f   n o t   n e e d e d )  
 , 	 	 	 	 	 / /   3 D   B o r d e r   &   S e p a r a t o r   b a r  
 " F F f f f f " , 	 	 	 / /   3 D   H i g h   C o l o r  
 " 0 0 0 0 9 9 " , 	 	 	 / /   3 D   L o w   C o l o r  
 , 	 	 	 / /   C u r r e n t   P a g e   I t e m   F o n t   C o l o r   ( l e a v e   t h i s   b l a n k   t o   d i s a b l e )  
 , 	 	 	 	 / /   C u r r e n t   P a g e   I t e m   B a c k g r o u n d   C o l o r   ( l e a v e   t h i s   b l a n k   t o   d i s a b l e )  
 " / i m g / v n / m e n u / a r r o w d n . g i f " , 	 	 / /   T o p   B a r   i m a g e   ( L e a v e   t h i s   b l a n k   t o   d i s a b l e )  
 " f f f f f f " , 	 	 	 / /   M e n u   H e a d e r   F o n t   C o l o r   ( L e a v e   b l a n k   i f   h e a d e r s   a r e   n o t   n e e d e d )  
 " 0 0 0 0 9 9 " , 	 	 	 / /   M e n u   H e a d e r   B a c k g r o u n d   C o l o r   ( L e a v e   b l a n k   i f   h e a d e r s   a r e   n o t   n e e d e d )  
 " C 0 C 0 C 0 " , 	 	 	 / /   M e n u   I t e m   S e p a r a t o r   C o l o r  
 ]  
  
  
 a d d m e n u ( m e n u = [ 	 	 / /   T h i s   i s   t h e   a r r a y   t h a t   c o n t a i n s   y o u r   m e n u   p r o p e r t i e s   a n d   d e t a i l s  
 " m a i n m e n u " , 	 	 	 / /   M e n u   N a m e   -   T h i s   i s   n e e d e d   i n   o r d e r   f o r   t h e   m e n u   t o   b e   c a l l e d  
 , 	 	 	 	 / /   M e n u   T o p   -   T h e   T o p   p o s i t i o n   o f   t h e   m e n u   i n   p i x e l s  
 , 	 	 	 	 	 / /   M e n u   L e f t   -   T h e   L e f t   p o s i t i o n   o f   t h e   m e n u   i n   p i x e l s  
 , 	 	 	 	 / /   M e n u   W i d t h   -   M e n u s   w i d t h   i n   p i x e l s  
 0 , 	 	 	 	 	 / /   M e n u   B o r d e r   W i d t h    
 , 	 	 	 	 	 / /   S c r e e n   P o s i t i o n   -   h e r e   y o u   c a n   u s e   " c e n t e r ; l e f t ; r i g h t ; m i d d l e ; t o p ; b o t t o m "   o r   a   c o m b i n a t i o n   o f   " c e n t e r : m i d d l e "  
 s t y l e _ t o p , 	 	 	 / /   P r o p e r t i e s   A r r a y   -   t h i s   i s   s e t   h i g h e r   u p ,   a s   a b o v e  
 1 , 	 	 	 	 	 / /   A l w a y s   V i s i b l e   -   a l l o w s   t h e   m e n u   i t e m   t o   b e   v i s i b l e   a t   a l l   t i m e   ( 1 = o n / 0 = o f f )  
 " c e n t e r " , 	 	 	 / /   A l i g n m e n t   -   s e t s   t h e   m e n u   e l e m e n t s   t e x t   a l i g n m e n t ,   v a l u e s   v a l i d   h e r e   a r e :   l e f t ,   r i g h t   o r   c e n t e r  
 , 	 	 	 	 	 / /   F i l t e r   -   T e x t   v a r i a b l e   f o r   s e t t i n g   t r a n s i t i o n a l   e f f e c t s   o n   m e n u   a c t i v a t i o n   -   s e e   a b o v e   f o r   m o r e   i n f o  
 , 	 	 	 	 	 / /   F o l l o w   S c r o l l i n g   -   T e l l s   t h e   m e n u   i t e m   t o   f o l l o w   t h e   u s e r   d o w n   t h e   s c r e e n   ( v i s i b l e   a t   a l l   t i m e s )   ( 1 = o n / 0 = o f f )  
 1 ,   	 	 	 	 	 / /   H o r i z o n t a l   M e n u   -   T e l l s   t h e   m e n u   t o   b e c o m e   h o r i z o n t a l   i n s t e a d   o f   t o p   t o   b o t t o m   s t y l e   ( 1 = o n / 0 = o f f )  
 , 	 	 	 	 	 / /   K e e p   A l i v e   -   K e e p s   t h e   m e n u   v i s i b l e   u n t i l   t h e   u s e r   m o v e s   o v e r   a n o t h e r   m e n u   o r   c l i c k s   e l s e w h e r e   o n   t h e   p a g e   ( 1 = o n / 0 = o f f )  
 , 	 	 	 	 	 / /   P o s i t i o n   o f   T O P   s u b   i m a g e   l e f t : c e n t e r : r i g h t  
 , 	 	 	 	 	 / /   S e t   t h e   O v e r a l l   W i d t h   o f   H o r i z o n t a l   M e n u   t o   1 0 0 %   a n d   h e i g h t   t o   t h e   s p e c i f i e d   a m o u n t   ( L e a v e   b l a n k   t o   d i s a b l e )  
 , 	 	 	 	 	 / /   R i g h t   T o   L e f t   -   U s e d   i n   H e b r e w   f o r   e x a m p l e .   ( 1 = o n / 0 = o f f )  
 , 	 	 	 	 	 / /   O p e n   t h e   M e n u s   O n C l i c k   -   l e a v e   b l a n k   f o r   O n M o u s e o v e r   ( 1 = o n / 0 = o f f )  
 , 	 	 	 	 	 / /   I D   o f   t h e   d i v   y o u   w a n t   t o   h i d e   o n   M o u s e O v e r   ( u s e f u l   f o r   h i d i n g   f o r m   e l e m e n t s )  
 , 	 	 	 	 	 / /   B a c k g r o u n d   i m a g e   f o r   m e n u   w h e n   B G C o l o r   s e t   t o   t r a n s p a r e n t .  
 , 	 	 	 	 	 / /   S c r o l l a b l e   M e n u  
 , 	 	 	 	 	 / /   R e s e r v e d   f o r   f u t u r e   u s e  
 , " < d i v   s t y l e = ' w i d t h : 3 0 p t ' > H o m e < / d i v > " , " / w e b / e n / " , , " H o m e   P a g e " , 1  
 , " < d i v   s t y l e = ' w i d t h : 3 0 p t ' > < a   h r e f = ' / w e b / e n / h o m e / m o b i f o n e _ h i s t o r y . j s p '   c l a s s = ' t o p m e n u l i n k ' > A b o u t < / a > < / d i v > " , " s h o w - m e n u = a b o u t " , , " " , 1   / /   " D e s c r i p t i o n   T e x t " ,   " U R L " ,   " A l t e r n a t e   U R L " ,   " S t a t u s " ,   " S e p a r a t o r   B a r "  
 , " < d i v   s t y l e = ' w i d t h : 4 0 p t ' > < a   h r e f = ' / w e b / e n / p r o d u c t s / '   c l a s s = ' t o p m e n u l i n k ' > P r o d u c t s < / a > < / d i v > " , " s h o w - m e n u = p r o d u c t " , , " " , 1  
 , " < d i v   s t y l e = ' w i d t h : 9 5 p t ' > < a   h r e f = ' / w e b / e n / v a s / '   c l a s s = ' t o p m e n u l i n k ' > V a l u e   a d d e d   s e r v i c e s < / a > < / d i v > " , " s h o w - m e n u = v a s " , , " " , 1  
 , " < d i v   s t y l e = ' w i d t h : 7 0 p t ' > < a   h r e f = ' / w e b / e n / s m s / '   c l a s s = ' t o p m e n u l i n k ' > O n l i n e   s e r v i c e s < / d i v > " , " s h o w - m e n u = o t h e r " , , " " , 1  
 , " < d i v   s t y l e = ' w i d t h : 1 6 p t ' > 3 G < / d i v > " , " h t t p : / / w w w . m o b i f o n e 3 g . c o m . v n / i n d e x . a s p x ? L a n g = 1 " , , " m o b i f o n e   3 g " , 1    
 , " < d i v   s t y l e = ' w i d t h : 3 0 p t ' > < a   h r e f = ' h t t p : / / f u n r i n g . v n / w e b / m e d i a / v n / f u n r i n g / i n d e x . j s p '   c l a s s = ' t o p m e n u l i n k ' > M e d i a < / a > < / d i v > " , " s h o w - m e n u = m e d i a " , , " " , 1  
 , " < d i v   s t y l e = ' w i d t h : 9 0 p t ' > P e r s o n a l   I n f o m a t i o n < / d i v > " , " s h o w - m e n u = s u b s c r i b e r " , , " " , 1  
 , " < d i v   s t y l e = ' w i d t h : 4 0 p t ' > < a   h r e f = ' # '   c l a s s = ' t o p m e n u l i n k ' > S u p p o r t s < / a > < / d i v > " , " s h o w - m e n u = s u p p o r t " , , " " , 1  
 ] )  
 	  
 	 a d d m e n u ( m e n u = [ " p r o d u c t " ,  
 	 , , 1 2 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 , " < a   h r e f = ' / w e b / e n / p r o d u c t s / m o b i g o l d . j s p '   c l a s s = ' s u b m e n u l i n k ' > & n b s p ;   M o b G o l d < / a > " , " s h o w - m e n u = m o b i g o l d " , , , 1  
 	 , " & n b s p ;   M o b i C a r d " , " / w e b / e n / p r o d u c t s / m o b i c a r d . j s p " , , , 1  
 	 , " & n b s p ;   M o b i 4 U " , " / w e b / e n / p r o d u c t s / m o b i 4 u . j s p " , , , 1  
 	 , " & n b s p ;   M o b i Q " , " / w e b / e n / p r o d u c t s / m o b i q . j s p " , , , 1  
 	 , " & n b s p ;   M o b i 3 6 5 " , " / w e b / e n / p r o d u c t s / m o b i 3 6 5 . j s p " , , , 1  
 	 , " & n b s p ;   S I M " , " s h o w - m e n u = S I M " , , , 1  
 	 ] )  
  
 	 	 a d d m e n u ( m e n u = [ " m o b i g o l d " ,  
 	 	 , , 1 2 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " T a r i f f " , " / w e b / e n / p r o d u c t s / g o l d _ t a r i f f . j s p " , , , 1  
 	 	 , " M b u s i n e s s " , " / w e b / e n / p r o d u c t s / m o b i g o l d _ b u s i n e s s . j s p " , , , 1  
 	 	 , " M f r i e n d s " , " / w e b / e n / p r o d u c t s / m o b i g o l d _ f r i e n d s . j s p " , , , 1  
 	 	 , " M h o m e " , " / w e b / e n / p r o d u c t s / m o b i g o l d _ h o m e . j s p " , , , 1  
 	 	 / * , " G 1   -   G 6 " , " / w e b / e n / p r o d u c t s / t a r i f f _ g 1 g 6 . j s p " , , , 1 * /  
 	 	 ] )  
 	 	  
 	 	 a d d m e n u ( m e n u = [ " S I M " ,  
 	 	 , , 1 2 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " S i m   3 2 K " , " / w e b / e n / e v e r y t h i n g / s i m 3 2 k . j s p " , , , 1  
 	 	 , " S u p e r S i m   6 4 K " , " / w e b / e n / e v e r y t h i n g / s u p e r s i m . j s p " , , , 1  
 	 	 , " S u p e r S i m   1 2 8 K " , " / w e b / e n / e v e r y t h i n g / s u p e r s i m 1 2 8 k . j s p " , , , 1  
 	 	 ] )  
 	  
  
 a d d m e n u ( m e n u = [ " v a s " ,  
 	 , , 1 7 0 , 1 , " " , s t y l e 1 , , " " , e f f e c t , , , , , , , , , , , ,  
 	 / / , " & n b s p ;   V a l u e   A d d e d   S e r v i c e s   M a n u a l " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h d s d d v / " , , , 1  
 	 , " & n b s p ;   N e w   S e r v i c e s " ,   " s h o w - m e n u = v a s _ n e w " , , , 1  
 	 , " & n b s p ;   M u s i c   S e r v i c e s " ,   " s h o w - m e n u = v a s _ m u s i c " , , , 1  
 	 , " & n b s p ;   G a m e   -   A p p l i c a t i o n   S e r v i c e s " ,   " s h o w - m e n u = v a s _ g a m e " , , , 1  
 	 , " & n b s p ;   I n f o r m a t i o n   -   E n t e r t a i n m e n t   & n b s p ; & n b s p ; S e r v i c e s " ,   " s h o w - m e n u = v a s _ i n f o " , , , 1  
 	 , " & n b s p ;   U t i l i t y   S e r v i c e s " ,   " s h o w - m e n u = v a s _ u t i l i t y " , , , 1  
 	 , " & n b s p ;   I n t e r n a t i o n a l   R o a m i n g   S e r v i c e s " ,   " s h o w - m e n u = v a s _ r o a m i n g " , , , 1  
 	 , " & n b s p ;   E m a i l   S e r v i c e s " ,   " s h o w - m e n u = v a s _ e m a i l " , , , 1  
 	 , " & n b s p ;   S p o r t   S e r v i c e s " ,   " s h o w - m e n u = v a s _ s p o r t " , , , 1  
 	 , " & n b s p ;   P a y m e n t   S e r v i c e s " ,   " s h o w - m e n u = v a s _ p a y m e n t " , , , 1  
 	  
 	 , " & n b s p ;   O t h e r   S e r v i c e s " ,   " s h o w - m e n u = v a s _ o t h e r " , , , 1  
 	 , " & n b s p ;   P r o m o t i o n " ,   " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / p r o m o t i o n . j s p " , , , 1  
 	 ] )  
 	  
 	 	 a d d m e n u ( m e n u = [ " v a s _ n e w " ,  
 	 	 , , 1 2 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " P r e m i e r   L e a g u e " ,   " / w e b / v n / h o m e / s t a t i c / m f b / " , , , 1  
 	 	 , " M o b i S t o r e " ,   " h t t p : / / m o b i s t o r e . v n " , , , 1  
 	 	 , " < a   s t y l e = \ " c u r s o r :   p o i n t e r \ "   o n c l i c k = \ " w i n d o w . o p e n ( ' h t t p : / / m g a m e . v n ' ) ; \ "   r e t u r n = \ " \ "   c l a s s = ' s u b m e n u l i n k ' > m G a m e < / a > " , " # " , , , 1  
 	 	 , " < a   s t y l e = \ " c u r s o r :   p o i n t e r \ "   o n c l i c k = \ " w i n d o w . o p e n ( ' h t t p : / / m p l u s . v n ' ) \ "   r e t u r n = \ " \ "   c l a s s = ' s u b m e n u l i n k ' > m P l u s < / a > " ,   " # " , , , 1  
 	 	 , " m S p a c e " ,   " h t t p : / / m s p a c e . v n " , , , 1  
 	 	 , " m E x p r e s s " ,   " / w e b / v n / h o m e / s t a t i c / m e x p r e s s / " , , , 1  
 	 	 , " m S t o r y " ,   " / w e b / v n / h o m e / s t a t i c / m s t o r y / " , , , 1  
 	 	 , " M e d i a   C a l l " ,   " / w e b / v n / h o m e / s t a t i c / m e d i a c a l l / " , , , 1  
 	 	 ] )  
 	 	  
 	 	 a d d m e n u ( m e n u = [ " v a s _ m u s i c " ,  
 	 	 , , 1 2 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " < a   s t y l e = \ " c u r s o r :   p o i n t e r \ "   o n c l i c k = \ " w i n d o w . o p e n ( ' h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / f u n r i n g . j s p ' ) \ "   r e t u r n = \ " \ "   c l a s s = ' s u b m e n u l i n k ' > N h & # 7 8 4 1 ; c   c h & # 7 9 0 1 ;   F u n r i n g < / a > " , " # " , , , 1  
 	 	 , " < a   s t y l e = \ " c u r s o r :   p o i n t e r \ "   o n c l i c k = \ " w i n d o w . o p e n ( ' h t t p : / / s a n g t a o . f u n r i n g . v n / ' ) \ "   r e t u r n = \ " \ "   c l a s s = ' s u b m e n u l i n k ' > F u n r i n g   s á n g   t & # 7 8 4 1 ; o " , " # " , , , 1  
 	 	 , " T h & # 7 8 7 1 ;   g i & # 7 8 9 9 ; i   n h & # 7 8 4 1 ; c " , " h t t p : / / w w w . t h e g i o i n h a c . v n " , , , 1  
 	 	 , " M u s i c   T a l k " , " h t t p : / / w w w . f u n r i n g . v n / w e b / m e d i a / v n / m t a l k / " , , , 1  
 	 	 , " M e d i a   C a l l " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / e n / h o m e / s t a t i c / m e d i a c a l l / " , , , 1  
 	 	 , " G i f t s   f r o m   t h e   h e a r t " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / e n / h o m e / s t a t i c / g i f t s f r o m t h e h e a r t / " , , , 1  
 	 	 ] )  
  
 	 	 a d d m e n u ( m e n u = [ " v a s _ g a m e " ,  
 	 	 , , 1 2 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " < a   s t y l e = \ " c u r s o r :   p o i n t e r \ "   o n c l i c k = \ " w i n d o w . o p e n ( ' h t t p : / / m g a m e . v n ' ) \ "   r e t u r n = \ " \ "   c l a s s = ' s u b m e n u l i n k ' > m G a m e < / a > " ,   " # " , , , 1  
 	 	 , " m S p a c e " , " h t t p : / / m s p a c e . v n " , , , 1  
 	 	 ] )  
  
 	 	 a d d m e n u ( m e n u = [ " v a s _ i n f o " ,  
 	 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " M o b i S t o r e " ,   " h t t p : / / m o b i s t o r e . v n " , , , 1  
 	 	 , " M o b i F o n e   I n f o " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / e n / h o m e / s t a t i c / m o b i f o n e i n f o / " , , , 1 	  
 	 	 , " 6 x x x ,   7 x x x ,   8 x x x   S e r v i c e s " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / s e r v i c e s / 8 x x x . j s p " , , , 1  
 	 	 , " M   W o r l d " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / m w o r l d / " , , , 1  
 	 	 , " L i v e I n f o " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / l i v e i n f o / " , , , 1  
 	 	 , " < a   s t y l e = \ " c u r s o r :   p o i n t e r \ "   o n c l i c k = \ " w i n d o w . o p e n ( ' h t t p : / / m p l u s . v n ' ) \ "   r e t u r n = \ " \ "   c l a s s = ' s u b m e n u l i n k ' > m P l u s < / a > " ,   " # " , , , 1  
 	 	 , " m S e a r c h " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / e n / h o m e / s t a t i c / m s e a r c h / " , , , 1  
 	 	 , " m S t o r y " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / m s t o r y / " , , , 1  
 	 	 , " m E x p r e s s " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / e n / h o m e / s t a t i c / m e x p r e s s / " , , , 1  
 	 	 , " V o i c e   S M S " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / v o i c e s m s / " , , , 1  
 	 	 , " S M S   L o c a t o r " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / s m s l o c a t o r / " , , , 1  
 	 	 , " < a   h r e f = ' h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / m o b i f u n l i v e / '   c l a s s = ' s u b m e n u l i n k ' > M o b i F u n   L i v e < / a > " , " s h o w - m e n u = m o b i f u n l i v e " , , , 1  
 	 	 , " M o b i F o n e   I n f o " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / s e r v i c e s / m o b i i n f o . j s p " , , , 1  
 	 	 / / , " T h & # 2 4 4 ; n g   t i n   b & # 7 8 5 7 ; n g   t i n   n h & # 7 8 5 5 ; n " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / s e r v i c e s / v n _ s u p p o r t . j s p # s m s i n f o " , , , 1  
 	 	 ] )  
  
 	 	 	 a d d m e n u ( m e n u = [ " m o b i f u n l i v e " ,  
 	 	 	 , , 1 2 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 	 , " N h & # 7 8 4 1 ; c   c h u ô n g   & # 2 7 3 ; a   â m " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / m o b i f u n l i v e / p o l y p h o n i c . j s p " , , , 1  
 	 	 	 , " N h & # 7 8 4 1 ; c   c h u ô n g   & # 2 7 3 ; & # 4 1 7 ; n   â m " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / m o b i f u n l i v e / r i n g t o n e . j s p " , , , 1  
 	 	 	 , " M à n   h ì n h   n & # 7 8 7 3 ; n " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / m o b i f u n l i v e / w a l l p a p e r . j s p " , , , 1  
 	 	 	 , " M à n   h ì n h   & # 2 7 3 ; & # 7 8 9 7 ; n g " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / m o b i f u n l i v e / s c r e e n s a v e r . j s p " , , , 1 	 	  
 	 	 	 , " < a   h r e f = ' # '   s t y l e = ' t e x t - d e c o r a t i o n : n o n e ' > < f o n t   c o l o r = ' # 2 7 2 7 2 7 ' > B i & # 7 8 7 5 ; u   t & # 4 3 2 ; & # 7 9 0 7 ; n g < / f o n r > < / a > " , " s h o w - m e n u = m o b i f u n " , , , 1 	 	  
 	 	 	 ] )  
  
 	 	 	 	 a d d m e n u ( m e n u = [ " m o b i f u n " ,  
 	 	 	 	 , , 1 2 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 	 	 , " L o g o   & # 2 7 3 ; e n   t r & # 7 8 5 5 ; n g " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / m o b i f u n l i v e / l o g o . j s p " , , , 1  
 	 	 	 	 , " L o g o   m & # 7 8 4 7 ; u " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / m o b i f u n l i v e / c o l o r l o g o . j s p " , , , 1  
 	 	 	 	 , " P i c t u r e   m e s s a g e " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / m o b i f u n l i v e / p i c t u r e m e s s a g e . j s p " , , , 1  
 	 	 	 	 ] )  
 	 	  
 	 	 a d d m e n u ( m e n u = [ " v a s _ u t i l i t y " ,  
 	 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " M i s s   C a l l   A l e r t " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / m c a / " , , , 1  
 	 	 , " U S S D " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / s e r v i c e s / v n _ s u p p o r t . j s p # u s s d " , , , 1  
 	 	 , " M M S " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / m m s / " , , , 1  
 	 	 , " M o b i L i s t " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / m o b i l i s t / " , , , 1  
 	 	 , " C a l l   B a r r i n g " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / c a l l b a r r i n g / " , , , 1  
 	 	 , " C a l l   M e " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / c a l l m e / " , , , 1  
 	 	 , " F o n e   B a c k u p " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / f o n e b a c k u p / " , , , 1  
 	 	 , " V o i c e   M a i l b o x " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / e n / h o m e / s t a t i c / v o i c e m a i l b o x / " , , , 1  
 	 	 , " W E B   f o r m a t   c o n v e r s i o n " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / s e r v i c e s / c h a n g e _ w e b _ f o r m a t . j s p " , , , 1  
 	 	 , " C a l l   D r i v e r t " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / e n / h o m e / s t a t i c / c a l l d r i v e r t / " , , , 1  
 	 	 ] )  
 	 	  
 	 	 a d d m e n u ( m e n u = [ " v a s _ r o a m i n g " ,  
 	 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " R o a m i n g   p o s t p a i d " , " " , , , 1  
 	 	 , " R o a m i n g   p r e p a i d " , " " , , , 1  
 	 	 / * , " D & # 7 8 8 3 ; c h   v & # 7 9 0 9 ;   M T S " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / M T S / " , , , 1 * /  
 	 	 , " S M S   R o a m i n g " , " " , , , 1  
 	 	 ] )  
 	 	  
 	 	 a d d m e n u ( m e n u = [ " v a s _ e m a i l " ,  
 	 	 , , 1 5 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " F a s t M a i l " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / f a s t m a i l / " , , , 1  
 	 	 , " B i z M a i l " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / b i z m a i l / " , , , 1  
 	 	 , " N o k i a   C h a t   &   P u s h   M a i l " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / c h a t _ p u s h m a i l / " , , , 1  
 	 	 ] )  
 	 	  
 	 	 a d d m e n u ( m e n u = [ " v a s _ s p o r t " ,  
 	 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " P r e m i e r   L e a g u e " ,   " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / e n / h o m e / s t a t i c / m f b " , , , 1  
  
 	 	 , " < a   h r e f = ' # '   o n c l i c k = \ " w i n d o w . o p e n ( ' h t t p : / / m s c o r e . v n / ' ) \ "   c l a s s = ' s u b m e n u l i n k ' > M s c o r e < / a > " ,   " " , , , 1  
 	 	 , " L i v e S c o r e " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / l i v e s c o r e / " , , , 1  
 	 	 / * , " S ô i   & # 2 7 3 ; & # 7 8 9 7 ; n g   b ó n g   & # 2 7 3 ; á   v & # 7 8 9 9 ; i   L i v e I n f o " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / l i v e i n f o _ N H A . j s p " , , , 1 * /  
 	 	 ] )  
  
 	 	 a d d m e n u ( m e n u = [ " v a s _ p a y m e n t " ,  
 	 	 , , 1 2 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " A D V A N C E   P A Y M E N T " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / e n / h o m e / s t a t i c / a d v a n c e p a y m e n t / " , , , 1  
 	 	 , " M 2 D " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / m 2 d / " , , , 1  
 	 	 , " M 2 U " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / m 2 u / " , , , 1  
 	 	 , " F a s t   P a y " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / f a s t p a y / " , , , 1  
 	 	 ] )  
  
 	 	 a d d m e n u ( m e n u = [ " v a s _ o t h e r " ,  
 	 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " G l o b a l   S a v i n g " , " h t t p : / / w w w . m o b i f o n e . c o m . v n / w e b / v n / h o m e / s t a t i c / g l o b a l s a v i n g / " , , , 1  
 	 	 , " I D D ,   V o I P   1 7 1 / 1 7 1 7 " , " / w e b / v n / p r o d u c t s / i n t e r n a t i o n a l _ t a r i f f . j s p " , , , 1  
 	 	 , " S í  d ån g   d Ëc h   v å  q u a   w e b s i t e   " , " / w e b / v n / p r o d u c t s / t a r i f f _ w e b . j s p " , , , 1  
 	 	 / * , " C & # 2 2 5 ; c   d & # 7 8 8 3 ; c h   v & # 7 9 0 9 ;   p h & # 7 9 0 9 ; " , " s h o w - m e n u = c a c d i c h v u p h u " , , , 1 * /  
 	 	 ] )  
  
 	  
 	 / * a d d m e n u ( m e n u = [ " v a s " ,  
 	 , , 1 6 5 , 1 , " " , s t y l e 1 , , " " , e f f e c t , , , , , , , , , , , ,  
  
 	 / / , " & n b s p ;   P r e - p a i d   R o a m i n g " ,   " / w e b / e n / e v e r y t h i n g / p r e p a i d _ r o a m i n g . j s p " , , , 1  
 	  
 	 , " & n b s p ;   m S p a c e " ,   " h t t p : / / m s p a c e . v n / " , , , 1  
 	 , " & n b s p ;   m G a m e " ,   " h t t p : / / m g a m e . v n / " , , , 1  
 	 , " & n b s p ;   m S t o r y " ,   " / w e b / e n / h o m e / s t a t i c / m s t o r y / " , , , 1  
 	 , " & n b s p ;   m P l u s " ,   " h t t p : / / m p l u s . v n / " , , , 1  
 	 , " & n b s p ;   N o k i a   C h a t   &   P u s h   M a i l " ,   " / w e b / e n / h o m e / s t a t i c / c h a t _ p u s h m a i l / " , , , 1  
 	 , " & n b s p ;   C a l l   B a r r i n g " ,   " / w e b / e n / h o m e / s t a t i c / c a l l b a r r i n g / " , , , 1  
 	 , " & n b s p ;   W E B   f o r m a t   c o n v e r s i o n " ,   " / w e b / e n / s e r v i c e s / c h a n g e _ w e b _ f o r m a t . j s p " , , , 1  
 	 , " & n b s p ;   G u i d e   b o o k " ,   " / w e b / e n / s e r v i c e s / g u i d e b o o k . j s p " , , , 1  
 	 , " & n b s p ;   M   W o r l d " ,   " / w e b / e n / h o m e / s t a t i c / m w o r l d / p o p u p e x . h t m l " , , , 1  
 	 , " & n b s p ;   F u n r i n g " ,   " h t t p : / / f u n r i n g . v n / w e b / m e d i a / v n / f u n r i n g / i n d e x . j s p " , , , 1  
 	 , " & n b s p ;   M i s s   C a l l   A l e r t " ,   " / w e b / e n / m c a / a b o u t . j s p " , , , 1  
 	 , " & n b s p ;   8 x x x   S e r v i c e s " ,   " / w e b / e n / s e r v i c e s / 8 x x x . j s p " , , , 1  
 	 , " & n b s p ;   L i v e I n f o " ,   " / w e b / e n / h o m e / l i v e i n f o . j s p " , , , 1  
 	 , " & n b s p ;   S M S   R o a m i n g " ,   " / w e b / e n / h o m e / s t a t i c / s m s r o a m i n g / p o p u p e x . h t m l " , , , 1  
 	 , " < a   h r e f = ' / w e b / e n / e v e r y t h i n g / v n _ r o a m i n g . j s p '   c l a s s = ' s u b m e n u l i n k ' > & n b s p ;   I n t e r n a t i o n a l   R o a m i n g < / a > " ,   " s h o w - m e n u = c h u y e n v u n g q u o c t e " , , , 1  
 	 , " & n b s p ;   M M S " ,   " / w e b / e n / h o m e / s t a t i c / m m s / " , , , 1  
 	 , " & n b s p ;   V o i c e   S M S " ,   " / w e b / e n / h o m e / s t a t i c / v o i c e s m s / " , , , 1  
 	 , " & n b s p ;   S M S   L o c a t o r " ,   " / w e b / e n / h o m e / s t a t i c / s m s l o c a t o r _ e n / " , , , 1  
 	 , " & n b s p ;   L i v e S c o r e " ,   " / w e b / e n / l i v e s c o r e / " , , , 1  
 	 , " & n b s p ;   U S S D " ,   " / w e b / e n / s e r v i c e s / v n _ s u p p o r t . j s p # u s s d " , , , 1  
 	 , " & n b s p ;   M u s i c   T a l k " ,   " / w e b / e n / h o m e / s t a t i c / m u s i c t a l k / " , , , 1  
 	 , " & n b s p ;   F a s t m a i l " ,   " / w e b / e n / h o m e / s t a t i c / f a s t m a i l / p o p u p e x . h t m l " , , , 1  
 	 , " & n b s p ;   F o n e   B a c k u p " ,   " / w e b / e n / f o n e b a c k u p / " , , , 1  
 	 , " & n b s p ;   M o b i F u n L i v e " ,   " / w e b / e n / m o b i f u n l i v e / " , , , 1  
 	 / / m s c o r e  
 	 / / l i v e F o o t b a l l  
 	 , " & n b s p ;   M 2 D " ,   " / w e b / e n / h o m e / s t a t i c / m 2 d / p o p u p e x . h t m l " , , , 1  
 	 , " & n b s p ;   M 2 U " ,   " / w e b / e n / h o m e / s t a t i c / m 2 u / p o p u p e x . h t m l " , , , 1  
 	 , " & n b s p ;   V o i c e   M a i l " ,   " / w e b / e n / s e r v i c e s / s e t u p _ v o i c e m a i l . j s p " , , , 1  
 	 , " & n b s p ;   C a l l   m e " ,   " / w e b / e n / h o m e / s t a t i c / c a l l m e / " , , , 1  
 	 / / , " & n b s p ;   M o b i C h a t " ,   " / w e b / e n / c h a t / " , , , 1  
 	 , " & n b s p ;   M o b i F o n e   I n f o " ,   " / w e b / e n / s e r v i c e s / m o b i i n f o . j s p " , , , 1  
 	 , " & n b s p ;   M o b i L i s t " ,   " / w e b / e n / m o b i l i s t / m o b i l i s t _ g u i d e r . j s p " , , , 1  
 	 , " < a   h r e f = ' / w e b / e n / p r o d u c t s / t a r i f f _ v a s . j s p '   c l a s s = ' s u b m e n u l i n k ' > & n b s p ;   T a r i f f   f o r   a d d i t i o n a l   s e r v i c e s < / a > " ,   " s h o w - m e n u = a d d i t i o n a l " , , , 1  
 	 , " & n b s p ;   F a s t p a y " ,   " / w e b / e n / h o m e / s t a t i c / f a s t p a y / p o p u p e x . h t m l " , , , 1  
 	 , " & n b s p ;   I n f o   S e r v i c e   v i a   S M S " ,   " / w e b / e n / p r o d u c t s / c a l l _ t a r i f f . j s p # C M L " , , , 1  
 	 , " & n b s p ;   G l o b a l   S a v i n g " ,   " / w e b / e n / h o m e / s t a t i c / g l o b a l s a v i n g / " , , , 1  
 	 , " & n b s p ;   B i z m a i l " ,   " / w e b / e n / h o m e / s t a t i c / b i z m a i l / p o p u p e x . h t m l " , , , 1  
 	 ] )  
 	 	 a d d m e n u ( m e n u = [ " c h u y e n v u n g q u o c t e " ,  
 	 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " F o r   p r e p a i d   s u b s c r i b e r s " , " / w e b / e n / h o m e / s t a t i c / r o a m i n g / p r e p a i d . h t m l " , , , 1  
 	 	 , " M T S   S e r v i c e " , " / w e b / e n / h o m e / s t a t i c / M T S / " , , , 1  
 	 	 , " F o r   p o s t p a i d   s u b s c i b e r s " , " / w e b / e n / e v e r y t h i n g / v n _ r o a m i n g . j s p " , , , 1  
 	 	 ] )  
  
 	 	 a d d m e n u ( m e n u = [ " a d d i t i o n a l " ,  
 	 	 , , 1 2 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " T a r i f f   f o r   I D D " , " / w e b / e n / p r o d u c t s / t a r i f f _ i d d . j s p " , , , 1  
 	 	 , " T a r i f f   f o r   1 7 1 ,   1 7 1 7 " , " / w e b / e n / p r o d u c t s / t a r i f f _ 1 7 1 . j s p " , , , 1  
 	 	 ] ) * /  
 	 	  
 	 a d d m e n u ( m e n u = [ " O t h e r " ,  
 	 , , 1 3 0 , 1 , " " , s t y l e 1 , , " " , e f f e c t , , , , , , , , , , , ,  
 	 , " < a   h r e f = ' / w e b / e n / s m s / '   c l a s s = ' s u b m e n u l i n k ' > S e n d   t e x t < / a > " , " s h o w - m e n u = g u i t i n n h a n " , , , 1  
 	 , " & n b s p ;   E m a i l " , " / w e b / e n / e m a i l / i n d e x . j s p " , , , 1  
 	 , " < a   h r e f = ' / w e b / e n / a d d r e s s b o o k / '   c l a s s = ' s u b m e n u l i n k ' > & n b s p ;   A d d r e s s B o o k < / a > " , " s h o w - m e n u = a d d r e s s b o o k " , , , 1  
 	 , " < a   h r e f = ' / w e b / e n / c a l e n d a r / d a y G e n e r a l . j s p '   c l a s s = ' s u b m e n u l i n k ' > & n b s p ;   W o r k   C a l e n d a r < / a > " , " s h o w - m e n u = c a l e n d a r " , , , 1  
 	 , " < a   h r e f = ' / w e b / e n / p i c t u r e G a l l e r y / i n d e x V i e w L i s t D i r . j s p '   c l a s s = ' s u b m e n u l i n k ' > & n b s p ;   P i c t u r e s < / a > " , " s h o w - m e n u = g a l l e r y " , , , 1  
 	 , " < a   h r e f = ' / w e b / e n / o t a / '   c l a s s = ' s u b m e n u l i n k ' > & n b s p ;   O v e r   t h e   A i r < / a > " , " s h o w - m e n u = o t a " , , , 1  
 	 ] )  
 	 	 a d d m e n u ( m e n u = [ " g u i t i n n h a n " ,  
 	 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " & n b s p ;   F u n   S M S " , " / w e b / e n / s m s / s m s F u n . j s p " , , , 1  
 	 	 , " & n b s p ;   S M S   T e m p l a t e " , " / w e b / e n / s m s / s m s T p l . j s p " , , , 1  
 	 	 , " & n b s p ;   S e n d   S M S   t o   E m a i l " , " / w e b / e n / s m s / s m s 2 e m a i l . j s p " , , , 1  
 	 	 , " & n b s p ;   S M S   D i r e c t o r y " , " / w e b / e n / s m s / s m s D i c t i o n a r y . j s p " , , , 1  
 	 	 , " & n b s p ;   S e t t i n g   S M S " , " / w e b / e n / s m s / s m s S e t u p . j s p " , , , 1  
 	 	 , " & n b s p ;   S p a m   S M S " , " / w e b / e n / s m s / s m s S p a m . j s p " , , , 1  
 	 	 , " & n b s p ;   S e n d   S M S   t o   L i s t " , " / w e b / e n / s m s / C S V s m s . j s p " , , , 1  
 	 	 ] )  
 	 	 a d d m e n u ( m e n u = [ " a d d r e s s b o o k " ,  
 	 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " & n b s p ;   A d d r e s s B o o k   G r o u p " , " / w e b / e n / a d d r e s s b o o k / g r o u p . j s p " , , , 1  
 	 	 , " & n b s p ;   D o w n l o a d   A d d r e s s B o o k " , " / w e b / e n / a d d r e s s b o o k / d o w n l o a d A d d r e s s . j s p " , , , 1  
 	 	 , " & n b s p ;   U p l o a d   A d d r e s s B o o k " , " / w e b / e n / a d d r e s s b o o k / u p l o a d A d d r e s s . j s p " , , , 1  
 	 	 , " & n b s p ;   A c c e s s   v i a   W A P " , " / w e b / e n / a d d r e s s b o o k / w a p _ d o c . j s p " , , , 1  
 	 	 ] )  
  
 	 	 a d d m e n u ( m e n u = [ " c a l e n d a r " ,  
 	 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " & n b s p ;   O n e   D a y " , " / w e b / e n / c a l e n d a r / c a l e n d a r . j s p " , , , 1  
 	 	 , " & n b s p ;   D a i l y " , " / w e b / e n / c a l e n d a r / c a l e n d a r _ d a i l y . j s p " , , , 1  
 	 	 , " & n b s p ;   W e e k l y " , " / w e b / e n / c a l e n d a r / c a l e n d a r _ w e e k l y . j s p " , , , 1  
 	 	 , " & n b s p ;   M o n t h l y " , " / w e b / e n / c a l e n d a r / c a l e n d a r _ m o n t h l y . j s p " , , , 1  
 	 	 , " & n b s p ;   A n n u a l y " , " / w e b / e n / c a l e n d a r / c a l e n d a r _ a n n u a l l y . j s p " , , , 1  
 	 	 , " & n b s p ;   A c c e s s   v i a   W A P " , " / w e b / e n / c a l e n d a r / w a p _ d o c . j s p " , , , 1  
 	 	 ] )  
  
 	 	 a d d m e n u ( m e n u = [ " g a l l e r y " ,  
 	 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " & n b s p ;   C r e a t e   A l b u m " , " / w e b / e n / p i c t u r e G a l l e r y / i n d e x C r e a t e A l b u m . j s p " , , , 1  
 	 	 , " & n b s p ;   A d d   P i c t u r e " , " / w e b / e n / p i c t u r e G a l l e r y / i n d e x U p l o a d . j s p " , , , 1  
 	 	 , " & n b s p ;   G a r b a g e - c a n " , " / w e b / e n / p i c t u r e G a l l e r y / i n d e x B i n . j s p " , , , 1  
 	 	 ] )  
  
 	 	 a d d m e n u ( m e n u = [ " o t a " ,  
 	 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " & n b s p ;   R e g i s t e r   G P R S " , " / w e b / e n / o t a / i n d e x G P R S . j s p " , , , 1  
 	 	 , " & n b s p ;   W A P   S e t t i n g " , " / w e b / e n / o t a / i n d e x P r o d u c e r W a p . j s p " , , , 1  
 	 	 , " & n b s p ;   M M S   S e t t i n g " , " / w e b / e n / o t a / i n d e x P r o d u c e r M M S . j s p " , , , 1  
 	 	 , " & n b s p ;   E m a i l   S e t t i n g " , " / w e b / e n / o t a / i n d e x M o d e l E m a i l . j s p " , , , 1  
 	 	 , " & n b s p ;   S u p p o r t " , " / w e b / e n / o t a / i n d e x S u p p o r t . j s p " , , , 1  
 	 	 ] )  
  
 	 a d d m e n u ( m e n u = [ " m e d i a " ,  
 	 , , 1 4 0 , 1 , " " , s t y l e 1 , , " " , e f f e c t , , , , , , , , , , , ,  
 	 , " & n b s p ;   F u n r i n g " , " h t t p : / / f u n r i n g . v n / w e b / m e d i a / v n / f u n r i n g / i n d e x . j s p " , , , 1  
 	 , " & n b s p ;   M u s i c   T a l k " , " / w e b / e n / h o m e / s t a t i c / m u s i c t a l k / " , , , 1  
 	 , " & n b s p ;   R o c k S t o r m " , " h t t p : / / f u n r i n g . v n / w e b / m e d i a / v n / r o c k s t o r m / " , , , 1  
 	 , " & n b s p ;   M u s i c   F e s t i v a l " , " h t t p : / / f u n r i n g . v n / w e b / m e d i a / v n / m s f t v / " , , , 1  
 	 ] )  
  
 	 a d d m e n u ( m e n u = [ " s u b s c r i b e r " ,  
 	 , , 1 5 0 , 1 , " " , s t y l e 1 , , " " , e f f e c t , , , , , , , , , , , ,  
 	 , " & n b s p ;   M o b i F o n e P o r t a l   A c c o u n t " , " / w e b / e n / p r o f i l e s / i n d e x V i e w P r o f i l e . j s p " , , , 1  
 	 , " < a   h r e f = ' / w e b / e n / s e l f c a r e / '   c l a s s = ' s u b m e n u l i n k ' > & n b s p ;   S u b c r i b e r   I n f o r m a t i o n < / a > " , " s h o w - m e n u = s e l f c a r e " , , , 1  
 	 , " < a   h r e f = ' / w e b / e n / l o y a l t y / '   c l a s s = ' s u b m e n u l i n k ' > & n b s p ;   L o y a l t y < / a > " , " s h o w - m e n u = l o y a l t y " , , , 1  
 	 ] )  
 	 	  
 	 	 a d d m e n u ( m e n u = [ " s e l f c a r e " ,  
 	 	 , , 1 8 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " & n b s p ;   S u b c r i b e r   I n f o r m a t i o n " , " / w e b / e n / s e l f c a r e / i n d e x P r o f i l e . j s p " , , , 1  
 	 	 , " & n b s p ;   V a l u e   A d d e d   S e r v i c e s " , " / w e b / e n / s e l f c a r e / s e r v i c e . j s p " , , , 1  
 	 	 , " & n b s p ;   B i l l i n g   I n f o r m a t i o n " , " / w e b / e n / s e l f c a r e / c h e c k H i s t o r y . j s p " , , , 1  
 	 	 , " & n b s p ;   B i l l i n g   D e t a i l s " , " / w e b / e n / s e l f c a r e / i n d e x B i l l D e t a i l s . j s p ? t y p e = M C " , , , 1  
 	 	 , " & n b s p ;   B i l l i n g   S p l i t " , " / w e b / e n / s e l f c a r e / c h e c k C r e a t e d B i l l . j s p " , , , 1  
 	 	 , " & n b s p ;   S u b c r i b e r   H i s t o r y " , " / w e b / e n / s e l f c a r e / i n d e x H i s t o r y . j s p " , , , 1  
 	 	 ] )  
 	 	  
 	 	 a d d m e n u ( m e n u = [ " l o y a l t y " ,  
 	 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " & n b s p ;   A b o u t   L o y a l t y " , " / w e b / e n / l o y a l t y / a b o u t . j s p " , , , 1  
 	 	 , " & n b s p ;   L o y a l t y   P o i n t s " , " / w e b / e n / l o y a l t y / d i s p l a y m a r k . j s p " , , , 1  
 	 	 , " & n b s p ;   M a r k   D e t a i l s " , " / w e b / e n / l o y a l t y / m a r k d e t a i l . j s p " , , , 1  
 	 	 , " & n b s p ;   R a n k   H i s t o r y " , " / w e b / e n / l o y a l t y / r a n k h i s t o r y . j s p " , , , 1  
 	 	 , " & n b s p ;   R e w a r d   H i s t o r y " , " / w e b / e n / l o y a l t y / r w d h i s t o r y . j s p " , , , 1  
 	 	 ] )  
 	 	  
 	 a d d m e n u ( m e n u = [ " s u p p o r t " ,  
 	 , , 1 4 0 , 1 , " " , s t y l e 1 , , " " , e f f e c t , , , , , , , , , , , ,  
 	 , " & n b s p ;   H o t l i n e s " , " / w e b / e n / h o m e / v n _ h o t l i n e . j s p " , , , 1  
 	 , " & n b s p ;   M o b i F o n e   S h o p s " , " / w e b / e n / h o m e / d i s t r i b u t e _ s y s t e m . j s p " , , , 1  
 	 , " & n b s p ;   P a y m e n t s " , " s h o w - m e n u = h t n a p t i e n " , , , 1  
 	 , " & n b s p ;   C o v e r a g e s " , " s h o w - m e n u = r o a m i n g " , , , 1  
 	 , " & n b s p ;   C u s t o m e r   P o l i c i e s " , " s h o w - m e n u = c h i n h s a c h k h " , , , 1  
 	 ] )  
 	 	 a d d m e n u ( m e n u = [ " h t n a p t i e n " ,  
 	 	 , , 1 2 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " P a p e r   C a r d " , " / w e b / e n / h o m e / t h a n h t o a n _ c a r d . j s p " , , , 1  
 	 	 , " M o b i E Z " , " / w e b / e n / m o b i E z / " , , , 1  
 	 	 , " C a r d   C o d e " , " / w e b / e n / h o m e / t h a n h t o a n _ a t m . j s p " , , , 1  
 	 	 ] )  
  
 	 	 a d d m e n u ( m e n u = [ " r o a m i n g " ,  
 	 	 , , 1 2 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " G S M   C o v e r a g e " , " / w e b / e n / h o m e / c o v e r a g e . j s p ? c e n t e r I d = 1 0 1 " , , , 1  
 	 	 , " G P R S / M M S   C o v e r a g e " , " / w e b / e n / h o m e / c o v e r a g e _ g p r s . j s p " , , , 1  
 	 	 ] )  
  
 	 	 a d d m e n u ( m e n u = [ " c h i n h s a c h k h " ,  
 	 	 , , 1 5 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " & n b s p ;   P r e p a i d   M a n a g e m e n t " , " s h o w - m e n u = q l t b t r a t r u o c " , , , 1  
 	 	 , " & n b s p ;   S e r v i c e s " , " / w e b / e n / h o m e / v n _ p o l i c i e s . j s p " , , , 1  
 	 	 , " & n b s p ;   F A Q s " , " / w e b / e n / h o m e / v n _ f a q . j s p " , , , 1  
 	 	 ] )  
 	 	 	 a d d m e n u ( m e n u = [ " q l t b t r a t r u o c " ,  
 	 	 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 	 , " & n b s p ;   R e g i s t r a t i o n   P r e p a i d   G u i d e " , " / w e b / e n / e v e r y t h i n g / p r e p a i d _ g u i d e r . j s p " , , , 1  
 	 	 	 , " & n b s p ;   F r e q u e n t l y   A s k e d   Q u e s t i o n s " , " / w e b / e n / e v e r y t h i n g / p r e p a i d _ f a q . j s p " , , , 1  
 	 	 	 , " & n b s p ;   R e g i s t r a t i o n   P r e p a i d   F o r m " , " / w e b / v n / p r e p a i d / " , , , 1  
 	 	 	 ] )  
  
 	 a d d m e n u ( m e n u = [ " a b o u t " ,  
 	 , , 1 3 0 , 1 , , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 , " < a   h r e f = ' / w e b / e n / h o m e / m o b i f o n e _ h i s t o r y . j s p '   c l a s s = ' s u b m e n u l i n k ' > & n b s p ;   A b o u t   M o b i F o n e < / a > " , " s h o w - m e n u = a b o u t m o b i f o n e " , , , 1  
 	 , " & n b s p ;   P r e s s   R e l e a s e " , " / w e b / e n / h o m e / t c b c . j s p " , , , 1  
 	 ] )  
 	 	 a d d m e n u ( m e n u = [ " a b o u t m o b i f o n e " ,  
 	 	 , , 1 4 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " M o b i F o n e   H i s t o r y " , " / w e b / e n / h o m e / m o b i f o n e _ h i s t o r y . j s p " , , , 1  
 	 	 , " O r g a n i s a t i o n " , " / w e b / e n / h o m e / m o b i f o n e _ s t r u c t u r e . j s p " , , , 1  
 	 	 , " C o m m i t m e n t   w i t h   C u s t o m e r " , " / w e b / e n / h o m e / m o b i f o n e _ c u s t o m e r . j s p " , , , 1  
 	 	 , " A c h i e v e m e n t s " , " / w e b / e n / h o m e / m o b i f o n e _ p r i z e s . j s p " , , , 1  
 	 	 , " L o g o   M o b i F o n e " , " / w e b / e n / e v e r y t h i n g / L o g o . j s p " , , , 1  
 	 	 , " C o n t a c t " , " / w e b / e n / h o m e / m o b i f o n e _ c o n t a c t . j s p " , , , 1  
 	 	 ] )  
  
 d u m p m e n u s ( )  
  
 f u n c t i o n   w e b _ c h a t ( u r l )   { 	 	 	  
 	 w i n d o w 2 = o p e n ( u r l , " d e t a i l W i n d o w " , " t o o l b a r = n o , r e s i z a b l e = n o , a l w a y s R a i s e d = y e s , d i r e c t o r i e s = n o , m e n u b a r = n o , s c r o l l b a r s = n o ,   a d d r e s s b a r = n o ,   w i d t h = 5 5 0 ,   h e i g h t = 5 4 6 ,   i n n e r H e i g h t = 5 5 0 ,   i n n e r W i d t h = 5 4 6 ,   l e f t = 3 0 0 , t o p = 2 0 0 " ) ;  
 	 w i n d o w 2 . f o c u s ( ) ;  
 }  
 
