ÿþ
 / /   d i r e c t o r y   o f   w h e r e   a l l   t h e   i m a g e s   a r e 
 v a r   c m T h e m e O f f i c e B a s e   =   c m T h e m e B a s e   +   ' T h e m e O f f i c e / ' ; 
 
 v a r   c m T h e m e O f f i c e   = 
 { 
     	 / /   m a i n   m e n u   d i s p l a y   a t t r i b u t e s 
     	 / / 
     	 / /   N o t e .     W h e n   t h e   m e n u   b a r   i s   h o r i z o n t a l , 
     	 / /   m a i n F o l d e r L e f t   a n d   m a i n F o l d e r R i g h t   a r e 
     	 / /   p u t   i n   < s p a n > < / s p a n > .     W h e n   t h e   m e n u 
     	 / /   b a r   i s   v e r t i c a l ,   t h e y   w o u l d   b e   p u t   i n 
     	 / /   a   s e p a r a t e   T D   c e l l . 
 
     	 / /   H T M L   c o d e   t o   t h e   l e f t   o f   t h e   f o l d e r   i t e m 
     	 m a i n F o l d e r L e f t :   ' & n b s p ; ' , 
     	 / /   H T M L   c o d e   t o   t h e   r i g h t   o f   t h e   f o l d e r   i t e m 
     	 m a i n F o l d e r R i g h t :   ' & n b s p ; ' , 
 	 / /   H T M L   c o d e   t o   t h e   l e f t   o f   t h e   r e g u l a r   i t e m 
 	 m a i n I t e m L e f t :   ' & n b s p ; ' , 
 	 / /   H T M L   c o d e   t o   t h e   r i g h t   o f   t h e   r e g u l a r   i t e m 
 	 m a i n I t e m R i g h t :   ' & n b s p ; ' , 
 
 	 / /   s u b   m e n u   d i s p l a y   a t t r i b u t e s 
 
 	 / /   0 ,   H T M L   c o d e   t o   t h e   l e f t   o f   t h e   f o l d e r   i t e m 
 	 f o l d e r L e f t :   ' < i m g   a l t = " "   s r c = " '   +   c m T h e m e O f f i c e B a s e   +   ' s p a c e r . p n g " > ' , 
 	 / /   1 ,   H T M L   c o d e   t o   t h e   r i g h t   o f   t h e   f o l d e r   i t e m 
 	 f o l d e r R i g h t :   ' < i m g   a l t = " "   s r c = " '   +   c m T h e m e O f f i c e B a s e   +   ' a r r o w . p n g " > ' , 
 	 / /   2 ,   H T M L   c o d e   t o   t h e   l e f t   o f   t h e   r e g u l a r   i t e m 
 	 i t e m L e f t :   ' < i m g   a l t = " "   s r c = " '   +   c m T h e m e O f f i c e B a s e   +   ' s p a c e r . p n g " > ' , 
 	 / /   3 ,   H T M L   c o d e   t o   t h e   r i g h t   o f   t h e   r e g u l a r   i t e m 
 	 i t e m R i g h t :   ' < i m g   a l t = " "   s r c = " '   +   c m T h e m e O f f i c e B a s e   +   ' b l a n k . p n g " > ' , 
 	 / /   4 ,   c e l l   s p a c i n g   f o r   m a i n   m e n u 
 	 m a i n S p a c i n g :   0 , 
 	 / /   5 ,   c e l l   s p a c i n g   f o r   s u b   m e n u s 
 	 s u b S p a c i n g :   0 , 
 	 / /   6 ,   a u t o   d i s p e a r   t i m e   f o r   s u b m e n u s   i n   m i l l i - s e c o n d s 
 	 d e l a y :   5 0 0 
 } ; 
 
 / /   f o r   h o r i z o n t a l   m e n u   s p l i t 
 v a r   c m T h e m e O f f i c e H S p l i t   =   [ _ c m N o A c t i o n ,   ' < t d   c l a s s = " T h e m e O f f i c e M e n u I t e m L e f t " > < / t d > < t d   c o l s p a n = " 2 " > < d i v   c l a s s = " T h e m e O f f i c e M e n u S p l i t " > < / d i v > < / t d > ' ] ; 
 v a r   c m T h e m e O f f i c e M a i n H S p l i t   =   [ _ c m N o A c t i o n ,   ' < t d   c l a s s = " T h e m e O f f i c e M a i n I t e m L e f t " > < / t d > < t d   c o l s p a n = " 2 " > < d i v   c l a s s = " T h e m e O f f i c e M e n u S p l i t " > < / d i v > < / t d > ' ] ; 
 v a r   c m T h e m e O f f i c e M a i n V S p l i t   =   [ _ c m N o A c t i o n ,   ' & n b s p ; ' ] ; 
 
