			<!--
				if (document.images) {
					
					menu_homeon= new Image(307,40);
					menu_homeon.src="http://mapkist.com/client-jwumc/images/menu_home2_n.png";

					menu_homeoff= new Image(307,40);
					menu_homeoff.src="http://mapkist.com/client-jwumc/images/menu_home_n.png";  

					menu_calendaron= new Image(307,29);
					menu_calendaron.src="http://mapkist.com/client-jwumc/images/menu_calendar2_n.png";

					menu_calendaroff= new Image(307,29);
					menu_calendaroff.src="http://mapkist.com/client-jwumc/images/menu_calendar_n.png";  
					
					menu_devotionson= new Image(307,29);
					menu_devotionson.src="http://mapkist.com/client-jwumc/images/menu_devotions2_n.png";

					menu_devotionsoff= new Image(307,29);
					menu_devotionsoff.src="http://mapkist.com/client-jwumc/images/menu_devotions_n.png";  
					
					menu_groupson= new Image(307,29);
					menu_groupson.src="http://mapkist.com/client-jwumc/images/menu_groups2_n.png";

					menu_groupsoff= new Image(307,29);
					menu_groupsoff.src="http://mapkist.com/client-jwumc/images/menu_groups_n.png";  
					
					menu_historyon= new Image(307,29);
					menu_historyon.src="http://mapkist.com/client-jwumc/images/menu_history2_n.png";

					menu_historyoff= new Image(307,29);
					menu_historyoff.src="http://mapkist.com/client-jwumc/images/menu_history_n.png";  
					
					menu_learningon= new Image(307,29);
					menu_learningon.src="http://mapkist.com/client-jwumc/images/menu_learning2_n.png";

					menu_learningoff= new Image(307,29);
					menu_learningoff.src="http://mapkist.com/client-jwumc/images/menu_learning_n.png";  
					
					menu_missionson= new Image(307,29);
					menu_missionson.src="http://mapkist.com/client-jwumc/images/menu_missions2_n.png";

					menu_missionsoff= new Image(307,29);
					menu_missionsoff.src="http://mapkist.com/client-jwumc/images/menu_missions_n.png";  
					
					menu_pastoron= new Image(307,29);
					menu_pastoron.src="http://mapkist.com/client-jwumc/images/menu_pastor2_n.png";

					menu_pastoroff= new Image(307,29);
					menu_pastoroff.src="http://mapkist.com/client-jwumc/images/menu_pastor_n.png"; 
					
					menu_worshipon= new Image(307,40);
					menu_worshipon.src="http://mapkist.com/client-jwumc/images/menu_worship2_n.png";

					menu_worshipoff= new Image(307,40);
					menu_worshipoff.src="http://mapkist.com/client-jwumc/images/menu_worship_n.png";  

				}

				function lightup(imgName) {
					if (document.images) {
						imgOn=eval(imgName + "on.src");
						document[imgName].src= imgOn;
					}
				}

				function turnoff(imgName) {
					if (document.images) {
						imgOff=eval(imgName + "off.src");
						document[imgName].src= imgOff;
					}
				}
			//-->

