ÿþ 
  
 / / 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   / /  
 / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /  
  
  
 i f ( n a v i g a t o r . a p p V e r s i o n . i n d e x O f ( " M S I E   6 . 0 " ) > 0 )  
 {  
 	 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 = 1 0 0 ) ; 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 = 1 ) "  
 }  
 e l s e  
 {  
 	 e f f e c t   =   " 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 ) "   / /   S t o p   I E 5 . 5   b u g   w h e n   u s i n g   m o r e   t h a n   o n e   f i l t e r  
 }  
  
  
 t i m e g a p = 5 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  
  
 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 .  
 " # 1 A 4 B 7 7 " , 	 	 	 	 	 / /   M o u s e   O f f   F o n t   C o l o r  
 " # C 6 D D F 2 " , 	 	 	 	 / /   M o u s e   O f f   B a c k g r o u n d   C o l o r  
 " # B C 0 3 2 B " , 	 	 	 	 / /   M o u s e   O n   F o n t   C o l o r  
 " w h i t e " , 	 	 	 	 / /   M o u s e   O n   B a c k g r o u n d   C o l o r  
 " w h i t e " , 	 	 	 	 / /   M e n u   B o r d e r   C o l o r    
 1 2 , 	 	 	 	 	 	 / /   F o n t   S i z e   i n   p i x e l s  
 " b o l d " , 	 	 	 / /   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 )  
 " V e r d a n a ,   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  
 " 6 6 6 6 6 6 " , 	 	 	 	 / /   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  
 " P u r p l e " , 	 	 	 	 / /   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 )  
 " # E 9 E 9 E 9 " , 	 	 	 	 	 / /   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 )  
 " d r o p d o w n / " , 	 	 	 / /   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 )  
 ]  
  
  
  
 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 9 : 4 4   A M   1 / 7 / 2 0 0 3   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  
 1 0 6 , 	 	 	 	 	 / /   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  
 0 , 	 	 	 	 / /   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  
 1 8 0 , 	 	 	 	 	 / /   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  
 1 , 	 	 	 	 	 / /   M e n u   B o r d e r   W i d t h    
 " r i g h t " , 	 	 	 / /   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 1 , 	 	 	 	 / /   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 )  
 " r i g h t " , 	 	 	 	 / /   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  
 e f f e c t , 	 	 	 	 / /   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 )  
 0 ,   	 	 	 	 	 / /   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 )  
 0 , 	 	 	 	 	 / /   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 )  
 , 	 	 	 	 	 / /   R e s e r v e d   f o r   f u t u r e   u s e  
 , 	 	 	 	 	 / /   R e s e r v e d   f o r   f u t u r e   u s e  
 , 	 	 	 	 	 / /   R e s e r v e d   f o r   f u t u r e   u s e  
  
 , " E9DHE'*  -HD  E('/1)  'D*-11  EF  'D*(:" , " A b o u t T F I . h t m " , , " " , 1  
 , " 'DJHE  'D9'DEJ  DD'E*F'9  9F  'D*/.JF  " , " s h o w - m e n u = W N T D " , , " " , 1  
 , " 'D/JF  H'D*/.JF" , " e m r o l e a d s . h t m " , , " " , 1  
 , " 'D'*A'BJ)  'D%7'1J)  DEC'A-)  'D*(:" , " f r a m e w o r k _ c o n v e n t i o n . h t m " , , " " , 1  
 , " 'D*41J9'*" , " s h o w - m e n u = L e g i s l a t i o n " , , " " , 1  
 , " 'DF8'E  'D9'DEJ  D*15/  'D*(:" , " s h o w - m e n u = g t s s " , , " " , 1  
 , " 'D#-/'+" , " e v e n t s . h t m " , , " " , 1  
 , " 'D#F47)  'DB71J)" , " c o u n t r i e s a c t i v i t i e s . h t m " , , " " , 1  
 , " E9DHE'*  EH,2)  9F  (D/'F  'D%BDJE" , " u n d e r . h t m " , , " " , 1  
 , " 'DE7(H9'*  H'DH+'&B" , " I n P r i n t . h t m " , , " " , 1  
 , " 'DEH'/  'D5-AJ)" , " s h o w - m e n u = P r e s s " , , " " , 1  
 , " -B'&B  H#3&D)  4'&9)" , " F a c t s . h t m " , , " " , 1  
 , " 'DE,'D'*  H'DE,EH9'*  'D#3'3J)& n b s p ; & n b s p ; " , " A b o u t K e y A r e a s . h t m " , , " " , 1  
 , " A6-  #9E'D  41C'*  'D*(:" , " s e c r e t s . h t m " , , " " , 1  
 , " B55  F,'-" , " O p e n e d D o o r . h t m " , , " " , 1  
 , " 'DE916" , " H a n d i n H a n d - P h o t o G a l l e r y . h t m " , , " " , 1  
 , " H5D'*" , " H a n d i n H a n d - l i n k s . h t m " , , " " , 1  
 , " %*5D  (F'" , " c o n t a c t d a t a . h t m " , , " " , 1  
 , "   'DEC*(  'D%BDJEJ  DEF8E)  'D5-)  'D9'DEJ)  D41B  'DE*H37" , " . . / i n d e x . h t m " , , " " , 1  
  
 ] )  
  
 	 a d d m e n u ( m e n u = [ " W N T D " ,  
 	 , , 1 8 0 , 1 , " " , s t y l e 1 , , " r i g h t " , e f f e c t , , , , , , , , , , , ,  
 	  
 , " & n b s p ; -HD  G0G  'D5A-)" , " A b o u t W N T D . h t m " , , , 1  
 , " & n b s p ; 'DA'&2HF  ('D,H'&2" , " W N T D W i n n e r s . h t m " , , , 1  
 , " & n b s p ; 'DJHE  'D9'DEJ  DD'E*F'9  9F  'D*/.JF  " , " W N T D s . h t m " , , " " , 1  
 	  
 	 ] )  
  
 	 a d d m e n u ( m e n u = [ " r e l i g i o n " ,  
 	 , , 1 8 0 , 1 , " " , s t y l e 1 , , " r i g h t " , e f f e c t , , , , , , , , , , , ,  
 	  
 , " & n b s p ; -HD  G0G  'D5A-)" , " e m r o l e a d s . h t m " , , , 1  
 , " & n b s p ; 'D*/.JF  EF  EF8H1  'D/JF  'D%3D'EJ" , " e m r o l e a d s . h t m # i s l a m i c v i e w " , , , 1  
 , " & n b s p ; *H2J9  A*HI  *-1JE  'D*/.JF" , " e m r o l e a d s - I s l a m i c R u l i n g D i s t r i b u t i o n . h t m " , , , 1  
 , " & n b s p ; 'D*/.JF  EF  EF8H1  'D/JF  'DE3J-J" , " e m r o l e a d s . h t m # c h r i s t i a n v i e w " , , , 1  
 , " & n b s p ; B'FHF  'DA'*JC'F  D*-1JE  'D*/.JF" , " e m r o l e a d s . h t m # v a t i c a n " , , , 1  
 , " & n b s p ; EH'6J9  #.1I" , " e m r o l e a d s . h t m # o t h e r " , , , 1  
 	  
 	 ] )  
  
  
  
 a d d m e n u ( m e n u = [ " F C T C " ,  
 	 , , 1 5 5 , 1 , " " , s t y l e 1 , , " r i g h t " , e f f e c t , , , , , , , , , , , ,  
 	  
 , " & n b s p ; -HD  G0G  'D5A-)  " , " a b o u t f c t c . h t m " , , , 1  
 , " & n b s p ; #.('1  'D'*A'BJ)  'D%7'1J)  DEC'A-)  'D*(:" , " F C T C - n e w s . h t m " , , , 1  
 , " & n b s p ; F5  HH+'&B  'D'*A'BJ)  'D%7'1J)  DEC'A-)  'D*(:" , " F C T C - d o c u m e n t s . h t m " , , , 1  
 	  
 	 ] )  
 	  
  
 a d d m e n u ( m e n u = [ " L e g i s l a t i o n " ,  
 	 , , 1 5 5 , 1 , " " , s t y l e 1 , , " r i g h t " , e f f e c t , , , , , , , , , , , ,  
 	  
 , " & n b s p ; -HD  G0G  'D5A-)" , " a b o u t l e g i s l a t i o n . h t m " , , , 1  
 , " & n b s p ; *41J9'*  'D/HD  'D#96'!  ('DEC*(  'D%BDJEJ  D41B  'DE*H37" , " L e g i s l a t i o n - m e m b e r s . h t m " , , , 1  
  
 	  
 	 ] )  
  
  
 a d d m e n u ( m e n u = [ " g t s s " ,  
 	 , , 1 5 5 , 1 , " " , s t y l e 1 , , " r i g h t " , e f f e c t , , , , , , , , , , , ,  
 	  
 , " -HD  'DF8'E  'D9'DEJ  D*15/  'D*(:" , " g t s s . h t m " , , , 1  
 , " & n b s p ; 'D(J'F'*" , " g t s s _ d a t a . h t m " , , , 1  
 , " & n b s p ; 5-'&A  'D-B'&B" , " g t s s _ f a c t s h e e t s . h t m " , , , 1  
 , " & n b s p ; E5AHA)  'D(J'F'*" , " g t s s _ m a t r i x . h t m " , , , 1  
 , " & n b s p ; *B'1J1  'D(D/'F" , " g t s s _ r e p o r t s . h t m " , , , 1  
 , " & n b s p ; E3H-'*  B71J)  #.1I" , " g t s s _ s u r v e y s . h t m " , , , 1  
 , " & n b s p ; 'DEF4H1'*" , " g t s s _ p u b l i c a t i o n s . h t m " , , , 1  
  
 	  
 	 ] )  
 a d d m e n u ( m e n u = [ " P r e s s " ,  
 	 , , 1 5 5 , 1 , " " , s t y l e 1 , , " r i g h t " , e f f e c t , , , , , , , , , , , ,  
 	  
 , " (J'F'*  5-AJ)& n b s p ; " , " P r e s s r e l e a s e s . h t m " , , , 1  
 , " B5'5'*  5-AJ)& n b s p ; " , " P r e s s C l i p p i n g s . h t m " , , , 1  
  
 	  
 	 ] )  
  
 a d d m e n u ( m e n u = [ " G a l l e r y " ,  
 	 , , 9 0 , 1 , " " , s t y l e 1 , , " r i g h t " , e f f e c t , , , , , , , , , , , ,  
 	  
 , " 'D5H1& n b s p ; " , " h a n d i n h a n d - p h o t o s . h t m " , , , 1  
 , " 'DED5B'*  'D%9D'FJ)& n b s p ; " , " H a n d i n H a n d - P h o t o G a l l e r y . h t m " , , , 1  
  
 	 ] )  
 	  
  
 	 a d d m e n u ( m e n u = [ " T F I M o v e " ,  
 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " r i g h t " , e f f e c t , , , , , , , , , , , ,  
 	  
  
 , " & n b s p ; 'DE$*E1'*  H'D',*E'9'*  'D/HDJ)" , " E v e n t s - I n t e r n a t i o n a l C o n f e r e n c e s . h t m " , , , 1  
 , " & n b s p ; 'D',*E'9'*  'D%BDJEJ)" , " e v e n t s - r e g i o n a l m e e t i n g s . h t m " , , , 1  
 	  
 	 ] )  
  
  
 a d d m e n u ( m e n u = [ " S h a r i n g " ,  
 	 , , 1 6 0 , 1 , " " , s t y l e 1 , , " r i g h t " , e f f e c t , , , , , , , , , , , ,  
 , " -HD  G0G  'D5A-)& n b s p ; " , " A b o u t K e y A r e a s . h t m " , , , 1  
 , " 'D*/.JF  'D3D(J& n b s p ; " , " S h a r e d W o r l d - P a s s i v e S m o k i n g . h t m " , , , 1  
 , " 'D9'EDHF  'D5-JHF& n b s p ; " , " S h a r e d W o r l d - H e a l t h P r o f e s s i n a l s . h t m " , , , 1  
 , " 'DF3'!& n b s p ; " , " S h a r e d W o r l d - W o m e n . h t m " , , , 1  
 , " 'D4('(& n b s p ; " , " S h a r e d W o r l d - Y o u t h . h t m " , , , 1  
 , " #E'CF  9'ED)  (/HF  */.JF& n b s p ; " , " G i a n t - W o r k P l a c e T F . h t m " , , , 1  
 , " E1'AB  5-J)  (/HF  */.JF& n b s p ; " , " G i a n t - H e a l t h P r e m i s e s T F . h t m " , , , 1  
 , " E1'AB  9'E)  (/HF  */.JF& n b s p ; " , " G i a n t - T o b a c c o F r e e P u b l i c . h t m " , , , 1  
 , " E/'13  (/HF  */.JF  H#5/B'!  D'  J/.FHF& n b s p ; " , " G i a n t - S c h o o l s T F . h t m " , , , 1  
 , " %JB'A  'D*/.JF& n b s p ; " , " G i a n t . h t m " , , , 1  
 , " F5'&-  DD%BD'9  9F  'D*/.JF& n b s p ; " , " G i a n t - Q u i t T i p s . h t m " , , , 1  
 , " H5D'*& n b s p ; " , " K e y A r e a s - L i n k s . h t m " , , , 1 	  
 	  
 	  
 	 ] )  
  
 a d d m e n u ( m e n u = [ " H a n d s " ,  
 	 , , 1 4 0 , 1 , " " , s t y l e 1 , , " r i g h t " , e f f e c t , , , , , , , , , , , ,  
 	 , " -HD  G0G  'D5A-)& n b s p ; " ,   " a b o u t p a r t n e r s . h t m " , , , 1  
 	 , " EE+DH  EF8E)  'D5-)  'D9'DEJ)  HFB'7  'D'*5'D  'DE1C2J)& n b s p ; " ,   " u n d e r . h t m " , , , 1  
 	 , " 'DEF8E'*  :J1  'D-CHEJ)& n b s p ; " ,   " u n d e r . h t m " , , , 1  
 	 , " H3'&D  'D%9D'E& n b s p ; " ,   " u n d e r . h t m " , , , 1  
 	  
 	 ] )  
  
  
  
 a d d m e n u ( m e n u = [ " G i a n t " ,  
 	 , , 1 8 0 , 1 , " " , s t y l e 1 , , " r i g h t " , e f f e c t , , , , , , , , , , , ,  
 	 , " & n b s p ; A b o u t   b e   a   g i a n t " ,   " g i a n t . h t m " , , , 1  
 	 , " & n b s p ; Q u i t   t i p s   f o r   i n d i v i d u a l s " ,   " G i a n t - Q u i t T i p s . h t m " , , , 1  
 	 , " & n b s p ; W o r k   p l a c e   t o b a c c o   f r e e " ,   " G i a n t - W o r k P l a c e T F . h t m " , , , 1  
 	 , " & n b s p ; H e a l t h   p r e m i s e s   t o b a c c o   f r e e " ,   " G i a n t - H e a l t h P r e m i s e s T F . h t m " , , , 1  
 , " & n b s p ; Y o u r   s c h o o l   &   y o u r   f r i e n d s " ,   " G i a n t - S c h o o l s T F . h t m " , , , 1 	  
 , " & n b s p ; P u b l i c   p l a c e s   t o b a c c o   f r e e " ,   " G i a n t - T o b a c c o F r e e P u b l i c . h t m " , , , 1  
 	  
  
 	  
 	 ] )  
 a d d m e n u ( m e n u = [ " L a w " ,  
 	 , , 1 0 0 , 1 , " " , s t y l e 1 , , " r i g h t " , e f f e c t , , , , , , , , , , , ,  
 	 , " & n b s p ; B a h r a i n " ,   "   " , , , 1  
 	 , " & n b s p ; E g y p t " ,   "   " , , , 1  
 	 , " & n b s p ; I r a n " ,   "   " , , , 1  
 	 , " & n b s p ; K u w a i t " ,   "   " , , , 1  
 	 , " & n b s p ; J o r d a n " ,   "   " , , , 1  
 	 , " & n b s p ; P a l e s t i n e " ,   "   " , , , 1  
 	 , " & n b s p ; S y r i a " ,   "   " , , , 1  
 	 , " & n b s p ; T u n i s i a " ,   "   " , , , 1  
 	 , " & n b s p ; Y e m e n " ,   "   " , , , 1  
 	 , " & n b s p ; S a u d i   A r a b i a " ,   "   " , , , 1  
 	 , " & n b s p ; S u d a n " ,   "   " , , , 1  
  
  
 	  
 	 ] )  
 s t y l e 2 = [ 	 	 	 	 / /   s t y l e 2   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 .  
 " w h i t e " , 	 	 	 	 / /   M o u s e   O f f   F o n t   C o l o r  
 " # E C 6 B 3 4 " , 	 	 	 	 / /   M o u s e   O f f   B a c k g r o u n d   C o l o r  
 " w h i t e " , 	 	 	 	 / /   M o u s e   O n   F o n t   C o l o r  
 " # E C 6 B 3 4 " , 	 	 	 	 / /   M o u s e   O n   B a c k g r o u n d   C o l o r  
 " # C 3 D 9 E F " , 	 	 	 	 / /   M e n u   B o r d e r   C o l o r    
 1 2 , 	 	 	 	 	 / /   F o n t   S i z e   i n   p i x e l s  
 " b o l d " , 	 	 	 	 / /   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 )  
 " V e r d a n a ,   A r i a l " , 	 	 / /   F o n t   N a m e  
 2 , 	 	 	 	 	 	 / /   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  
 " 6 6 6 6 6 6 " , 	 	 	 	 / /   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  
 " w h i t e " , 	 	 	 	 / /   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 )  
 " # E C 6 B 3 4 " , 	 	 	 	 	 / /   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 )  
 " d r o p d o w n / " , 	 	 	 / /   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 )  
 ]  
  
  
  
 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  
 8 6 , 	 	 	 	 	 / /   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  
 0 , 	 	 	 	 / /   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  
 1 8 0 , 	 	 	 	 	 / /   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    
 " r i g h t " , 	 	 	 	 	 / /   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 2 , 	 	 	 	 / /   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 )  
 " r i g h t " , 	 	 	 	 / /   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  
 e f f e c t , 	 	 	 	 / /   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 )  
 0 ,   	 	 	 	 	 / /   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 )  
 0 , 	 	 	 	 	 / /   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 )  
 , 	 	 	 	 	 / /   R e s e r v e d   f o r   f u t u r e   u s e  
 , 	 	 	 	 	 / /   R e s e r v e d   f o r   f u t u r e   u s e  
 , 	 	 	 	 	 / /   R e s e r v e d   f o r   f u t u r e   u s e  
  
  
 , " < p   a l i g n = c e n t e r > 'D5A-)  'D1&J3J)" , " t f i . h t m " , , " " , 1  
  
  
 ] )  
  
  
  
 d u m p m e n u s ( ) 
