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