ÿþ/ *   - - -   g e o m e t r y   a n d   t i m i n g   o f   t h e   m e n u   - - -   * /  
 v a r   M E N U _ P O S   =   n e w   A r r a y ( ) ;  
  
 	 / /   i t e m   s i z e s   f o r   d i f f e r e n t   l e v e l s   o f   m e n u  
 	 M E N U _ P O S [ ' h e i g h t ' ]           =   [ 1 8 ,   2 0 ] ;  
 	 M E N U _ P O S [ ' w i d t h ' ]             =   [ 1 3 4 ,   1 7 0 ] ;  
  
 	 / /   m e n u   b l o c k   o f f s e t   f r o m   t h e   o r i g i n :  
 	 / /     f o r   r o o t   l e v e l   o r i g i n   i s   u p p e r   l e f t   c o r n e r   o f   t h e   p a g e  
 	 / /     f o r   o t h e r   l e v e l s   o r i g i n   i s   u p p e r   l e f t   c o r n e r   o f   p a r e n t   i t e m  
 	 M E N U _ P O S [ ' b l o c k _ t o p ' ]     =   [ 2 8 9 ,   5 ] ;  
 	 M E N U _ P O S [ ' b l o c k _ l e f t ' ]   =   [ 1 3 ,   1 1 0 ] ;  
  
 	 / /   o f f s e t s   b e t w e e n   i t e m s   o f   t h e   s a m e   l e v e l  
 	 M E N U _ P O S [ ' t o p ' ]                 =   [ 2 0 ,   1 9 ] ;  
 	 M E N U _ P O S [ ' l e f t ' ]               =   [ 0 ,   0 ] ;  
  
 	 / /   t i m e   i n   m i l l i s e c o n d s   b e f o r e   m e n u   i s   h i d d e n   a f t e r   c u r s o r   h a s   g o n e   o u t  
 	 / /   o f   a n y   i t e m s  
 	 M E N U _ P O S [ ' h i d e _ d e l a y ' ]   =   [ 2 0 0 ,   2 0 0 ] ;  
  
 / *   - - -   d y n a m i c   m e n u   s t y l e s   - - -  
 n o t e :   y o u   c a n   a d d   a s   m a n y   s t y l e   p r o p e r t i e s   a s   y o u   w i s h   b u t   b e   n o t   a l l   b r o w s e r s  
 a r e   a b l e   t o   r e n d e r   t h e m   c o r r e c t l y .   T h e   o n l y   r e l a t i v e l y   s a f e   p r o p e r t i e s   a r e  
 ' c o l o r '   a n d   ' b a c k g r o u n d ' .  
 * /  
  
 v a r   M E N U _ S T Y L E S   =   n e w   A r r a y ( ) ;  
  
 	 / /   d e f a u l t   i t e m   s t a t e   w h e n   i t   i s   v i s i b l e   b u t   d o e s n ' t   h a v e   m o u s e   o v e r  
 	 M E N U _ S T Y L E S [ ' o n m o u s e o u t ' ]   =   [  
 	 	 ' b a c k g r o u n d ' ,   [ ' # C 8 C 8 F F ' ,   ' # C 8 C 8 F F ' ] ,  
 	 	 ' c o l o r ' ,   [ ' # 0 0 0 0 0 0 ' ,   ' # 0 0 0 0 0 0 ' ] ,  
 	 	 ' b o r d e r ' ,   [ ' 1 p x   s o l i d   # C 8 C 8 F F ' ,   ' 1 p x   s o l i d   # 3 3 3 3 F F ' ] ,  
  
 	 ] ;  
  
 	 / /   s t a t e   w h e n   i t e m   h a s   m o u s e   o v e r   i t  
 	 M E N U _ S T Y L E S [ ' o n m o u s e o v e r ' ]   =   [  
 	 	 ' b a c k g r o u n d ' ,   [ ' # 9 0 9 0 F F ' ,   ' # 8 0 8 0 F F ' ] ,  
 	 	 ' c o l o r ' ,   [ ' # F F F F F F ' ,   ' # F F F F F F ' ] ,  
 	 	 ' b o r d e r ' ,   [ ' 1 p x   s o l i d   # 2 8 2 8 D B ' ,   ' 1 p x   s o l i d   # 3 3 3 3 F F ' ] ,  
  
 	 ] ;  
  
 	 / /   s t a t e   w h e n   m o u s e   b u t t o n   h a s   b e e n   p r e s s e d   o n   t h e   i t e m  
 	 M E N U _ S T Y L E S [ ' o n m o u s e d o w n ' ]   =   [  
 	 	 ' b a c k g r o u n d ' ,   [ ' # F F F F 9 9 ' ,   ' # F F F F 9 9 ' ] ,  
 	 	 ' c o l o r ' ,   [ ' # C C 0 0 0 0 ' ,   ' # C C 0 0 0 0 ' ] ,  
 	 	 ' b o r d e r ' ,   [ ' 1 p x   s o l i d   # C C 0 0 0 0 ' ,   ' 1 p x   s o l i d   # C C 0 0 0 0 ' ] ,  
  
 	 ] ;  
 	  
 
