ÿþ  / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  
 * 	 ( c )   G e r   V e r s l u i s   2 0 0 0   v e r s i o n   1 3 . 2 1   A p r i l   2 8 ,   2 0 0 8         *  
 * 	 Y o u   m a y   u s e   t h i s   s c r i p t   o n   n o n   c o m m e r c i a l   s i t e s . 	                     *  
 * 	 w w w . b u r m e e s . n l / m e n u 	 	 	                     *  
 * 	 Y o u   m a y   r e m o v e   a l l   c o m m e n t s   f o r   f a s t e r   l o a d i n g 	                     * 	 	  
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
 v a r   N o O f f F i r s t L i n e M e n u s = 1 6 ; 	 / /   N u m b e r   o f   m a i n   m e n u     i t e m s  
 	 	 	 	 	 / /   C o l o r v a r i a b l e s :  
 	 	 	 	 	 / /   C o l o r   v a r i a b l e s   t a k e   H T M L   p r e d e f i n e d   c o l o r   n a m e s   o r   " # r r g g b b "   s t r i n g s  
 	 	 	 	 	 / / F o r   t r a n s p a r e n c y   m a k e   c o l o r s   a n d   b o r d e r   c o l o r   " "  
 v a r   L o w B g C o l o r = " l i g h t y e l l o w " ; 	 / /   B a c k g r o u n d   c o l o r   w h e n   m o u s e   i s   n o t   o n  
 v a r   H i g h B g C o l o r = " y e l l o w " ; 	 / /   B a c k g r o u n d   c o l o r   w h e n   m o u s e   i s   o v e r  
 v a r   F o n t L o w C o l o r = " b l u e " ; 	 / /   F o n t   c o l o r   w h e n   m o u s e   i s   n o t   o v e r  
 v a r   F o n t H i g h C o l o r = " b l u e " ; 	 / /   F o n t   c o l o r   w h e n   m o u s e   i s   o v e r  
 v a r   B o r d e r C o l o r = " b l a c k " ; 	 / /   B o r d e r   c o l o r  
 v a r   B o r d e r W i d t h M a i n = 1 ; 	 	 / /   B o r d e r   w i d t h   m a i n   i t e m s  
 v a r   B o r d e r W i d t h S u b = 1 ; 	 	 / /   B o r d e r   w i d t h   s u b   i t e m s  
 v a r   B o r d e r B t w n M a i n = 1 ; 	 	 / /   B o r d e r   w i d t h   b e t w e e n   e l e m e n t s   m a i n   i t e m s  
 v a r   B o r d e r B t w n S u b = 1 ; 	 	 / /   B o r d e r   w i d t h   b e t w e e n   e l e m e n t s   s u b   i t e m s  
 v a r   F o n t F a m i l y = " T i m e s   N e w   R o m a n , C o u r i e r   N e w , A r i a l , T a h o m a , V e r d a n a " ; / /   F o n t   f a m i l y   m e n u   i t e m s  
 v a r   F o n t S i z e = 1 2 ; 	 	 	 / /   F o n t   s i z e   m e n u   i t e m s  
 v a r   F o n t B o l d = 1 ; 	 	 	 / /   B o l d   m e n u   i t e m s   1   o r   0  
 v a r   F o n t I t a l i c = 0 ; 	 	 	 / /   I t a l i c   m e n u   i t e m s   1   o r   0  
 v a r   M e n u T e x t C e n t e r e d = " l e f t " ; 	 / /   I t e m   t e x t   p o s i t i o n   l e f t ,   c e n t e r   o r   r i g h t  
 v a r   M e n u C e n t e r e d = " l e f t " ; 	 / /   M e n u   h o r i z o n t a l   p o s i t i o n   c a n   b e :   l e f t ,   c e n t e r ,   r i g h t  
 v a r   M e n u V e r t i c a l C e n t e r e d = " b o t t o m " ; / /   M e n u   v e r t i c a l   p o s i t i o n   t o p ,   m i d d l e , b o t t o m   o r   s t a t i c  
 v a r   C h i l d O v e r l a p = . 1 ; 	 	 / /   h o r i z o n t a l   o v e r l a p   c h i l d /   p a r e n t  
 v a r   C h i l d V e r t i c a l O v e r l a p = . 1 ; 	 / /   v e r t i c a l   o v e r l a p   c h i l d /   p a r e n t  
 v a r   S t a r t T o p = 0 ; 	 	 	 / /   M e n u   o f f s e t   x   c o o r d i n a t e  
 v a r   S t a r t L e f t = 0 ; 	 	 	 / /   M e n u   o f f s e t   y   c o o r d i n a t e  
 v a r   V e r C o r r e c t = 0 ; 	 	 	 / /   M u l t i p l e   f r a m e s   y   c o r r e c t i o n  
 v a r   H o r C o r r e c t = 0 ; 	 	 	 / /   M u l t i p l e   f r a m e s   x   c o r r e c t i o n  
 v a r   D i s t F r m F r a m e B r d r = 0 ; 	 	 / /   D i s t a n c e   b e t w e e n   m a i n   m e n u   a n d   f r a m e   b o r d e r  
 v a r   L e f t P a d d n g = 3 ; 	 	 	 / /   L e f t   p a d d i n g  
 v a r   T o p P a d d n g = 3 ; 	 	 	 / /   T o p   p a d d i n g .   I f   s e t   t o   - 1   t e x t   i s   v e r t i c a l l y   c e n t e r e d  
 v a r   F i r s t L i n e H o r i z o n t a l = 0 ; 	 / /   N u m b e r   d e f i n e s   t o   w h i c h   l e v e l   t h e   m e n u   m u s t   u n f o l d   h o r i z o n t a l ;   0   i s   a l l   v e r t i c a l  
 v a r   M e n u F r a m e s V e r t i c a l = 1 ; 	 / /   F r a m e s   i n   c o l s   o r   r o w s   1   o r   0  
 v a r   D i s s a p e a r D e l a y = 5 0 0 ; 	 	 / /   d e l a y   b e f o r e   m e n u   f o l d s   i n  
 v a r   U n f o l d D e l a y = 1 0 0 ; 	 	 / /   d e l a y   b e f o r e   s u b   u n f o l d s 	  
 v a r   T a k e O v e r B g C o l o r = 1 ; 	 	 / /   M e n u   f r a m e   t a k e s   o v e r   b a c k g r o u n d   c o l o r   s u b i t e m   f r a m e  
 v a r   F i r s t L i n e F r a m e = " R i g h t " ; 	 / /   F r a m e   w h e r e   f i r s t   l e v e l   a p p e a r s  
 v a r   S e c L i n e F r a m e = " M i d d l e " ; 	 / /   F r a m e   w h e r e   s u b   l e v e l s   a p p e a r  
 v a r   D o c T a r g e t F r a m e = " M i d d l e " ; 	 / /   F r a m e   w h e r e   t a r g e t   d o c u m e n t s   a p p e a r  
 v a r   T a r g e t L o c = " " ; 	 	 	 / /   s p a n   i d   f o r   r e l a t i v e   p o s i t i o n i n g  
 v a r   M e n u W r a p = 1 ; 	 	 	 / /   e n a b l e s /   d i s a b l e s   m e n u   w r a p   1   o r   0  
 v a r   R i g h t T o L e f t = 1 ; 	 	 / /   e n a b l e s /   d i s a b l e s   r i g h t   t o   l e f t   u n f o l d   1   o r   0  
 v a r   B o t t o m U p = 0 ; 	 	 	 / /   e n a b l e s /   d i s a b l e s   B o t t o m   u p   u n f o l d   1   o r   0  
 v a r   U n f o l d s O n C l i c k = 0 ; 	 	 / /   L e v e l   1   u n f o l d s   o n c l i c k /   o n m o u s e o v e r  
 v a r   B a s e H r e f = " " ; 	 	 	 / /   B a s e H r e f   l e t s   y o u   s p e c i f y   t h e   r o o t   d i r e c t o r y   f o r   r e l a t i v e   l i n k s .    
 	 	 	 	 	 / /   T h e   s c r i p t   p r e c e d e s   y o u r   r e l a t i v e   l i n k s   w i t h   B a s e H r e f  
 	 	 	 	 	 / /   F o r   i n s t a n c e :    
 	 	 	 	 	 / /   w h e n   y o u r   B a s e H r e f =   " h t t p : / / w w w . M y D o m a i n / "   a n d   a   l i n k   i n   t h e   m e n u   i s   " s u b d i r / M y F i l e . h t m " ,  
 	 	 	 	 	 / /   t h e   s c r i p t   r e n d e r s   t o :   " h t t p : / / w w w . M y D o m a i n / s u b d i r / M y F i l e . h t m "  
 	 	 	 	 	 / /   C a n   a l s o   b e   u s e d   w h e n   y o u   u s e   i m a g e s   i n   t h e   t e x t f i e l d s   o f   t h e   m e n u  
 	 	 	 	 	 / /   " M e n u X = n e w   A r r a y ( " < i m g   s r c = \ " " + B a s e H r e f + " M y I m a g e \ " > "  
 	 	 	 	 	 / /   F o r   t e s t i n g   o n   y o u r   h a r d d i s k   u s e   s y n t a x   l i k e :   B a s e H r e f = " f i l e : / / / C | / M y F i l e s / H o m e p a g e / "  
 v a r   A r r w s = [ B a s e H r e f + " t r i . g i f " , 5 , 1 0 , B a s e H r e f + " t r i d o w n . g i f " , 1 0 , 5 , B a s e H r e f + " t r i l e f t . g i f " , 5 , 1 0 , B a s e H r e f + " t r i u p . g i f " , 1 0 , 5 ] ;  
 	 	 	 	 	 / /   A r r o w   s o u r c e ,   w i d t h   a n d   h e i g h t .  
 	 	 	 	 	 / /   I f   a r r o w   i m a g e s   a r e   n o t   n e e d e d   k e e p   s o u r c e   " "  
 v a r   M e n u U s e s F r a m e s = 1 ; 	 	 / /   M e n u U s e s F r a m e s   i s   o n l y   0   w h e n   M a i n   m e n u ,   s u b m e n u s ,  
 	 	 	 	 	 / /   d o c u m e n t   t a r g e t s   a n d   s c r i p t   a r e   i n   t h e   s a m e   f r a m e .  
 	 	 	 	 	 / /   I n   a l l   o t h e r   c a s e s   i t   m u s t   b e   1  
  
 v a r   R e m e m b e r S t a t u s = 0 ; 	 	 / /   R e m e m b e r S t a t u s :   W h e n   s e t   t o   1 ,   m e n u   u n f o l d s   t o   t h e   p r e s e t t e d   m e n u   i t e m .    
 	 	 	 	 	 / /   W h e n   s e t   t o   2   o n l y   t h e   r e l e v a n t   m a i n   i t e m   s t a y s   h i g h l i g t h e d  
 	 	 	 	 	 / /   T h e   p r e s e t   i s   d o n e   b y   s e t t i n g   a   v a r i a b l e   i n   t h e   h e a d   s e c t i o n   o f   t h e   t a r g e t   d o c u m e n t .  
 	 	 	 	 	 / /   < h e a d >  
 	 	 	 	 	 / / 	 < s c r i p t   t y p e = " t e x t / j a v a s c r i p t " > v a r   S e t M e n u = " 2 _ 2 _ 1 " ; < / s c r i p t >  
 	 	 	 	 	 / /   < / h e a d >  
 	 	 	 	 	 / /   2 _ 2 _ 1   r e p r e s e n t s   t h e   m e n u   i t e m   M e n u 2 _ 2 _ 1 = n e w   A r r a y ( . . . . . . .  
 v a r   O v e r F o r m E l e m e n t s = 0 ; 	 	 / /   S e t   t h i s   t o   0   w h e n   t h e   m e n u   d o e s   n o t   n e e d   t o   c o v e r   f o r m   e l e m e n t s .  
 v a r   B u i l d O n D e m a n d = 1 ; 	 	 / /   1 / 0   W h e n   s e t   t o   1   t h e   s u b   m e n u s   a r e   b u i l d   w h e n   t h e   p a r e n t   i s   m o u s e d   o v e r  
 v a r   B g I m g L e f t O f f s e t = 5 ; 	 	 / /   O n l y   r e l e v a n t   w h e n   b g   i m a g e   i s   u s e d   a s   r o l l o v e r  
 v a r   S c a l e M e n u = 0 ; 	 	 	 / /   1 / 0   W h e n   s e t   t o   0   M e n u   s c a l e s   w i t h   b r o w s e r   t e x t   s i z e   s e t t i n g  
  
 v a r   H o o v e r B o l d = 0 ; 	 	 	 / /   1   o r   0  
 v a r   H o o v e r I t a l i c = 0 ; 	 	 / /   1   o r   0  
 v a r   H o o v e r U n d e r L i n e = 0 ; 	 	 / /   1   o r   0  
 v a r   H o o v e r T e x t S i z e = 0 ; 	 	 / /   0 = o f f ,   n u m b e r   i s   f o n t   s i z e   d i f f e r e n c e   o n   h o o v e r  
 v a r   H o o v e r V a r i a n t = 0 ; 	 	 / /   1   o r   0  
 	 	 	 	 	 / /   B e l o w   s o m e   p r e t t y   u s e l e s s   e f f e c t s ,   s i n c e   o n l y   I E 6 +   s u p p o r t s   t h e m  
 	 	 	 	 	 / /   I   p r o v i d e d   3   e f f e c t s :   M e n u S l i d e ,   M e n u S h a d o w   a n d   M e n u O p a c i t y  
 	 	 	 	 	 / /   I f   y o u   d o n ' t   n e e d   M e n u S l i d e   j u s t   l e a v e   i n   t h e   l i n e   v a r   M e n u S l i d e = " " ;  
 	 	 	 	 	 / /   d e l e t e   t h e   o t h e r   M e n u S l i d e   s t a t e m e n t s  
 	 	 	 	 	 / /   I n   g e n e r a l   l e a v e   t h e   M e n u S l i d e   y o u   n e e d   i n   a n d   d e l e t e   t h e   o t h e r s .  
 	 	 	 	 	 / /   A b o v e   i s   a l s o   v a l i d   f o r   M e n u S h a d o w   a n d   M e n u O p a c i t y  
 	 	 	 	 	 / /   Y o u   c a n   a l s o   u s e   o t h e r   e f f e c t s   b y   s p e c i f y i n g   a n o t h e r   f i l t e r   f o r   M e n u S h a d o w   a n d   M e n u O p a c i t y .  
 	 	 	 	 	 / /   Y o u   c a n   a d d   m o r e   f i l t e r s   b y   c o n c a n a t i n g   t h e   s t r i n g s  
  
 v a r   M e n u S l i d e = " " ;  
 v a r   M e n u S l i d e = " p r o g i d : D X I m a g e T r a n s f o r m . M i c r o s o f t . R e v e a l T r a n s ( d u r a t i o n = . 5 ,   t r a n s i t i o n = 1 9 ) " ;  
 v a r   M e n u S l i d e = " p r o g i d : D X I m a g e T r a n s f o r m . M i c r o s o f t . G r a d i e n t W i p e ( d u r a t i o n = . 5 ,   w i p e S t y l e = 1 ) " ;  
  
 v a r   M e n u S h a d o w = " " ;  
 v a r   M e n u S h a d o w = " p r o g i d : D X I m a g e T r a n s f o r m . M i c r o s o f t . D r o p S h a d o w ( c o l o r = # 8 8 8 8 8 8 ,   o f f X = 2 ,   o f f Y = 2 ,   p o s i t i v e = 1 ) " ;  
 v a r   M e n u S h a d o w = " p r o g i d : D X I m a g e T r a n s f o r m . M i c r o s o f t . S h a d o w ( c o l o r = # 8 8 8 8 8 8 ,   d i r e c t i o n = 1 3 5 ,   s t r e n g t h = 3 ) " ;  
  
 v a r   M e n u O p a c i t y = " " ;  
 v a r   M e n u O p a c i t y = " p r o g i d : D X I m a g e T r a n s f o r m . M i c r o s o f t . A l p h a ( o p a c i t y = 7 5 ) " ;  
  
 f u n c t i o n   B e f o r e S t a r t ( ) { r e t u r n }  
 f u n c t i o n   A f t e r B u i l d ( ) { r e t u r n }  
 f u n c t i o n   B e f o r e F i r s t O p e n ( ) { r e t u r n }  
 f u n c t i o n   A f t e r C l o s e A l l ( ) { r e t u r n }  
  
 / /   M e n u   t r e e :  
 / /   M e n u X = n e w   A r r a y ( " I t e m T e x t " , " L i n k " , " b a c k g r o u n d   i m a g e " , n u m b e r   o f   s u b   e l e m e n t s , h e i g h t , w i d t h , " b g c o l o r " , " b g h i g h c o l o r " ,  
 / / 	 " f o n t c o l o r " , " f o n t h i g h c o l o r " , " b o r d e r c o l o r " , " f o n t f a m i l y " , f o n t s i z e , f o n t b o l d , f o n t i t a l i c , " t e x t a l i g n " , " s t a t u s t e x t " ) ;  
 / /   C o l o r   a n d   f o n t   v a r i a b l e s   d e f i n e d   i n   t h e   m e n u   t r e e   t a k e   p r e c e d e n c e   o v e r   t h e   g l o b a l   v a r i a b l e s  
 / /   F o n t s i z e ,   f o n t b o l d   a n d   f o n t i t a l i c   a r e   i g n o r e d   w h e n   s e t   t o   - 1 .  
 / /   F o r   r o l l o v e r   i m a g e s   I t e m T e x t   o r   b a c k g r o u n d   i m a g e   f o r m a t   i s :     " r o l l o v e r ? " + B a s e H r e f + " I m a g e 1 . j p g ? " + B a s e H r e f + " I m a g e 2 . j p g "    
  
 M e n u 1 = n e w   A r r a y ( " T h ô n g   B á o   -   A n n o u n c e m e n t " , " k o c t b t t . h t m " , " " , 1 , 2 0 , 2 0 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 1 _ 1 = n e w   A r r a y ( " K i n h   C á c   T h á n h   T í  ¡o   V i Çt   N a m " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' k c t t d v n . p d f ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 2 1 0 , " r e d " , " l i g h t b l u e " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 2 = n e w   A r r a y ( " T i n   T éc   -   N e w s " , " k o c t t t b . h t m " , " " , 3 , 2 0 , 2 0 0 , " b l a c k " , " g r a y " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 = n e w   A r r a y ( " N i ê n   K h ó a   2 0 1 1 - 2 0 1 2 " , " B C H 1 1 - 1 2 . h t m " , " " , 1 5 , 2 0 , 1 4 0 , " g r e e n " , " l i g h t y e l l o w " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 1 = n e w   A r r a y ( " L Å  A n   T á n g   H S   N g u y Ån   V n   H à n h " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p s : / / p i c a s a w e b . g o o g l e . c o m / n a n g t h o a / 2 0 1 2 0 2 0 4 K n i g h t P h e r o N g u y e n V a n H a n h ? f e a t = e m a i l ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 2 2 0 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 2 = n e w   A r r a y ( " C h ã  T ¿t   G i á o   X é  1 / 1 4 - 1 5 / 2 0 1 2 " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . f l i c k r . c o m / p h o t o s / c o n g d o a n d u c m e l a v a n g / s e t s / 7 2 1 5 7 6 2 8 8 9 9 0 2 4 4 2 7 / s h o w / ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 1 , 2 0 , 2 2 0 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 2 _ 1 = n e w   A r r a y ( " C h ã  T ¿t   C Ùn g   o à n   M L V   1 / 1 5 / 2 0 1 2 " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . f l i c k r . c o m / p h o t o s / c o n g d o a n d u c m e l a v a n g / s e t s / 7 2 1 5 7 6 2 8 8 9 7 8 1 0 3 2 7 / s h o w / ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 8 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 3 = n e w   A r r a y ( " C o l u m b i a :   M a n y   C u l t u r e s ,   O n e   F a i t h " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . k o f c . o r g / u n / e n / c o l u m b i a / d e t a i l / 2 0 1 1 _ 1 2 _ e t h n i c _ c o u n c i l . h t m l ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 1 , 2 0 , 2 2 0 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 3 _ 1 = n e w   A r r a y ( " M a n y   C u l t u r e s ,   O n e   F a i t h " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' c o l u m b i a m c o f . p d f ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 8 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 4 = n e w   A r r a y ( " L Å  B Õn   M ¡n g   G i á o   X é  v à   C h i   o à n " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . f l i c k r . c o m / p h o t o s / c o n g d o a n d u c m e l a v a n g / s e t s / 7 2 1 5 7 6 2 8 1 7 5 5 9 5 5 1 9 / ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 2 2 0 , " y e l l o w " , " p u r p l e " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 5 = n e w   A r r a y ( " L Å  K i m   K h á n h   C H   B ù i   H ïu   T h °" , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . f l i c k r . c o m / p h o t o s / c o n g d o a n d u c m e l a v a n g / s e t s / 7 2 1 5 7 6 2 8 0 5 7 8 2 9 6 2 1 / ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 2 2 0 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 6 = n e w   A r r a y ( " L Å  A n   T á n g   C ñu   P H   P h ¡m   B á   H ù n g " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . f l i c k r . c o m / p h o t o s / c o n g d o a n d u c m e l a v a n g / s e t s / 7 2 1 5 7 6 2 8 0 5 7 8 9 2 5 6 9 / ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 2 2 0 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 7 = n e w   A r r a y ( " L Å  G i a   N h ­p   o à n   2 0 1 1 " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . f l i c k r . c o m / p h o t o s / c o n g d o a n d u c m e l a v a n g / s e t s / 7 2 1 5 7 6 2 8 0 5 7 8 6 6 3 8 5 / ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 1 , 2 0 , 2 2 0 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 7 _ 1 = n e w   A r r a y ( " T â n   H i Çp   S )  2 0 1 1 - 2 0 1 2 " , " H S _ G N D 1 1 1 2 . h t m " , " " , 0 , 2 0 , 1 8 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 8 = n e w   A r r a y ( " T Én h   H u ¥n   M i Án   T r u n g   ô n g   H K " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . f l i c k r . c o m / p h o t o s / c o n g d o a n d u c m e l a v a n g / s e t s / 7 2 1 5 7 6 2 8 0 7 1 3 5 6 3 0 8 / ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 2 2 0 , " y e l l o w " , " p u r p l e " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 9 = n e w   A r r a y ( " L Å  T u y ê n   T h Ç  S i r   K n i g h t s   2 0 1 1 " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . f l i c k r . c o m / p h o t o s / h i e p s i d o a n c t t d v a / ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 2 2 0 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 1 0 = n e w   A r r a y ( " L Å  G i ×  C h a   C Ñ  H o à n g   M i n h   T h °" , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . f l i c k r . c o m / p h o t o s / c o n g d o a n d u c m e l a v a n g / s e t s / 7 2 1 5 7 6 2 7 7 8 2 0 4 2 5 8 7 / ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 2 2 0 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 1 1 = n e w   A r r a y ( " T i Çc    n   T h i ê n   T r i Çu " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . f l i c k r . c o m / p h o t o s / c o n g d o a n d u c m e l a v a n g / s e t s / 7 2 1 5 7 6 2 7 8 8 7 6 2 2 6 3 8 / ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 2 2 0 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 1 2 = n e w   A r r a y ( " L Å  G i ×  éc   C Ñ  H Ón g   Y   n m   t h é  9 " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . y o u t u b e . c o m / w a t c h ? v = x C G T M y P a q _ Y ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 2 2 0 , " y e l l o w " , " p u r p l e " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 1 3 = n e w   A r r a y ( " H à n h   H °¡n g   M i Án   ß  E m m i t s b u r g " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . f l i c k r . c o m / p h o t o s / g i a d i n h l e / s e t s / 7 2 1 5 7 6 2 7 6 0 1 9 0 3 6 0 2 / ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 2 2 0 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 1 4 = n e w   A r r a y ( " C h à o   M ën g   éc   C h a   H ãp " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p s : / / p i c a s a w e b . g o o g l e . c o m / d u y a n 9 9 / D u c C h a H o p V i r g i n i a ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 2 2 0 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 1 _ 1 5 = n e w   A r r a y ( " M ën g   T h á n h   L Å  K h ¥n   T r Ín " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p s : / / p i c a s a w e b . g o o g l e . c o m / d u y a n 9 9 / H i n h A n h L e K h a n T r o n g T h e C u a T h a y G i u s e M a r i a O C a o N h a n O P # s l i d e s h o w / 5 6 2 7 1 8 3 8 8 8 9 8 4 5 3 7 5 0 6 ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 2 2 0 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 = n e w   A r r a y ( " N i ê n   K h ó a   2 0 1 0 - 2 0 1 1 " , " B C H 1 0 - 1 1 . h t m " , " " , 1 3 , 2 0 , 1 4 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 1 = n e w   A r r a y ( " M ën g   T h á n h   L Å  a   V n   H ó a " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' m t l d v h 2 0 1 1 0 6 1 9 . j p g ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 7 5 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 2 = n e w   A r r a y ( " C h à o   ó n   éc   C h a   L C G " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / c o m m u n i t y . w e b s h o t s . c o m / s l i d e s h o w / 5 8 0 3 7 6 9 5 2 Y P h C y G ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 1 , 2 0 , 1 7 5 , " y e l l o w " , " p u r p l e " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 2 _ 1 = n e w   A r r a y ( " C h à o   K í n h   éc   M ¹  L a   V a n g " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / c o m m u n i t y . w e b s h o t s . c o m / s l i d e s h o w / 5 8 0 3 8 1 5 7 0 f m i b M p ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 8 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 3 = n e w   A r r a y ( " L Å  K ÷  N i Çm   N m   N m " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . f l i c k r . c o m / p h o t o s / g i a d i n h l e / ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 1 , 2 0 , 1 7 5 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 3 _ 1 = n e w   A r r a y ( " C Ùn g   o à n   éc   M ¹  L a   V a n g " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / c o m m u n i t y . w e b s h o t s . c o m / s l i d e s h o w / 5 8 0 3 4 5 9 9 7 R Z l T M Z ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 8 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 4 = n e w   A r r a y ( " H à n h   H °¡n g   S ¯c   T Ùc   Á   ô n g " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / c o m m u n i t y . w e b s h o t s . c o m / s l i d e s h o w / 5 8 0 2 5 3 8 9 1 I v Y v y P ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 7 5 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 5 = n e w   A r r a y ( " M ën g   P h åc   S i n h   2 0 1 1 " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . y o u t u b e . c o m / w a t c h ? v = K Z o 7 K P b M O V U ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 7 5 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 6 = n e w   A r r a y ( " C h à o   ó n   éc   C h a   2 / 2 7 / 2 0 1 1 " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / f a m i l y . w e b s h o t s . c o m / s l i d e s h o w / 5 7 9 8 4 0 3 4 0 e L Q k n I ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 1 , 2 0 , 1 7 5 , " y e l l o w " , " p u r p l e " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 6 _ 1 = n e w   A r r a y ( " C Ùn g   o à n   éc   M ¹  L a   V a n g " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . y o u t u b e . c o m / w a t c h ? v = v s N 6 Q V 8 n k D 8 ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 8 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 7 = n e w   A r r a y ( " C h ã  T ¿t   X u â n   T â n   M ã o   2 0 1 1 " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . y o u t u b e . c o m / w a t c h ? v = F O 2 R C l S p z m 0 & f e a t u r e = r e l a t e d ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 1 , 2 0 , 1 7 5 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 7 _ 1 = n e w   A r r a y ( " L Å  G i a o   T h ëa   &   T i Çc   T ¥t   N i ê n " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / f a m i l y . w e b s h o t s . c o m / s l i d e s h o w / 5 7 9 7 3 5 0 5 7 z M O V V x ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 8 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 8 = n e w   A r r a y ( " G i £i   á   P h ¡t   Án   2 0 1 0 " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / c o m m u n i t y . w e b s h o t s . c o m / s l i d e s h o w / 5 7 9 4 6 6 2 4 4 l D u h H B ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 7 5 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 9 = n e w   A r r a y ( " T i Çc   G i á n g   S i n h   2 0 1 0 " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / c o m m u n i t y . w e b s h o t s . c o m / s l i d e s h o w / 5 7 9 4 0 5 4 2 4 X A Z M H F ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 7 5 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 1 0 = n e w   A r r a y ( " L Å  G i a   N h ­p   o à n   2 0 1 0 " , " H S _ G N D 1 0 1 1 . h t m " , " " , 0 , 2 0 , 1 7 5 , " y e l l o w " , " p u r p l e " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 1 1 = n e w   A r r a y ( " C h ú c   M ën g   C h a   C h ú c " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / f a m i l y . w e b s h o t s . c o m / s l i d e s h o w / 5 7 8 9 4 4 6 6 2 a W M p S m ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 7 5 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 1 2 = n e w   A r r a y ( " T i Çc    n   T h i ê n   T r i Çu " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / f a m i l y . w e b s h o t s . c o m / s l i d e s h o w / 5 7 8 9 4 4 0 7 0 k D m C H w ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 7 5 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 2 _ 1 3 = n e w   A r r a y ( " M ën g   L Å  N h ­m   C h éc   B C H " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / f a m i l y . w e b s h o t s . c o m / s l i d e s h o w / 5 7 8 2 0 6 4 4 3 Y G n o G c ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 7 5 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 3 = n e w   A r r a y ( " N i ê n   K h ó a   2 0 0 9 - 2 0 1 0 " , " B C H 0 9 - 1 0 . h t m " , " " , 2 , 2 0 , 1 4 0 , " r e d " , " l i g h t b l u e " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 3 _ 1 = n e w   A r r a y ( " L Å  P h á t   C ú p   &   T ·n g   Q u à " , " h t t p : / / v i e t c a t h o l i c . n e t / N e w s / H t m l / 7 5 7 8 9 . h t m " , " " , 0 , 2 0 , 1 6 0 , " y e l l o w " , " p u r p l e " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 2 _ 3 _ 2 = n e w   A r r a y ( " M ën g   L Å  N h ­m   C h éc " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / f a m i l y . w e b s h o t s . c o m / a l b u m / 5 7 3 6 3 7 2 4 5 Z e S l I L ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 6 0 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 3 = n e w   A r r a y ( " B i ê n   B £n   H à n g   T h á n g   -   M o n t h l y   M i n u t e s " , " p a s s w d b b 1 1 1 2 . h t m " , " " , 2 , 3 5 , 2 0 0 , " r e d " , " l i g h t b l u e " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 3 _ 1 = n e w   A r r a y ( " N i ê n   K h ó a   2 0 1 1 - 2 0 1 2 " , " p a s s w d b b 1 1 1 2 . h t m " , " " , 1 , 2 0 , 1 4 0 , " g r e e n " , " l i g h t y e l l o w " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 3 _ 1 _ 1 = n e w   A r r a y ( " T h á n g   2 / 2 0 1 2 " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p s : / / p i c a s a w e b . g o o g l e . c o m / n a n g t h o a / K o C 9 6 5 5 C T T D V N A r l i n g t o n V A F e b M e e t i n g ? a u t h k e y = G v 1 s R g C O m e r u u h k I m 1 3 w E & f e a t = e m a i l ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 0 0 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 3 _ 2 = n e w   A r r a y ( " N i ê n   K h ó a   2 0 1 0 - 2 0 1 1 " , " p a s s w d b b 1 0 1 1 . h t m " , " " , 0 , 2 0 , 1 4 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 4 = n e w   A r r a y ( " T r a n g   T h ¡  V n   -   L i t e r a t u r e   P a g e " , " k o c t t v 1 1 - 1 2 . h t m " , " " , 3 , 2 0 , 2 0 0 , " g r e e n " , " l i g h t y e l l o w " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 = n e w   A r r a y ( " N i ê n   K h ó a   2 0 1 1 - 2 0 1 2 " , " k o c t t v 1 1 - 1 2 . h t m " , " " , 2 , 2 0 , 1 4 0 , " g r e e n " , " l i g h t y e l l o w " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 = n e w   A r r a y ( " T h ¡" , " k o c t b t t . h t m " , " " , 9 , 2 0 , 5 0 , " r e d " , " l i g h t b l u e " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 _ 1 = n e w   A r r a y ( " C h ã  T ¿t   G i á o   X é" , " T - C T G X . h t m l " , " " , 1 , 2 0 , 1 6 0 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 _ 1 _ 1 = n e w   A r r a y ( " Ñi   C h ã  T ¿t   G i á o   X é" , " T - D C T G X . h t m l " , " " , 0 , 2 0 , 1 3 0 , " g r e e n " , " l i g h t y e l l o w " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 _ 2 = n e w   A r r a y ( " C h ã  T ¿t   N m   X °a " , " T - C T N X . h t m l " , " " , 0 , 2 0 , 1 6 0 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 _ 3 = n e w   A r r a y ( " L Ýi   M ¹  C u Ñi   N m " , " T - L M C N . h t m l " , " " , 0 , 2 0 , 1 6 0 , " y e l l o w " , " p u r p l e " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 _ 4 = n e w   A r r a y ( " M Ùt   Ýi   B ê n   N h a u " , " T - M D B N . h t m l " , " " , 0 , 2 0 , 1 6 0 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 _ 5 = n e w   A r r a y ( " N m   M °¡i   N m   Q u a " , " T - N M N Q . h t m l " , " " , 0 , 2 0 , 1 6 0 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 _ 6 = n e w   A r r a y ( " T h ¡  T £  Q u ÷  Ï" , " T - T T Q D . h t m l " , " " , 1 , 2 0 , 1 6 0 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 _ 6 _ 1 = n e w   A r r a y ( " T h ¡  Ñi   H u y Án   a n " , " T - D T T Q D . h t m l " , " " , 0 , 2 0 , 1 3 0 , " g r e e n " , " l i g h t y e l l o w " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 _ 7 = n e w   A r r a y ( " M Ùt   Ýi   Ëa   N g åc " , " T - M D D N . h t m l " , " " , 0 , 2 0 , 1 6 0 , " y e l l o w " , " p u r p l e " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 _ 8 = n e w   A r r a y ( " T h ¡  R ia   T §u " , " T - T R T . h t m l " , " " , 1 , 2 0 , 1 6 0 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 _ 8 _ 1 = n e w   A r r a y ( " T h ¡  Ñi   B o a t M a n " , " T - D T R T . h t m l " , " " , 0 , 2 0 , 1 3 0 , " g r e e n " , " l i g h t y e l l o w " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 _ 9 = n e w   A r r a y ( " C h a   K h u y ê n   K h e n   V ã" , " T - C K K V . h t m l " , " " , 1 , 2 0 , 1 6 0 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 1 _ 9 _ 1 = n e w   A r r a y ( " T h ¡  Ñi   B o a t M a n " , " T - D C K K V . h t m l " , " " , 0 , 2 0 , 1 3 0 , " g r e e n " , " l i g h t y e l l o w " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 2 = n e w   A r r a y ( " V n " , " k o c t t t b . h t m " , " " , 1 , 2 0 , 5 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 1 _ 2 _ 1 = n e w   A r r a y ( " T ì n h   Y ê u   v à   C â y   T h á n h   G i á " , " V - T Y C T G . h t m l " , " " , 0 , 2 0 , 1 8 0 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 = n e w   A r r a y ( " N i ê n   K h ó a   2 0 1 0 - 2 0 1 1 " , " k o c t t v 1 0 - 1 1 . h t m " , " " , 2 , 2 0 , 1 4 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 = n e w   A r r a y ( " T h ¡" , " k o c t b t t . h t m " , " " , 1 0 , 2 0 , 5 0 , " r e d " , " l i g h t b l u e " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 1 = n e w   A r r a y ( " L Ýi   K i n h   T h á n g   T °" , " T - L K T T . h t m l " , " " , 0 , 2 0 , 1 6 0 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 2 = n e w   A r r a y ( " 3 0 - 4 :   B ¡  V ¡" , " T - 3 0 - 4 B V . h t m l " , " " , 0 , 2 0 , 1 6 0 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 3 = n e w   A r r a y ( " T h ¡  D i Åu   F u r l o u g h " , " T - T D F . h t m l " , " " , 1 , 2 0 , 1 6 0 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 3 _ 1 = n e w   A r r a y ( "   T h ¡  Ñi   H u y Án   a n " , " T - D T D F . h t m l " , " " , 0 , 2 0 , 1 3 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 4 = n e w   A r r a y ( " G i £i   B ó n g   B à n   ô i " , " T - G B B D . h t m l " , " " , 1 , 2 0 , 1 6 0 , " y e l l o w " , " p u r p l e " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 4 _ 1 = n e w   A r r a y ( "   T h ¡  Ñi   H u y Án   a n " , " T - D G B B D . h t m l " , " " , 0 , 2 0 , 1 3 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 5 = n e w   A r r a y ( " N g à y   N à y   N m   X °a " , " T - N N N X . h t m l " , " " , 0 , 2 0 , 1 6 0 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 6 = n e w   A r r a y ( " T o á n   C o l o r   G u a r d s " , " T - T C G . h t m l " , " " , 1 , 2 0 , 1 6 0 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 6 _ 1 = n e w   A r r a y ( " T h ¡  Ñi   H u y Án   a n " , " T - T D H D . h t m l " , " " , 0 , 2 0 , 1 3 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 7 = n e w   A r r a y ( " G i á n g   S i n h   &   P h åc   S i n h " , " T - G S P S . h t m l " , " " , 1 , 2 0 , 1 6 0 , " l i g h t b l u e " , " r e d " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 7 _ 1 = n e w   A r r a y ( " N g °Ýi   H i Çp   S )" , " T - N H S . h t m l " , " " , 0 , 2 0 , 1 3 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 8 = n e w   A r r a y ( " M ën g   L Å  T u y ê n   T h Ç  H S " , " T - M L T T . h t m l " , " " , 0 , 2 0 , 1 6 0 , " y e l l o w " , " p u r p l e " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 9 = n e w   A r r a y ( " H i Çp   S )  Ç  T é  ³n g " , " T - H S D T D . h t m l " , " " , 0 , 2 0 , 1 6 0 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 1 _ 1 0 = n e w   A r r a y ( " M ën g   L Å  H i Çp   S )  o à n " , " T - M L H S D . h t m l " , " " , 0 , 2 0 , 1 6 0 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 2 = n e w   A r r a y ( " V n " , " k o c t t t b . h t m " , " " , 2 , 2 0 , 5 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 2 _ 1 = n e w   A r r a y ( " C £m   N g h )  M ù a   C h a y " , " V - C N M C . h t m l " , " " , 0 , 2 0 , 1 4 0 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 2 _ 2 _ 2 = n e w   A r r a y ( " T h °  C h o   M ¹" , " V - T C M . h t m l " , " " , 0 , 2 0 , 1 4 0 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 3 = n e w   A r r a y ( " N i ê n   K h ó a   2 0 0 9 - 2 0 1 0 " , " k o c t t v 0 9 - 1 0 . h t m " , " " , 3 , 2 0 , 1 4 0 , " r e d " , " l i g h t b l u e " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 3 _ 1 = n e w   A r r a y ( " M ën g   N h à   T h Ý  M Ûi " , " T - M N T M . h t m l " , " " , 0 , 2 0 , 1 3 0 , " y e l l o w " , " p u r p l e " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 3 _ 2 = n e w   A r r a y ( " S Û  T ¿t " , " T - S T . h t m l " , " " , 0 , 2 0 , 1 6 0 , " w h i t e " , " b l a c k " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 4 _ 3 _ 3 = n e w   A r r a y ( " H Íc   L à m   T h ¡" , " T - H L T . h t m l " , " " , 0 , 2 0 , 1 3 0 , " r e d " , " g r e e n " , " " , " y e l l o w " , " y e l l o w " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 5 = n e w   A r r a y ( " Õi   D ¡n g   C h ï  -   V i e t   F o n t   C h a n g e " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . v i e t 1 n e t . c o m / m o d u l e s / T i e n g _ V i e t / v i e t u n i . h t m l ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 0 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 6 = n e w   A r r a y ( " B £o   T r ã   n   T h i ê n   T r i Çu   -   R S V P " , " p a s s w d o t t 1 1 1 2 . h t m " , " " , 2 , 2 0 , 2 0 0 , " b l a c k " , " g r a y " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 6 _ 1 = n e w   A r r a y ( " N i ê n   K h ó a   2 0 1 1 - 2 0 1 2 " , " p a s s w d o t t 1 1 1 2 . h t m " , " " , 0 , 2 0 , 1 4 0 , " g r e e n " , " l i g h t y e l l o w " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 6 _ 2 = n e w   A r r a y ( " N i ê n   K h ó a   2 0 1 0 - 2 0 1 1 " , " p a s s w d o t t 1 0 1 1 . h t m " , " " , 0 , 2 0 , 1 4 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 7 = n e w   A r r a y ( " P h o n g   T r à o   C h Ñn g   P h á   T h a i   -   M a r c h   F o r   L i f e " , " h t t p : / / c o m m u n i t y . w e b s h o t s . c o m / s l i d e s h o w / 5 7 9 6 2 0 3 3 5 U Y l g e M " , " " , 1 , 3 5 , 2 0 0 , " r e d " , " l i g h t b l u e " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 7 _ 1 = n e w   A r r a y ( " N i ê n   K h ó a   2 0 1 1 - 2 0 1 2 " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p s : / / w w w . y o u t u b e . c o m / w a t c h ? v = d o D T H O g J q H c ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 4 0 , " r e d " , " l i g h t b l u e " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 8 = n e w   A r r a y ( " D a n h   H i Çu   H i Çp   S )  -   T h e s e   M e n   T h e y   C a l l   K n i g h t s " , " H S / H S _ L i c h S u / K O C _ w e l c o m e . h t m " , " " , 0 , 3 5 , 2 0 0 , " g r e e n " , " l i g h t y e l l o w " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 9 = n e w   A r r a y ( " K o F C   -   S u p r e m e " , " h t t p : / / w w w . k o f c . o r g / u n / i n d e x . c f m " , " " , 0 , 2 0 , 2 0 0 , " l i g h t b l u e " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 1 0 = n e w   A r r a y ( " K o F C   -   V i r g i n i a   S t a t e " , " h t t p : / / v a k o f c . o r g " , " " , 0 , 2 0 , 2 0 0 , " p u r p l e " , " " , " y e l l o w " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 1 1 = n e w   A r r a y ( " K o F C   -   V A   D i s t r i c t s   &   C o u n c i l s " , " h t t p : / / v a k o f c . o r g / p a g e . a s p ? i d = 3 5 " , " " , 0 , 2 0 , 2 0 0 , " w h i t e " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 1 2 = n e w   A r r a y ( " K o F C   -   A b o u t   T h e   4 t h   D e g r e e   C o r p " , " h t t p : / / v a k o f c . o r g / 4 t h D e g r e e / p a g e . a s p ? i d = 2 8 " , " " , 0 , 2 0 , 2 0 0 , " b l u e " , " " , " y e l l o w " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 1 3 = n e w   A r r a y ( " K o F C   -   O t h e r   D e g r e e   S c h e d u l e " , " h t t p : / / v a k o f c . o r g / c a l e n d a r / c a l e n d a r . a s p ? d a t e = 2 0 1 2 - 1 - 1 & a c t i o n = m o n t h " , " " , 0 , 2 0 , 2 0 0 , " l i g h t b l u e " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 1 4 = n e w   A r r a y ( " K O V A R   -   F u n d   f o r   D i s a b i l i t i e s " , " h t t p : / / w w w . k o v a r v a . n e t / d e f a u l t . h t m " , " " , 1 , 2 0 , 2 0 0 , " p u r p l e " , " " , " y e l l o w " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 1 4 _ 1 = n e w   A r r a y ( " N i ê n   K h ó a   2 0 1 0 - 2 0 1 1 " , " p a s s w d k v 1 0 1 1 . h t m " , " " , 0 , 2 0 , 1 4 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 1 5 = n e w   A r r a y ( " V K C C I   -   F u n d   f o r   T h o s e   i n   N e e d " , " h t t p : / / v a k o f c . o r g / p a g e . a s p ? i d = 6 3 " , " " , 0 , 2 0 , 2 0 0 , " w h i t e " , " " , " " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
  
 M e n u 1 6 = n e w   A r r a y ( " K o F C   -   M a n u f a c t u r e r s   &   S u p p l i e r s " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . l y n c h k e l l y . c o m ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 1 , 2 0 , 2 0 0 , " b l u e " , " " , " y e l l o w " , " " , " " , " " , - 1 , - 1 , - 1 , " " , " " ) ;  
 M e n u 1 6 _ 1 = n e w   A r r a y ( " T h e   E n g l i s h   C o m p a n y ,   I n c " , " j a v a s c r i p t : S t a n W i n = w i n d o w . o p e n ( ' h t t p : / / w w w . k o f c s u p p l i e s . c o m ' , ' S t a n ' , ' ' ) ; w i n d o w [ ' S t a n W i n ' ] . f o c u s ( ) " , " " , 0 , 2 0 , 1 4 0 , " p u r p l e " , " " , " y e l l o w " , " b l u e " , " b l u e " , " " , - 1 , - 1 , - 1 , " " , " " ) ; 
