ÿþ/ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  
  
 *   O m n i   S l i d e   M e n u   s c r i p t   -   ©   J o h n   D a v e n p o r t   S c h e u e r  
  
 *   v e r y   f r e e l y   a d a p t e d   f r o m   D y n a m i c - F X   S l i d e - I n   M e n u   ( v   6 . 5 )   s c r i p t -   b y   m a X i m u s  
  
 *   T h i s   n o t i c e   M U S T   s t a y   i n t a c t   f o r   l e g a l   u s e  
  
 *   V i s i t   D y n a m i c   D r i v e   a t   h t t p : / / w w w . d y n a m i c d r i v e . c o m /   f o r   f u l l   o r i g i n a l   s o u r c e   c o d e  
  
 *   a s   f i r s t   m e n t i o n e d   i n   h t t p : / / w w w . d y n a m i c d r i v e . c o m / f o r u m s  
  
 *   u s e r n a m e : j s c h e u e r 1  
  
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
  
  
 / / O n e   g l o b a l   v a r i a b l e   t o   s e t ,   u s e   t r u e   i f   y o u   w a n t   t h e   m e n u s   t o   r e i n i t   w h e n   t h e   u s e r   c h a n g e s   t e x t   s i z e   ( r e c o m m e n d e d ) :  
  
 r e s i z e r e i n i t = t r u e ;  
  
  
  
 m e n u [ 1 ]   =   {  
  
 i d : ' m e n u 1 ' ,   / / u s e   u n i q u e   q u o t e d   i d   ( q u o t e d )   R E Q U I R E D ! !  
  
 b a r t e x t : ' P A R T E N E R I ' ,  
  
 f o n t s i z e : ' 1 0 0 % ' ,   / /   e x p r e s s   a s   p e r c e n t a g e   w i t h   t h e   %   s i g n  
  
 l i n k h e i g h t : 2 1   ,     / /   l i n k e d   h o r i z o n t a l   c e l l s   h e i g h t  
  
 h d i n g w i d t h : 2 2 0   ,     / /   h e a d i n g   -   n o n   l i n k e d   h o r i z o n t a l   c e l l s   w i d t h  
  
 / /   F i n i s h e d   c o n f i g u r a t i o n .   U s e   d e f a u l t   v a l u e s   f o r   a l l   o t h e r   s e t t i n g s   f o r   t h i s   p a r t i c u l a r   m e n u   ( m e n u [ 1 ] )   / / /  
  
  
  
 m e n u I t e m s : [   / /   R E Q U I R E D ! !  
  
 / / [ n a m e ,   l i n k ,   t a r g e t ,   c o l s p a n ,   e n d r o w ? ]   -   l e a v e   ' l i n k '   a n d   ' t a r g e t '   b l a n k   t o   m a k e   a   h e a d e r  
  
 [ " P a r t e n e r i " ] ,   / / c r e a t e   h e a d e r  
  
 [ " U A I C " ,   " h t t p : / / w w w . u a i c . r o / " ,   " " ] ,  
  
 [ " F a c u l t a t e a " ,   " h t t p : / / w w w . g e o . u a i c . r o / " , " " ] ,  
  
 [ " C C S   I a s i " ,   " h t t p : / / w w w . c c s i a s i . r o / " ,   " " ] ,  
  
 [ " A m e r i c a n   E x p e r i e n c e " ,   " h t t p : / / w w w . a m e r i c a n e x p e r i e n c e . r o / " ,   " " ] ,  
  
 [ " V o d a f o n e " ,   " h t t p : / / w w w . v o d a f o n e . r o " ,   " " ] ,  
  
  
  
 [ " P a r t e n e r i   M e d i a " ,   " " ,   " " ] ,   / / c r e a t e   h e a d e r  
  
 [ " R a d i o   I a _i " ,   " h t t p : / / w w w . r a d i o i a s i . r o " ,   " " ]  
  
 / / n o   c o m m a   a f t e r   l a s t   e n t r y  
  
  
  
 ] } ;   / /   R E Q U I R E D ! !   d o   n o t   e d i t   o r   r e m o v e  
  
  
  
 m e n u [ 3 ]   =   {  
  
 i d : ' m e n u 3 ' ,   / / u s e   u n i q u e   q u o t e d   i d   ( q u o t e d )   R E Q U I R E D ! !  
  
 b a r t e x t : ' A R T I S T I   I E S E N I ' ,  
  
 f o n t s i z e : ' 1 0 0 % ' ,   / /   e x p r e s s   a s   p e r c e n t a g e   w i t h   t h e   %   s i g n  
  
 l i n k h e i g h t : 2 1   ,     / /   l i n k e d   h o r i z o n t a l   c e l l s   h e i g h t  
  
 h d i n g w i d t h : 2 7 0   ,     / /   h e a d i n g   -   n o n   l i n k e d   h o r i z o n t a l   c e l l s   w i d t h  
  
 m e n u p o s : ' r i g h t ' ,  
  
 k v i e w t y p e : ' f i x e d ' ,    
  
 m e n u I t e m s : [   / /   R E Q U I R E D ! !  
  
 / / [ n a m e ,   l i n k ,   t a r g e t ,   c o l s p a n ,   e n d r o w ? ]   -   l e a v e   ' l i n k '   a n d   ' t a r g e t '   b l a n k   t o   m a k e   a   h e a d e r  
  
 [ " S U S T I N E   A R T I S T I I   I E S E N I " ,   " " ] ,   / / c r e a t e   h e a d e r  
  
 [ " V I N O   L A   C O N C E R T ! ! " ,   " " ] ,   / / c r e a t e   h e a d e r  
  
 [ " M o l d a v i a   F o l k " ,   " h t t p : / / m o l d a v i a f o l k . w o r d p r e s s . c o m / " ,   " " ] ,  
  
 [ " D e s c â n t e c " ,   " h t t p : / / w w w . d e s c a n t e c . r o " , " " ] ,  
  
 [ " R A V A " ,   " h t t p : / / w w w . m y s p a c e . c o m / r a v b a n d " ,   " " ] ,  
  
 [ " E l e c t r i k o r e " ,   " h t t p : / / w w w . m y s p a c e . c o m / e l e c t r i k o r e " ,   " " ] ,  
  
 [ " A s h e n a " ,   " h t t p : / / w w w . a s h a e n a . r o " ,   " " ] ,  
  
 [ " O P I S   B a n d " ,   " h t t p : / / w w w . o p i s b a n d . r o " ,   " " ] ,  
  
 [ " S k a   f ã r ã   t r o m p e t e " ,   " h t t p : / / w w w . m y s p a c e . c o m / s k a f a r a t r o m p e t e " ,   " " ] ,  
  
 [ " bi g a r a   U d ã " ,   " h t t p : / / w w w . t i g a r a u d a . w o r d p r e s s . c o m " ,   " " ] ,  
  
 [ " B u c o v i n a " ,   " h t t p : / / w w w . r e a l m - o f - b u c o v i n a . c o m / " ,   " " ] ,  
  
 [ " M A T " ,   " h t t p : / / w w w . m y s p a c e . c o m / m a t b a n d " ,   " " ] ,  
  
 [ " V o x   H a r m o n y " ,   " # " ,   " " ] / / n o   c o m m a   a f t e r   l a s t   e n t r y  
  
  
  
 ] } ;   / /   R E Q U I R E D ! !   d o   n o t   e d i t   o r   r e m o v e  
  
  
  
 / / / / / / / / / / / / / / / / / / / / S t o p   E d i t i n g / / / / / / / / / / / / / / / / /  
  
  
  
 m a k e _ m e n u s ( ) ; 
