ÿþ/ *  
   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   A n d y   W o o l l e y  
   C o p y r i g h t   2 0 0 2   ( c )   M i l o n i c   S o l u t i o n s .   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   h t t p : / / w w w . m i l o n i c . c o . u k / m e n u   o r   e - m a i l   m e n u 3 @ m i l o n i c . c o m  
   Y o u   m a y   u s e   t h i s   m e n u   o n   y o u r   w e b   s i t e   f r e e   o f   c h a r g e   a s   l o n g   a s   y o u   p l a c e   p r o m i n e n t   l i n k s   t o   h t t p : / / w w w . m i l o n i c . c o . u k / m e n u   a n d  
   y o u r   i n f o r m   u s   o f   y o u r   i n t e n t i o n s   w i t h   y o u r   U R L   A N D   A L L   c o p y r i g h t   n o t i c e s   r e m a i n   i n   p l a c e   i n   a l l   f i l e s   i n c l u d i n g   y o u r   h o m e   p a g e  
   C o m e r c i a l   s u p p o r t   c o n t r a c t s   a r e   a v a i l a b l e   o n   r e q u e s t   i f   y o u   c a n n o t   c o m p l y   w i t h   t h e   a b o v e   r u l e s .  
   T h i s   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 = 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   / /  
 / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /  
  
 / /   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 " ) > 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 = 9 5 ) ; "  
 }  
 e l s e  
 {  
 	 e f f e c t   =   " "   / /   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  
  
  
 i f ( l a n g u e = = " f r " ) { 	 a c c u e i l = " A c c u e i l " ;  
 	 	 	 p r e s e n t a t i o n = " P r é s e n t a t i o n " ;  
 	 	 	 p r e s e n t a t i o n g a l = " P r é s e n t a t i o n " ;  
 	 	 	 a u f i l = " A u & n b s p ; f i l & n b s p ; d e s & n b s p ; m o i s . . . " ;  
 	 	 	 c h i f f r e s = " Q u e l q u e s   c h i f f r e s . . . " ;  
 	 	 	 d o c u m e n t s = " D o c u m e n t s " ;  
 	 	 	 v o c a t i o n s = " S é m i n a i r e s " ;  
 	 	 	 n o u s = " N o u s & n b s p ; t r o u v e r " ;  
 	 	 	 m a i s o n s = " M a i s o n s   F S S P " ;  
 	 	 	 m e s s e s = " M e s s e s " ;  
 	 	 	 p h o t o s = " P h o t o s " ;  
 	 	 	 a i d e r = " N o u s & n b s p ; a i d e r " ;  
 	 	 	 l i e n s = " L i e n s " ;  
 	 	 	 m i s s i o n s = " M i s s i o n s " ;  
 	 	 	 c o n f r a t e r n i t e = " C o n f r a t e r n i t é " ;  
 	 	 	 p r e s e n t a t i o n c o n f = " P r é s e n t a t i o n " ;  
 	 	 	 i n s c r i p t i o n = " I n s c r i p t i o n " ;  
 	 	 	 a d r e s s e i n s c r i p t i o n = " . . / o b j e t / 2 0 0 7 - 1 2 - 2 4 % 2 0 D o c u m e n t s % 2 0 C o n f r a t e r n i t e % 2 0 F R . p d f " ;  
 	 	 	 e v e n e m e n t = " E v é n e m e n t s " ;  
 	 	 	 i n d u l g e n c e = " I n d u l g e n c e " ;  
 	 	 	 m o t c h a p e l a i n = " L e & n b s p ; m o t & n b s p ; d u & n b s p ; C h a p e l a i n & n b s p ; G é n é r a l "  
 	 	 	 a l l o c u t i o n = " A l l o c u t i o n s & n b s p ; a u x & n b s p ; c o n f r a t e r n i t é s " ;  
 	 	 	 c a t e c h e s e = " C a t é c h è s e & n b s p ; p é t r i n i e n n e " ;  
 	 	 	 r e l i q u e s = " R e l i q u e s & n b s p ; d e s & n b s p ; s a i n t s & n b s p ; P i e r r e & n b s p ; e t & n b s p ; P a u l " ;  
 	 	 	 t e l e c h a r g e r = " T é l é c h a r g e r " ;  
 	 	 	 w i g r a t z b a d = " L e & n b s p ; S é m i n a i r e & n b s p ; d e & n b s p ; W i g r a t z b a d & n b s p ; ( D ) " ;  
 	 	 	 d e n t o n = " L e & n b s p ; S é m i n a i r e & n b s p ; d e & n b s p ; D e n t o n & n b s p ; ( U S A ) " ;  
 	 	 	 o l g s c h a p e l = " L a & n b s p ; c h a p e l l e & n b s p ; d u & n b s p ; s é m i n a i r e & n b s p ; d e & n b s p ; D e n t o n " ;  
 	 	 	 o l g s v i d e o = " V i d e o & n b s p ; s u r & n b s p ; l e & n b s p ; s é m i n a i r e & n b s p ; ( a n g l a i s ) " ;  
 	 	 	 j o u r n e e = " U n e & n b s p ; j o u r n é e & n b s p ; a u & n b s p ; s é m i n a i r e . . . " ;  
 	 	 	 f s s p = " L a & n b s p ; F r a t e r n i t é & n b s p ; S a c e r d o t a l e & n b s p ; S a i n t & n b s p ; P i e r r e " ;  
 	 	 	 h i s t o r i q u e = " H i s t o r i q u e & n b s p ; d u & n b s p ; D i s t r i c t & n b s p ; d e & n b s p ; F r a n c e " ;  
 	 	 	 l i t u r g i e = " L a & n b s p ; l i t u r g i e & n b s p ; d e & n b s p ; 1 9 6 2 " ;  
 	 	 	 o r g a n i g r a m m e = " O r g a n i g r a m m e " ;  
 	 	 	 s p i r i t u a l i t e = " S p i r i t u a l i t é " ;  
 	 	 	 r o s a i r e = " A n n é e & n b s p ; d u & n b s p ; R o s a i r e " ;  
 	 	 	 e u c h a r i s t i e = " A n n é e & n b s p ; d e & n b s p ; l ' E u c h a r i s t i e " ;  
 	 	 	 p r e t r e = " A n n é e & n b s p ; S a c e r d o t a l e " ;  
 	 	 	 d i s t r i c t = " D i s t r i c t & n b s p ; d e & n b s p ; F r a n c e " ;  
 	 	 	 a d r e s s e d i s t r i c t = " h t t p : / / w w w . f s s p . f r     t a r g e t = _ b l a n k " ;  
 	 	 	 a u t r e s l i e n s = " A u t r e s & n b s p ; s i t e s & n b s p ; d e & n b s p ; l a & n b s p ; F S S P " ;  
 	 	 	 c o n t a c t = " " ;  
 }  
  
 i f ( l a n g u e = = " e n " ) { 	 a c c u e i l = " H o m e " ;  
 	 	 	 p r e s e n t a t i o n g a l = " W h a t & n b s p ; a r e & n b s p ; w e ? " ;  
 	 	 	 p r e s e n t a t i o n = " P r e s e n t a t i o n " ;  
 	 	 	 a u f i l = " T h r o u g h & n b s p t h e & n b s p Y e a r . . . " ;  
 	 	 	 c h i f f r e s = " A   f e w   f i g u r e s . . . " ;  
 	 	 	 d o c u m e n t s = " D o c u m e n t s " ;  
 	 	 	 v o c a t i o n s = " S e m i n a r i e s " ;  
 	 	 	 n o u s = " W h e r e & n b s p ; a r e & n b s p ; w e ? " ;  
 	 	 	 m a i s o n s = " F S S P   H o u s e s " ;  
 	 	 	 m e s s e s = " M a s s e s " ;  
 	 	 	 p h o t o s = " P h o t o s " ;  
 	 	 	 a i d e r = " H o w & n b s p ; t o & n b s p ; h e l p & n b s p ; u s " ;  
 	 	 	 l i e n s = " L i n k s " ;  
 	 	 	 m i s s i o n s = " M i s s i o n s " ;  
 	 	 	 c o n f r a t e r n i t e = " C o n f r a t e r n i t y " ;  
 	 	 	 p r e s e n t a t i o n c o n f = " P r e s e n t a t i o n " ;  
 	 	 	 i n s c r i p t i o n = " E n r o l l m e n t " ;  
 	 	 	 a d r e s s e i n s c r i p t i o n = " e n r o l l m e n t . h t m " ;  
 	 	 	 e v e n e m e n t = " E v e n t s " ;  
 	 	 	 i n d u l g e n c e = " I n d u l g e n c e " ;  
 	 	 	 m o t c h a p e l a i n = " A & n b s p ; w o r d & n b s p ; f r o m & n b s p ; t h e & n b s p ; G e n e r a l & n b s p ; C h a p l a i n "  
 	 	 	 a l l o c u t i o n = " A d d r e s s & n b s p ; t o & n b s p ; t h e & n b s p ; c o n f r a t e r n i t i e s " ;  
 	 	 	 c a t e c h e s e = " P e t r i n i a n & n b s p ; c a t e c h e s i s " ;  
 	 	 	 r e l i q u e s = " R e l i c s & n b s p ; o f & n b s p ; S t s & n b s p ; P e t e r & n b s p ; a n d & n b s p ; P a u l " ;  
 	 	 	 t e l e c h a r g e r = " D o w n l o a d " ;  
 	 	 	 w i g r a t z b a d = " T h e & n b s p ; S e m i n a r y & n b s p ; o f & n b s p ; W i g r a t z b a d & n b s p ; ( D e ) " ;  
 	 	 	 d e n t o n = " T h e & n b s p ; S e m i n a r y & n b s p ; o f & n b s p ; D e n t o n & n b s p ; ( U S A ) " ;  
 	 	 	 o l g s c h a p e l = " T h e & n b s p ; c h a p e l & n b s p ; o f & n b s p ; o u r & n b s p ; s e m i n a r y & n b s p ; i n & n b s p ; D e n t o n " ;  
 	 	 	 o l g s v i d e o = " S e m i n a r y & n b s p ; v i d e o " ;  
 	 	 	 j o u r n e e = " O n e & n b s p ; d a y & n b s p ; a t & n b s p ; t h e & n b s p ; s e m i n a r y " ;  
 	 	 	 f s s p = " T h e & n b s p ; P r i e s t l y & n b s p ; F r a t e r n i t y & n b s p ; o f & n b s p ; S a i n t & n b s p ; P e t e r " ;  
 	 	 	 h i s t o r i q u e = " H i s t o r y & n b s p ; o f & n b s p ; t h e & n b s p ; N o r t h & n b s p ; A m e r i c a n & n b s p ; D i s t r i c t " ;  
 	 	 	 l i t u r g i e = " T h e & n b s p ; l i t u r g y & n b s p ; o f & n b s p ; 1 9 6 2 " ;  
 	 	 	 o r g a n i g r a m m e = " O r g a n i z a t i o n & n b s p ; c h a r t " ;  
 	 	 	 s p i r i t u a l i t e = " S p i r i t u a l i t y " ;  
 	 	 	 r o s a i r e = " Y e a r & n b s p ; o f & n b s p ; t h e & n b s p ; R o s a r y " ;  
 	 	 	 e u c h a r i s t i e = " Y e a r & n b s p ; o f & n b s p ; t h e & n b s p ; E u c h a r i s t " ;  
 	 	 	 p r e t r e = " Y e a r & n b s p ; f o r & n b s p ; P r i e s t s "  
 	 	 	 d i s t r i c t = " N o r t h & n b s p ; A m e r i c a n & n b s p ; D i s t r i c t " ;  
 	 	 	 a d r e s s e d i s t r i c t = " h t t p : / / w w w . f s s p . c o m / m a i n / i n d e x . h t m l   t a r g e t = _ b l a n k " ;  
 	 	 	 a u t r e s l i e n s = " O t h e r & n b s p ; F S S P & n b s p ; w e b s i t e s " ;  
 	 	 	 c o n t a c t = " " ;  
 }  
  
 i f ( l a n g u e = = " d e " ) { 	 a c c u e i l = " W i l l k o m m e n " ;  
 	 	 	 p r e s e n t a t i o n g a l = " W i r & n b s p ; ü b e r & n b s p ; u n s " ;  
 	 	 	 p r e s e n t a t i o n = " G e s c h i c h t e & n b s p ; d e s & n b s p ; S e m i n a r s " ;  
 	 	 	 a u f i l = " I m & n b s p ; L a u f & n b s p ; d e r & n b s p ; Z e i t . . . " ;  
 	 	 	 c h i f f r e s = " E i n i g e   Z a h l e n . . . " ;  
 	 	 	 d o c u m e n t s = " D o k u m e n t e " ;  
 	 	 	 v o c a t i o n s = " P r i e s t e r s e m i n a r e " ;  
 	 	 	 n o u s = " W o & n b s p ; s i n d & n b s p ; w i r ? " ;  
 	 	 	 m a i s o n s = " F S S P   H ä u s e r " ;  
 	 	 	 m e s s e s = " H l .   M e s s e n " ;  
 	 	 	 p h o t o s = " F o t o s " ;  
 	 	 	 a i d e r = " E i n e & n b s p ; B i t t e " ;  
 	 	 	 l i e n s = " L i n k s " ;  
 	 	 	 m i s s i o n s = " M i s s i o n e n " ;  
 	 	 	 c o n f r a t e r n i t e = " K o n f r a t e r n i t ä t " ;  
 	 	 	 p r e s e n t a t i o n c o n f = " I n f o r m a t i o n " ;  
 	 	 	 i n s c r i p t i o n = " A n m e l d u n g " ;  
 	 	 	 a d r e s s e i n s c r i p t i o n = " . . / o b j e t / 2 0 1 0 - 0 3 - 1 6 % 2 0 D o c u m e n t s % 2 0 C o n f r a t e r n i t e % 2 0 D E . p d f " ;  
 	 	 	 e v e n e m e n t = " T e r m i n e " ;  
 	 	 	 i n d u l g e n c e = " A b l a s s " ;  
 	 	 	 m o t c h a p e l a i n = " W o r t & n b s p ; d e s & n b s p ; C a p p e l l a n u s & n b s p ; G e n e r a l i s "  
 	 	 	 a l l o c u t i o n = " A n s p r a c h e & n b s p ; a n & n b s p ; d i e & n b s p ; K o n f r a t e r n i t ä t e n " ;  
 	 	 	 c a t e c h e s e = " K a t e c h e s e & n b s p ; ü b e r & n b s p ; d e n & n b s p ; h l . & n b s p ; P e t r u s " ;  
 	 	 	 r e l i q u e s = " R e l i q u i e n & n b s p ; d e r & n b s p ; h l l . & n b s p ; P e t r u s & n b s p ; u n d & n b s p ; P a u l u s " ;  
 	 	 	 t e l e c h a r g e r = " D o w n l o a d " ;  
 	 	 	 w i g r a t z b a d = " S e m i n a r & n b s p ; i n & n b s p ; W i g r a t z b a d & n b s p ; " ;  
 	 	 	 d e n t o n = " S e m i n a r & n b s p ; i n & n b s p ; D e n t o n & n b s p ; ( U S A ) & n b s p ; " ;  
 	 	 	 o l g s c h a p e l = " D i e & n b s p ; S e m i n a r k a p e l l e & n b s p ; i n & n b s p ; D e n t o n   " ;  
 	 	 	 o l g s v i d e o = " S e m i n a r v i d e o & n b s p ; ( E n g l i s c h ) " ;  
 	 	 	 j o u r n e e = " E i n & n b s p ; T a g & n b s p ; i m & n b s p ; S e m i n a r . . . " ;  
 	 	 	 f s s p = " D i e & n b s p ; P r i e s t e r b r u d e r s c h a f t & n b s p ; S a n k t & n b s p ; P e t r u s " ;  
 	 	 	 h i s t o r i q u e = " D e u t s p r a c h i g e r & n b s p ; D i s t r i k t " ;  
 	 	 	 l i t u r g i e = " D i e & n b s p ; L i t u r g i e & n b s p ; v o n   1 9 6 2 " ;  
 	 	 	 o r g a n i g r a m m e = " O r g a n i g r a m m " ;  
 	 	 	 s p i r i t u a l i t e = " G e i s t l i c h e s " ;  
 	 	 	 r o s a i r e = " J a h r & n b s p ; d e s & n b s p ; R o s e n k r a n z e s " ;  
 	 	 	 e u c h a r i s t i e = " J a h r & n b s p ; d e r & n b s p ; E u c h a r i s t i e " ;  
 	 	 	 p r e t r e = " J a h r & n b s p ; d e r & n b s p ; P r i e s t e r " ;  
 	 	 	 d i s t r i c t = " D e u t s c h s p r a c h i g e r & n b s p ; R a u m " ;  
 	 	 	 a d r e s s e d i s t r i c t = " h t t p : / / w w w . p e t r u s b r u d e r s c h a f t . d e   t a r g e t = _ b l a n k " ;  
 	 	 	 a u t r e s l i e n s = " A n d e r e & n b s p ; S e i t e n & n b s p ; d e r & n b s p ; F S S P " ;  
 	 	 	 c o n t a c t = " " ;  
 }  
  
 i f ( l a n g u e = = " l a " ) { 	 a c c u e i l = " V a l e t e " ;  
 	 	 	 p r e s e n t a t i o n = " P r æ s e n t a t i o " ;  
 	 	 	 p r e s e n t a t i o n g a l = " P r æ s e n t a t i o " ;  
 	 	 	 a u f i l = " " ;  
 	 	 	 c h i f f r e s = " " ;  
 	 	 	 d o c u m e n t s = " D o c u m e n t a " ;  
 	 	 	 v o c a t i o n s = " " ;  
 	 	 	 n o u s = " " ;  
 	 	 	 m a i s o n s = " " ;  
 	 	 	 m e s s e s = " " ;  
 	 	 	 p h o t o s = " " ;  
 	 	 	 a i d e r = " E l e e m o s y n æ " ;  
 	 	 	 l i e n s = " " ;  
 	 	 	 w i g r a t z b a d = " " ;  
 	 	 	 d e n t o n = " " ;  
 	 	 	 o l g s c h a p e l = " " ;  
 	 	 	 o l g s v i d e o = " " ;  
 	 	 	 j o u r n e e = " " ;  
 	 	 	 f s s p = " F r a t e r n i t a s & n b s p ; S a c e r d o t a l i s & n b s p ; S a n c t i & n b s p ; P e t r i " ;  
 	 	 	 h i s t o r i q u e = " " ;  
 	 	 	 l i t u r g i e = " " ;  
 	 	 	 o r g a n i g r a m m e = " G u b e r n a t i o " ;  
 	 	 	 s p i r i t u a l i t e = " " ;  
 	 	 	 r o s a i r e = " " ;  
 	 	 	 e u c h a r i s t i e = " " ;  
 	 	 	 p r e t r e = " " ;  
 	 	 	 d i s t r i c t = " " ;  
 	 	 	 a d r e s s e d i s t r i c t = " " ;  
 	 	 	 a u t r e s l i e n s = " " ;  
 	 	 	 c o n t a c t = " C o m m u n i c a r e " ;  
 	 	 	 p r e s e n t a t i o n c o n f = " " ;  
 	 	 	 i n s c r i p t i o n = " " ;  
 	 	 	 a d r e s s e i n s c r i p t i o n = " " ;  
 	 	 	 e v e n e m e n t = " " ;  
 	 	 	 i n d u l g e n c e = " " ;  
 	 	 	 m o t c h a p e l a i n = " "  
 	 	 	 a l l o c u t i o n = " " ;  
 	 	 	 c a t e c h e s e = " " ;  
 	 	 	 r e l i q u e s = " " ;  
  
 }  
  
 i f ( l a n g u e = = " e s " ) { 	 a c c u e i l = " B i e n v e n i d o s " ;  
 	 	 	 p r e s e n t a t i o n = " P r e s e n t a c i ó n " ;  
 	 	 	 p r e s e n t a t i o n g a l = " P r e s e n t a c i ó n " ;  
 	 	 	 a u f i l = " " ;  
 	 	 	 c h i f f r e s = " " ;  
 	 	 	 d o c u m e n t s = " D o c u m e n t o s " ;  
 	 	 	 v o c a t i o n s = " " ;  
 	 	 	 n o u s = " " ;  
 	 	 	 m a i s o n s = " " ;  
 	 	 	 m e s s e s = " " ;  
 	 	 	 p h o t o s = " " ;  
 	 	 	 a i d e r = " D o n a t i v o s " ;  
 	 	 	 l i e n s = " " ;  
 	 	 	 w i g r a t z b a d = " " ;  
 	 	 	 d e n t o n = " " ;  
 	 	 	 o l g s c h a p e l = " " ;  
 	 	 	 o l g s v i d e o = " " ;  
 	 	 	 j o u r n e e = " " ;  
 	 	 	 f s s p = " F r a t e r n i d a d & n b s p ; S a c e r d o t a l & n b s p ; S a n & n b s p ; P e d r o " ;  
 	 	 	 h i s t o r i q u e = " " ;  
 	 	 	 l i t u r g i e = " " ;  
 	 	 	 o r g a n i g r a m m e = " G u b e r n a t i o " ;  
 	 	 	 s p i r i t u a l i t e = " " ;  
 	 	 	 r o s a i r e = " " ;  
 	 	 	 e u c h a r i s t i e = " " ;  
 	 	 	 p r e t r e = " " ;  
 	 	 	 d i s t r i c t = " " ;  
 	 	 	 a d r e s s e d i s t r i c t = " " ;  
 	 	 	 a u t r e s l i e n s = " " ;  
 	 	 	 c o n t a c t = " C o n t a c t " ;  
 	 	 	 p r e s e n t a t i o n c o n f = " " ;  
 	 	 	 i n s c r i p t i o n = " " ;  
 	 	 	 a d r e s s e i n s c r i p t i o n = " " ;  
 	 	 	 e v e n e m e n t = " " ;  
 	 	 	 i n d u l g e n c e = " " ;  
 	 	 	 m o t c h a p e l a i n = " "  
 	 	 	 a l l o c u t i o n = " " ;  
 	 	 	 c a t e c h e s e = " " ;  
 	 	 	 r e l i q u e s = " " ;  
 }  
  
 i f ( l a n g u e = = " p t " ) { 	 a c c u e i l = " B e m v i n d o s " ;  
 	 	 	 p r e s e n t a t i o n = " A p r e s e n t a ç ã o " ;  
 	 	 	 p r e s e n t a t i o n g a l = " A p r e s e n t a ç ã o " ;  
 	 	 	 a u f i l = " " ;  
 	 	 	 c h i f f r e s = " " ;  
 	 	 	 d o c u m e n t s = " D o c u m e n t o s " ;  
 	 	 	 v o c a t i o n s = " " ;  
 	 	 	 n o u s = " " ;  
 	 	 	 m a i s o n s = " " ;  
 	 	 	 m e s s e s = " " ;  
 	 	 	 p h o t o s = " " ;  
 	 	 	 a i d e r = " D o n a t i v o s " ;  
 	 	 	 l i e n s = " " ;  
 	 	 	 w i g r a t z b a d = " " ;  
 	 	 	 d e n t o n = " " ;  
 	 	 	 o l g s c h a p e l = " " ;  
 	 	 	 o l g s v i d e o = " " ;  
 	 	 	 j o u r n e e = " " ;  
 	 	 	 f s s p = " F r a t e r n i t d a d e & n b s p ; S a c e r d o t a l & n b s p ; S ã o & n b s p ; P e d r o " ;  
 	 	 	 h i s t o r i q u e = " " ;  
 	 	 	 l i t u r g i e = " " ;  
 	 	 	 o r g a n i g r a m m e = " G u b e r n a t i o " ;  
 	 	 	 s p i r i t u a l i t e = " " ;  
 	 	 	 r o s a i r e = " " ;  
 	 	 	 e u c h a r i s t i e = " " ;  
 	 	 	 p r e t r e = " " ;  
 	 	 	 d i s t r i c t = " " ;  
 	 	 	 a d r e s s e d i s t r i c t = " " ;  
 	 	 	 a u t r e s l i e n s = " " ;  
 	 	 	 c o n t a c t = " C o n t a t o s " ;  
 	 	 	 p r e s e n t a t i o n c o n f = " " ;  
 	 	 	 i n s c r i p t i o n = " " ;  
 	 	 	 a d r e s s e i n s c r i p t i o n = " " ;  
 	 	 	 e v e n e m e n t = " " ;  
 	 	 	 i n d u l g e n c e = " " ;  
 	 	 	 m o t c h a p e l a i n = " "  
 	 	 	 a l l o c u t i o n = " " ;  
 	 	 	 c a t e c h e s e = " " ;  
 	 	 	 r e l i q u e s = " " ;  
 }  
  
 i f ( l a n g u e = = " i t " ) { 	 a c c u e i l = " B e n v e n u t o " ;  
 	 	 	 p r e s e n t a t i o n = " P r e s e n t a z i o n e " ;  
 	 	 	 p r e s e n t a t i o n g a l = " P r e s e n t a z i o n e " ;  
 	 	 	 a u f i l = " " ;  
 	 	 	 c h i f f r e s = " " ;  
 	 	 	 d o c u m e n t s = " D o c u m e n t i " ;  
 	 	 	 v o c a t i o n s = " " ;  
 	 	 	 n o u s = " " ;  
 	 	 	 m a i s o n s = " " ;  
 	 	 	 m e s s e s = " " ;  
 	 	 	 p h o t o s = " " ;  
 	 	 	 a i d e r = " P e r & n b s p ; a i u t a r c i " ;  
 	 	 	 l i e n s = " " ;  
 	 	 	 w i g r a t z b a d = " " ;  
 	 	 	 d e n t o n = " " ;  
 	 	 	 o l g s c h a p e l = " " ;  
 	 	 	 o l g s v i d e o = " " ;  
 	 	 	 j o u r n e e = " " ;  
 	 	 	 f s s p = " F r a t e r n i t à & n b s p ; S a c e r d o t a l e & n b s p ; S a n & n b s p ; P i e t r o " ;  
 	 	 	 h i s t o r i q u e = " " ;  
 	 	 	 l i t u r g i e = " " ;  
 	 	 	 o r g a n i g r a m m e = " G u b e r n a t i o " ;  
 	 	 	 s p i r i t u a l i t e = " " ;  
 	 	 	 r o s a i r e = " " ;  
 	 	 	 e u c h a r i s t i e = " " ;  
 	 	 	 p r e t r e = " " ;  
 	 	 	 d i s t r i c t = " " ;  
 	 	 	 a d r e s s e d i s t r i c t = " " ;  
 	 	 	 a u t r e s l i e n s = " " ;  
 	 	 	 c o n t a c t = " C o n t a t t a c i " ;  
 	 	 	 p r e s e n t a t i o n c o n f = " " ;  
 	 	 	 i n s c r i p t i o n = " " ;  
 	 	 	 a d r e s s e i n s c r i p t i o n = " " ;  
 	 	 	 e v e n e m e n t = " " ;  
 	 	 	 i n d u l g e n c e = " " ;  
 	 	 	 m o t c h a p e l a i n = " "  
 	 	 	 a l l o c u t i o n = " " ;  
 	 	 	 c a t e c h e s e = " " ;  
 	 	 	 r e l i q u e s = " " ;  
 }  
  
 i f ( l a n g u e = = " p l " ) { 	 a c c u e i l = " W i t a m y " ;  
 	 	 	 p r e s e n t a t i o n = " P r e z e n t a c j a " ;  
 	 	 	 p r e s e n t a t i o n g a l = " P r e z e n t a c j a " ;  
 	 	 	 a u f i l = " " ;  
 	 	 	 c h i f f r e s = " " ;  
 	 	 	 d o c u m e n t s = " D o k u m e n t y " ;  
 	 	 	 v o c a t i o n s = " " ;  
 	 	 	 n o u s = " " ;  
 	 	 	 m a i s o n s = " " ;  
 	 	 	 m e s s e s = " " ;  
 	 	 	 p h o t o s = " " ;  
 	 	 	 a i d e r = " P o m o c & n b s p ; f i n a n s o w a " ;  
 	 	 	 l i e n s = " " ;  
 	 	 	 w i g r a t z b a d = " " ;  
 	 	 	 d e n t o n = " " ;  
 	 	 	 o l g s c h a p e l = " " ;  
 	 	 	 o l g s v i d e o = " " ;  
 	 	 	 j o u r n e e = " " ;  
 	 	 	 f s s p = " K a p l a n s k i e & n b s p ; B r a c t w o & n b s p ; S w i e t e g o & n b s p ; P i o t r a " ;  
 	 	 	 h i s t o r i q u e = " " ;  
 	 	 	 l i t u r g i e = " " ;  
 	 	 	 o r g a n i g r a m m e = " G u b e r n a t i o " ;  
 	 	 	 s p i r i t u a l i t e = " " ;  
 	 	 	 r o s a i r e = " " ;  
 	 	 	 e u c h a r i s t i e = " " ;  
 	 	 	 p r e t r e = " " ;  
 	 	 	 d i s t r i c t = " " ;  
 	 	 	 a d r e s s e d i s t r i c t = " " ;  
 	 	 	 a u t r e s l i e n s = " " ;  
 	 	 	 c o n t a c t = " K o n t a k t " ;  
 	 	 	 p r e s e n t a t i o n c o n f = " " ;  
 	 	 	 i n s c r i p t i o n = " " ;  
 	 	 	 a d r e s s e i n s c r i p t i o n = " " ;  
 	 	 	 e v e n e m e n t = " " ;  
 	 	 	 i n d u l g e n c e = " " ;  
 	 	 	 m o t c h a p e l a i n = " "  
 	 	 	 a l l o c u t i o n = " " ;  
 	 	 	 c a t e c h e s e = " " ;  
 	 	 	 r e l i q u e s = " " ;  
 }  
  
 i f ( l a n g u e = = " r u " ) { 	 a c c u e i l = " ;02=0O& n b s p ; AB@0=8F0" ;  
 	 	 	 p r e s e n t a t i o n = " @575=B0F8O" ;  
 	 	 	 p r e s e n t a t i o n g a l = " @575=B0F8O" ;  
 	 	 	 a u f i l = " " ;  
 	 	 	 c h i f f r e s = " " ;  
 	 	 	 d o c u m e n t s = " >:C<5=BK" ;  
 	 	 	 v o c a t i o n s = " " ;  
 	 	 	 n o u s = " " ;  
 	 	 	 m a i s o n s = " " ;  
 	 	 	 m e s s e s = " " ;  
 	 	 	 p h o t o s = " " ;  
 	 	 	 a i d e r = " >65@B2>20=8O" ;  
 	 	 	 l i e n s = " " ;  
 	 	 	 w i g r a t z b a d = " " ;  
 	 	 	 d e n t o n = " " ;  
 	 	 	 o l g s c h a p e l = " " ;  
 	 	 	 o l g s v i d e o = " " ;  
 	 	 	 j o u r n e e = " " ;  
 	 	 	 f s s p = " !2OI5==8G5A:>5& n b s p ; @0BAB2>& n b s p ; !2OB>3>& n b s p ; 5B@0" ;  
 	 	 	 h i s t o r i q u e = " " ;  
 	 	 	 l i t u r g i e = " " ;  
 	 	 	 o r g a n i g r a m m e = " G u b e r n a t i o " ;  
 	 	 	 s p i r i t u a l i t e = " " ;  
 	 	 	 r o s a i r e = " " ;  
 	 	 	 e u c h a r i s t i e = " " ;  
 	 	 	 p r e t r e = " " ;  
 	 	 	 d i s t r i c t = " " ;  
 	 	 	 a d r e s s e d i s t r i c t = " " ;  
 	 	 	 a u t r e s l i e n s = " " ;  
 	 	 	 c o n t a c t = " !2O68B5AL& n b s p ; A& n b s p ; =0<8" ;  
 	 	 	 p r e s e n t a t i o n c o n f = " " ;  
 	 	 	 i n s c r i p t i o n = " " ;  
 	 	 	 a d r e s s e i n s c r i p t i o n = " " ;  
 	 	 	 e v e n e m e n t = " " ;  
 	 	 	 i n d u l g e n c e = " " ;  
 	 	 	 m o t c h a p e l a i n = " "  
 	 	 	 a l l o c u t i o n = " " ;  
 	 	 	 c a t e c h e s e = " " ;  
 	 	 	 r e l i q u e s = " " ;  
 }  
  
  
 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 .  
 " F F F F F F " , 	 	 	 	 / /   M o u s e   O f f   F o n t   C o l o r  
 " 9 0 9 7 8 F " , 	 	 	 	 / /   M o u s e   O f f   B a c k g r o u n d   C o l o r  
 " 6 4 6 9 9 1 " , 	 	 	 	 / /   M o u s e   O n   F o n t   C o l o r  
 " E C E C E C " , 	 	 	 	 / /   M o u s e   O n   B a c k g r o u n d   C o l o r  
 " F F F F F F " , 	 	 	 	 / /   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 )  
 " n o r m a l " , 	 	 	 	 	 / /   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  
 6 , 	 	 	 	 	 	 / /   M e n u   I t e m   P a d d i n g  
 " . . / o b j e t / 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  
 " 6 6 f f f f " , 	 	 	 	 / /   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  
 " 6 0 6 0 6 0 " , 	 	 	 	 / /   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 E C E C " , 	 	 	 	 	 / /   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 )  
 " . . / o b j e t / 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 )  
 " 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 )  
 ]  
  
 i f   ( l a n g u e = = " e s " | | l a n g u e = = " i t " | | l a n g u e = = " p l " | | l a n g u e = = " l a " | | l a n g u e = = " p t " | | l a n g u e = = " r u " ) {  
 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 0 0 , 	 	 	 	 	 / /   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  
 , 	 	 	 	 / /   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    
 " c e n t e r " , 	 	 	 	 	 / /   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  
 0 , 	 	 	 	 	 / /   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 )  
 1 ,   	 	 	 	 	 / /   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 %   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  
 , a c c u e i l , " i n d e x . h t m " , , " " , 1   / /   " 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 "  
 , p r e s e n t a t i o n g a l , " p r e s e n t a t i o n . h t m " , , " " , 1  
 , d o c u m e n t s , " d o c u m e n t s . h t m " , , " " , 1  
 , a i d e r , " . . / e n / a i d e r . h t m " , , " " , 1  
 / / , c o n t a c t , " . . / e n / c o n t a c t . h t m " , , " " , 1  
 ] ) }  
  
 e l s e   {  
 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 0 0 , 	 	 	 	 	 / /   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  
 , 	 	 	 	 / /   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    
 " c e n t e r " , 	 	 	 	 	 / /   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  
 0 , 	 	 	 	 	 / /   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 )  
 1 ,   	 	 	 	 	 / /   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 %   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 r e s e n t a t i o n g a l + " & n b s p ; & n b s p ; " , " s h o w - m e n u = p r e s " , , " " , 1  
 , d o c u m e n t s , " d o c u m e n t s . h t m " , , " " , 1  
 , v o c a t i o n s + " & n b s p ; & n b s p ; " , " s h o w - m e n u = s e m " , , " " , 1  
 , c o n f r a t e r n i t e + " & n b s p ; & n b s p ; " , " s h o w - m e n u = c o n f " , , " " , 1  
 , m i s s i o n s , " m i s s i o n s . h t m " , , " " , 1  
 , s p i r i t u a l i t e + " & n b s p ; & n b s p ; " , " s h o w - m e n u = s p i " , , " " , 1  
 , p h o t o s , " p h o t o s . h t m " , , " " , 1  
 , t e l e c h a r g e r , " t e l e c h a r g e r . h t m " , , " " , 1  
 , n o u s + " & n b s p ; & n b s p ; " , " s h o w - m e n u = n o u " , , " " , 1  
 , l i e n s , " l i e n s . h t m " , , " " , 1  
  
 ] ) }  
  
  
 	 a d d m e n u ( m e n u = [ " s e m " , , , 2 4 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 , w i g r a t z b a d + " & n b s p ; & n b s p ; " , " s h o w - m e n u = s e m w " , , , 1  
 	 , d e n t o n + " & n b s p ; & n b s p ; " , " s h o w - m e n u = s e m d " , , , 1  
 	 ] )  
 	  
 	  
 	 	 a d d m e n u ( m e n u = [ " s e m w " , , , 2 0 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , p r e s e n t a t i o n , " s e m i n a i r e W . h t m " , , , 0  
 	 	 , j o u r n e e , " j o u r n e e W . h t m " , , , 0  
 	 	 ] )  
  
  
 	 	 a d d m e n u ( m e n u = [ " s e m d " , , , 2 3 5 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , p r e s e n t a t i o n , " s e m i n a i r e D . h t m " , , , 0  
 	 	 , o l g s v i d e o , " o l g s v i d e o . h t m " , , , 0  
 	 	 , o l g s c h a p e l , " o l g s c h a p e l . h t m " , , , 0  
 	 	 , j o u r n e e , " j o u r n e e D . h t m " , , , 0 	  
 	 	 ] )  
  
  
 	  
 	 a d d m e n u ( m e n u = [ " p r e s " , , , 2 6 5 , 1 , , s t y l e 1 , 0 , " l e f t " , e f f e c t , 0 , , , , , , , , , , ,  
 	 , f s s p , " p r e s e n t a t i o n . h t m " , , , 1  
 	 , a u f i l + " & n b s p ; & n b s p ; " , " s h o w - m e n u = a u f i l a n n e e " , , , 1  
 	 , c h i f f r e s , " c h i f f r e s . h t m " , , , 1  
 	 , o r g a n i g r a m m e , " o r g a n i g r a m m e . h t m " , , , 1  
 	 , h i s t o r i q u e , " h i s t o r i q u e . h t m " , , , 1  
 	 , l i t u r g i e , " l i t u r g i e 1 9 6 2 . h t m " , , , 1  
 	 ] )  
 	 	 a d d m e n u ( m e n u = [ " a u f i l a n n e e " , , , 1 0 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , " 2 0 1 1 " , " f i l d e s m o i s 2 0 1 1 . h t m " , , , 0  
 	 	 , " 2 0 1 2 " , " f i l d e s m o i s 2 0 1 2 . h t m " , , , 0  
 	 	 ] )  
 	  
 	 a d d m e n u ( m e n u = [ " c o n f " , , , 1 2 0 , 1 , , s t y l e 1 , 0 , " l e f t " , e f f e c t , 0 , , , , , , , , , , ,  
 	 , p r e s e n t a t i o n c o n f , " c o n f r a t e r n i t e . h t m " , , , 1  
 	 , i n s c r i p t i o n , a d r e s s e i n s c r i p t i o n , , , 1  
 	 , s p i r i t u a l i t e + " & n b s p ; & n b s p ; " , " s h o w - m e n u = c o n f s p i " , , , 1  
 	 , i n d u l g e n c e , " c o n f r a t i n d u l g . h t m " , , , 1  
 	 , e v e n e m e n t , " c o n f r a t e v e n e m e n t . h t m " , , , 1  
 	 ] )  
  
 	 	 a d d m e n u ( m e n u = [ " c o n f s p i " , , , 2 2 0 , 1 , " " , s t y l e 1 , , " l e f t " , e f f e c t , , , , , , , , , , , ,  
 	 	 , m o t c h a p e l a i n , " m o t c h a p e l a i n . h t m " , , , 0  
 	 	 , a l l o c u t i o n , " c o n f r a t a l l o c . h t m " , , , 0  
 	 	 , c a t e c h e s e , " c a t e c h e s e . h t m " , , , 0  
 	 	 , r e l i q u e s , " r e l i q u e s . h t m " , , , 0  
 	 	 ] )  
 	  
 	 a d d m e n u ( m e n u = [ " s p i " , , , 1 7 0 , 1 , , s t y l e 1 , 0 , " l e f t " , e f f e c t , 0 , , , , , , , , , , ,  
 	 , r o s a i r e , " r o s a i r e . h t m " , , , 1  
 	 , e u c h a r i s t i e , " e u c h a r i s t i e . h t m " , , , 1  
 	 , p r e t r e , " p r e t r e . h t m " , , , 1  
 	 ] )  
  
 	 a d d m e n u ( m e n u = [ " n o u " , , , 1 0 0 , 1 , , s t y l e 1 , 0 , " l e f t " , e f f e c t , 0 , , , , , , , , , , ,  
 	 , m a i s o n s , " c o o r d o n n e e s . h t m " , , , 1  
 	 , m e s s e s , " m e s s e s . h t m " , , , 1  
 	 ] )  
  
  
 d u m p m e n u s ( ) 
