ÿþv a r   t i m e o u t                   =   5 0 0 ;  
 v a r   c l o s e t i m e r 	 	 =   0 ;  
 v a r   d d m e n u i t e m             =   0 ;  
  
 / /   o p e n   h i d d e n   l a y e r  
  
 f u n c t i o n   m o p e n ( i d )  
 { 	  
  
 	 / /   c a n c e l   c l o s e   t i m e r  
 	 m c a n c e l c l o s e t i m e ( ) ;  
  
 	 / /   c l o s e   o l d   l a y e r  
 	 i f ( d d m e n u i t e m )   d d m e n u i t e m . s t y l e . v i s i b i l i t y   =   ' h i d d e n ' ;  
  
 	 / /   g e t   n e w   l a y e r   a n d   s h o w   i t  
 	 d d m e n u i t e m   =   d o c u m e n t . g e t E l e m e n t B y I d ( i d ) ;  
 	 d d m e n u i t e m . s t y l e . v i s i b i l i t y   =   ' v i s i b l e ' ;  
 	 d d m e n u i t e m . s t y l e . z I n d e x   =   3 0 ;  
  
  
 }  
  
 / /   c l o s e   s h o w e d   l a y e r  
 f u n c t i o n   m c l o s e ( )  
 {  
 	 i f ( d d m e n u i t e m )   d d m e n u i t e m . s t y l e . v i s i b i l i t y   =   ' h i d d e n ' ;  
  
 }  
 / /   g o   c l o s e   t i m e r  
 f u n c t i o n   m c l o s e t i m e ( )  
 {  
 	 c l o s e t i m e r   =   w i n d o w . s e t T i m e o u t ( m c l o s e ,   t i m e o u t ) ;  
 }  
  
  
 / /   c a n c e l   c l o s e   t i m e r  
 f u n c t i o n   m c a n c e l c l o s e t i m e ( )  
 {  
 	 i f ( c l o s e t i m e r )  
 	 {  
 	 	 w i n d o w . c l e a r T i m e o u t ( c l o s e t i m e r ) ;  
 	 	 c l o s e t i m e r   =   n u l l ;  
 	 }  
 }  
  
  
 / /   c l o s e   l a y e r   w h e n   c l i c k - o u t  
 d o c u m e n t . o n c l i c k   =   m c l o s e ;    
  
 d o c u m e n t . w r i t e l n ( ' < t a b l e   c l a s s = " T o p " ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 < t r > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < t d   c l a s s = " T o p B a r " > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' < u l   i d = " s d d m " > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 < l i > < a   h r e f = " / y o u n g l i f e / s u n d a y / w o r s h i p . p h p "   o n m o u s e o v e r = " m o p e n ( \ ' m 1 \ ' ) "   o n m o u s e o u t = " m c l o s e t i m e ( ) " > S u n d a y < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < d i v   i d = " m 1 "   o n m o u s e o v e r = " m c a n c e l c l o s e t i m e ( ) "   o n m o u s e o u t = " m c l o s e t i m e ( ) " > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / s u n d a y / w o r s h i p . p h p " > W o r s h i p < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / s u n d a y / p r a y e r m e e t i n g . p h p " > P r a y e r   M e e t i n g < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / s u n d a y / s u n d a y s c h o o l . p h p " > S u n d a y   S c h o o l < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / s u n d a y / c h i l d r e n . p h p " > C h i l d r e n < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( '             < a   h r e f = " / y o u n g l i f e / s u n d a y / p a r k i n g f a c i l i t i e s . p h p " > P a r k i n g < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / s u n d a y / c h u r c h t o u r . p h p " > C h u r c h   T o u r < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < / d i v > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 < / l i > ' ) ;  
  
 d o c u m e n t . w r i t e l n ( ' 	 < l i > < a   h r e f = " / y o u n g l i f e / s e r m o n / s e r m o n . p h p ? y = 2 0 1 1 "   o n m o u s e o v e r = " m o p e n ( \ ' m 2 \ ' ) "   o n m o u s e o u t = " m c l o s e t i m e ( ) " > S e r m o n < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < d i v   i d = " m 2 "   o n m o u s e o v e r = " m c a n c e l c l o s e t i m e ( ) "   o n m o u s e o u t = " m c l o s e t i m e ( ) " > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / s e r m o n / s e r m o n . p h p ? y = 2 0 1 2 " > 2 0 1 2 < / a > ' ) ; 
  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / s e r m o n / s e r m o n . p h p ? y = 2 0 1 1 " > 2 0 1 1 < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / s e r m o n / s e r m o n . p h p ? y = 2 0 1 0 " > 2 0 1 0 < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / s e r m o n / s e r m o n . p h p ? y = 2 0 0 9 " > 2 0 0 9 < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( '             < / d i v > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 < / l i > ' ) ;  
  
 d o c u m e n t . w r i t e l n ( ' 	 < l i > < a   h r e f = " / y o u n g l i f e / a b o u t u s / c h u r c h h i s t o r y . p h p "   o n m o u s e o v e r = " m o p e n ( \ ' m 3 \ ' ) "   o n m o u s e o u t = " m c l o s e t i m e ( ) " > A b o u t   u s < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < d i v   i d = " m 3 "   o n m o u s e o v e r = " m c a n c e l c l o s e t i m e ( ) "   o n m o u s e o u t = " m c l o s e t i m e ( ) " > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / a b o u t u s / c h u r c h h i s t o r y . p h p " > C h u r c h   H i s t o r y < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / a b o u t u s / c h u r c h s t a f f . p h p " > C h u r c h   S t a f f < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / a b o u t u s / m i s s i o n a n d v i s i o n . p h p " > V i s i o n   A n d   M i s s i o n < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / a b o u t u s / s t a t e m e n t O f f a i t h . p h p " > S t a t e m e n t   o f   F a i t h < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / a b o u t u s / a c c e s s i b i l i t y . p h p " > A c c e s s i b i l i t y < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " M a i l T o : i n f o @ m c b c . c o m " > C o n t a c t   u s < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / a b o u t u s / m a p . p h p " > M a p < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / a b o u t u s / r e n t a l p o l i c i e s . p h p " > R e n t a l   P o l i c i e s < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < / d i v > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 < / l i > ' ) ;  
  
 d o c u m e n t . w r i t e l n ( ' 	 < l i > < a   h r e f = " / y o u n g l i f e / f e l l o w s h i p / f e l l o w s h i p s . p h p "   o n m o u s e o v e r = " m o p e n ( \ ' m 4 \ ' ) "   o n m o u s e o u t = " m c l o s e t i m e ( ) " > C o m m u n i t y < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < d i v   i d = " m 4 "   o n m o u s e o v e r = " m c a n c e l c l o s e t i m e ( ) "   o n m o u s e o u t = " m c l o s e t i m e ( ) " > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / f e l l o w s h i p / f e l l o w s h i p s . p h p " > F e l l o w s h i p s < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " M a i l T o : p r a y e r @ m c b c . c o m " > P r a y e r   R e q u e s t < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / s c o u t / h o m e / i n d e x . p h p "   t a r g e t = " p o p u p w i n d o w " > S c o u t s < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " h t t p : / / w w w . r b c . o r g / o d b / o d b . s h t m l "   t a r g e t = " p o p u p w i n d o w " > D a i l y   B r e a d < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < / d i v > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 < / l i > ' ) ;  
  
  
 d o c u m e n t . w r i t e l n ( ' 	 < l i > < a   h r e f = " / y o u n g l i f e / g e t i n v o l v e d / g e t i n v o l v e d . p h p "   o n m o u s e o v e r = " m o p e n ( \ ' m 5 \ ' ) "   o n m o u s e o u t = " m c l o s e t i m e ( ) " > G e t   i n v o l v e d < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < d i v   i d = " m 5 "   o n m o u s e o v e r = " m c a n c e l c l o s e t i m e ( ) "   o n m o u s e o u t = " m c l o s e t i m e ( ) " > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / g e t i n v o l v e d / g e t i n v o l v e d . p h p " > W e e k l y   A c t i v i t i e s < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( '             < / d i v > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 < / l i > ' ) ;  
  
 d o c u m e n t . w r i t e l n ( ' 	 < l i > < a   h r e f = " / y o u n g l i f e / e v e n t s / e v e n t s . p h p "   o n m o u s e o v e r = " m o p e n ( \ ' m 6 \ ' ) "   o n m o u s e o u t = " m c l o s e t i m e ( ) " > E v e n t s < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < d i v   i d = " m 6 "   o n m o u s e o v e r = " m c a n c e l c l o s e t i m e ( ) "   o n m o u s e o u t = " m c l o s e t i m e ( ) " > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / e v e n t s / e v e n t s . p h p " > W e e k l y   N e w s < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < a   h r e f = " / y o u n g l i f e / e v e n t s / c h u r c h c a l e n d a r . p h p " > C h u r c h   C a l e n d a r < / a > ' ) ;  
 d o c u m e n t . w r i t e l n ( '             < / d i v > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 < / l i > ' ) ;  
  
  
 d o c u m e n t . w r i t e l n ( ' < / u l > ' ) ; d o c u m e n t . w r i t e l n ( ' 	 	 	 	 < / t r > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 	 < / t d > ' ) ;  
 d o c u m e n t . w r i t e l n ( ' 	 < / t r > ' ) ;  
  
 d o c u m e n t . w r i t e l n ( ' < / t a b l e > ' ) ;  
  
 
