﻿//Contents for menu 
   		
		var menu022=new Array()
    		
menu022[1]='<a href="/messages/messages.html" title="messages">messages</a>'
	    		
menu022[2]='<a href="/music/music.html" title="music">music</a>'
	    		
		var menu023=new Array()
    		
menu023[1]='<a href="/news/news.html" title="news">news</a>'
	    		
menu023[2]='<a href="/staff/staff.html" title="staff">staff</a>'
	    		
menu023[3]='<a href="/photos/photos.html" title="photos">photos</a>'

menu023[4]='<a href="http://www.1stpres.com/emmaus/emmaus_directions.pdf" title="directions">directions</a>'
	    		
		var menu024=new Array()
    		
menu024[1]='<a href="/GetInvolved/getinvolved.html#depth" title="depth">depth</a>'
	    		
menu024[2]='<a href="/GetInvolved/getinvolved.html#smallgroups" title="small groups">small groups</a>'
	    		
menu024[3]='<a href="/GetInvolved/getinvolved.html#dostuffnow" title="do stuff now">do stuff now</a>'

menu024[4]='<a href="/GetInvolved/getinvolved.html#resources" title="resources">resources</a>'

menu024[5]='<a href="/GetInvolved/getinvolved.html#internships" title="internships">internships</a>'
	    		
var menuwidth='140' 		//  default menu width
var menubgcolor='#57524F'	//menu bgcolor
var disappeardelay='250'  	//menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick='yes' 	//hide menu when user clicks within menu?
;