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