<!--
	function initialise_menu_bar()
    {
		// Display the top logo and the bullet for the Homepage menu item.
		var menu_bar_text =
		"<div class='center'><img alt='' src='./../images/menu_bar/Logo2.gif'></div>" +
			"<p>" +
			"<img alt='' src='./../images/menu_bar/bullet.gif' class='top'>";
	
		// If currently in Homepage.
		if (menu_bar_cur_pos == "homepage")
		{
			// Do not display the Homepage menu item as link but show it with current item colour.
			menu_bar_text = menu_bar_text +
			"<span class='menu_link_current'>";
		}
		// Otherwise.
		else
		{
			// If currently in Mass Times or Pastor's Message, set the Homepage menu item as link using the current folder.
			if ((menu_bar_cur_pos == "mass_time") || (menu_bar_cur_pos == "pastor_message"))
			{
				menu_bar_text = menu_bar_text +
				"<a href='./homepage.html'>";
			}
			// Otherwise, set the Homepage menu item as link using the homepage folder.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./../homepage/homepage.html'>";
			}
			
			// Display the Homepage menu item with link item colour.
			menu_bar_text = menu_bar_text +
			"<span class='menu_link'>";
		}
		
		// Display the Homepage menu item.
		menu_bar_text = menu_bar_text +
			"Homepage</span>";
		
		// If not currently in Homepage, add the complete link tag. 
		if (menu_bar_cur_pos != "homepage")
		{
			menu_bar_text = menu_bar_text +
			"</a>";
		}
		
		// If currently in Mass Times or Pastor's Message.
		if ((menu_bar_cur_pos == "mass_time") || (menu_bar_cur_pos == "pastor_message"))
		{
			// Display the level two bullet for Mass Times menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Mass Times, display the Mass Times menu item with current item colour.
			if (menu_bar_cur_pos == "mass_time")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, Set the Mass Times menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./mass_times.html'><span class='menu_link'>";
			}
			
			// Display the Mass Times menu item.
			menu_bar_text = menu_bar_text +
			"Mass Times</span>";
			
			// If currently not in Mass Times, add the complete link tag. 
			if (menu_bar_cur_pos != "mass_time")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
			
			// Display the level two bullet for Pastor's Message menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Pastor's Message, display the Pastor's Messages menu item with current item colour.
			if (menu_bar_cur_pos == "pastor_message")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Pastor's Message menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./pastor_message.html'><span class='menu_link'>";
			}
			
			// Display the Pastor's Message menu item.
			menu_bar_text = menu_bar_text +
			"Pastor's Message</span>";
			
			// If currently not in Pastor's Message, add the complete link tag. 
			if (menu_bar_cur_pos != "pastor_message")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
		}
		
		// Display the bullet for the Our Parish menu item.
        menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/bullet.gif' class='top'>";
		
		// If currently in Our Parish.
		if (menu_bar_cur_pos == "our_parish")
		{
			// Do not display the Our Parish menu item as link but show it with current item colour.
			menu_bar_text = menu_bar_text +
			"<span class='menu_link_current'>";
		}
		// Otherwise.
		else
		{
			// If currently in Parish History, Bundeena, Kurnell, Our Parish Logo or Our Pastors, set the Our Parish menu item as link using the current folder.
			if ((menu_bar_cur_pos == "parish_history") || (menu_bar_cur_pos == "bundeena") || (menu_bar_cur_pos == "kurnell") || (menu_bar_cur_pos == "our_parish_log") || (menu_bar_cur_pos == "our_pastors"))
			{
				menu_bar_text = menu_bar_text +
				"<a href='./our_parish.html'>";
			}
			// Otherwise, set the Our Parish menu item as link using the our_parish folder.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./../our_parish/our_parish.html'>";
			}
			
			// Display the Our Parish menu item with link item colour.
			menu_bar_text = menu_bar_text +
			"<span class='menu_link'>";
		}
		
		// Display the Our Parish menu item.
		menu_bar_text = menu_bar_text +
			"Our Parish</span>";
		
		// If not currently in Our Parish, add the complete link tag. 
		if (menu_bar_cur_pos != "our_parish")
		{
			menu_bar_text = menu_bar_text +
			"</a>";
		}
		
		// If currently in Parish History, Bundeena, Kurnell, Our Parish Logo or Our Pastors.
		if ((menu_bar_cur_pos == "parish_history") || (menu_bar_cur_pos == "bundeena") || (menu_bar_cur_pos == "kurnell") || (menu_bar_cur_pos == "our_parish_log") || (menu_bar_cur_pos == "our_pastors"))
		{
			// Display the level two bullet for Parish History menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Parish History, display the Parish History menu item with current item colour.
			if (menu_bar_cur_pos == "parish_history")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Parish History menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./parish_history.html'><span class='menu_link'>";
			}
			
			// Display the Parish History menu item.
			menu_bar_text = menu_bar_text +
			"Parish History</span>";
			
			// If currently not in Parish History, add the complete link tag. 
			if (menu_bar_cur_pos != "parish_history")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
			
			// Display the level two bullet for Bundeena menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Bundeena, display the Bundeena menu item with current item colour.
			if (menu_bar_cur_pos == "bundeena")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Bundeena menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./bundeena.html'><span class='menu_link'>";
			}
			
			// Display the Bundeena menu item.
			menu_bar_text = menu_bar_text +
			"Bundeena</span>";
			
			// If currently not in Bundeena, add the complete link tag. 
			if (menu_bar_cur_pos != "bundeena")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
			
			// Display the level two bullet for Kurnell menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Kurnell, display the Kurnell menu item with current item colour.
			if (menu_bar_cur_pos == "kurnell")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Kurnell menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./kurnell.html'><span class='menu_link'>";
			}
			
			// Display the Kurnell menu item.
			menu_bar_text = menu_bar_text +
			"Kurnell</span>";
			
			// If currently not in Kurnell, add the complete link tag. 
			if (menu_bar_cur_pos != "kurnell")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
			
			// Display the level two bullet for Our Parish Logo menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Our Parish Logo, display the Our Parish Logo menu item with current item colour.
			if (menu_bar_cur_pos == "our_parish_log")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Our Parish Logo menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./our_parish_logo.html'><span class='menu_link'>";
			}
			
			// Display the Our Parish Logo menu item.
			menu_bar_text = menu_bar_text +
			"Our Parish Logo</span>";
			
			// If currently not in Our Parish Logo, add the complete link tag. 
			if (menu_bar_cur_pos != "our_parish_log")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
			
			// Display the level two bullet for Our Pastors menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Our Pastors, display the Our Pastors menu item with current item colour.
			if (menu_bar_cur_pos == "our_pastors")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Our Pastors menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./pastors.html'><span class='menu_link'>";
			}
			
			// Display the Our Pastors menu item.
			menu_bar_text = menu_bar_text +
			"Our Pastors</span>";
			
			// If currently not in Our Pastors, add the complete link tag. 
			if (menu_bar_cur_pos != "our_pastors")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
		}
		
		// Display the bullet for the Bulletins menu item.
        menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/bullet.gif' class='top'>";
		
		// If currently in Bulletins, do not display the Bulletins menu item as link but show it with current item colour.
		if (menu_bar_cur_pos == "bulletins")
		{
			menu_bar_text = menu_bar_text +
			"<span class='menu_link_current'>";
		}
		// Otherwise, set the Bulletins menu item as link using the Bulletins folder and display the Bulletins menu item with link item colour.
		else
		{
			menu_bar_text = menu_bar_text +
			"<a href='./../bulletins/bulletins.html'><span class='menu_link'>";
		}
		
		// Display the Bulletins menu item.
		menu_bar_text = menu_bar_text +
			"Bulletins</span>";
		
		// If not currently in Bulletins, add the complete link tag. 
		if (menu_bar_cur_pos != "bulletins")
		{
			menu_bar_text = menu_bar_text +
			"</a>";
		}
		
		// Display the bullet for the Calendar menu item.
        menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/bullet.gif' class='top'>";
		
		// If currently in Calendar, do not display the Calendar menu item as link but show it with current item colour.
		if (menu_bar_cur_pos == "calendar")
		{
			menu_bar_text = menu_bar_text +
			"<span class='menu_link_current'>";
		}
		// Otherwise, set the Calendar menu item as link using the Calendar folder and display the Calendar menu item with link item colour.
		else
		{
			menu_bar_text = menu_bar_text +
			"<a href='./../calendar/calendar.html'><span class='menu_link'>";
		}
		
		// Display the Calendar menu item.
		menu_bar_text = menu_bar_text +
			"Calendar</span>";
		
		// If not currently in Calendar, add the complete link tag. 
		if (menu_bar_cur_pos != "calendar")
		{
			menu_bar_text = menu_bar_text +
			"</a>";
		}
		
		// Display the bullet for the Newsletter menu item.
        menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/bullet.gif' class='top'>";
		
		// If currently in Newsletter, do not display the Newsletter menu item as link but show it with current item colour.
		if (menu_bar_cur_pos == "newsletter")
		{
			menu_bar_text = menu_bar_text +
			"<span class='menu_link_current'>";
		}
		// Otherwise, set the Newsletter menu item as link using the Newsletter folder and display the Newsletter menu item with link item colour.
		else
		{
			menu_bar_text = menu_bar_text +
			"<a href='./../newsletter/newsletter.html'><span class='menu_link'>";
		}
		
		// Display the Newsletter menu item.
		menu_bar_text = menu_bar_text +
			"Newsletter</span>";
		
		// If not currently in Newsletter, add the complete link tag. 
		if (menu_bar_cur_pos != "newsletter")
		{
			menu_bar_text = menu_bar_text +
			"</a>";
		}
		
		// Display the bullet for the Ministerial Duties menu item.
        menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/bullet.gif' class='top'>";
		
		// If currently in Ministerial Duties, do not display the Ministerial Duties menu item as link but show it with current item colour.
		if (menu_bar_cur_pos == "ministerial_duties")
		{
			menu_bar_text = menu_bar_text +
			"<span class='menu_link_current'>";
		}
		// Otherwise, set the Ministerial Duties menu item as link using the Ministerial Duties folder and display the Ministerial Duties menu item with link item colour.
		else
		{
			menu_bar_text = menu_bar_text +
			"<a href='./../ministerial_duties/ministerial_duties.html'><span class='menu_link'>";
		}
		
		// Display the Ministerial Duties menu item.
		menu_bar_text = menu_bar_text +
			"Ministerial Duties</span>";
		
		// If not currently in Ministerial Duties, add the complete link tag. 
		if (menu_bar_cur_pos != "ministerial_duties")
		{
			menu_bar_text = menu_bar_text +
			"</a>";
		}
		
		// Display the bullet for the Sacraments menu item.
        menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/bullet.gif' class='top'>";
		
		// If currently in Sacraments.
		if (menu_bar_cur_pos == "sacraments")
		{
			// Do not display the Sacraments menu item as link but show it with current item colour.
			menu_bar_text = menu_bar_text +
			"<span class='menu_link_current'>";
		}
		// Otherwise.
		else
		{
			// If currently in Initiation of Adults, First Communion, First Reconciliation, Confirmation, Marriages or Eucharist, set the Sacraments menu item as link using the current folder.
			if ((menu_bar_cur_pos == "initiation_of_adults") || (menu_bar_cur_pos == "first_communion") || (menu_bar_cur_pos == "first_reconciliation") || (menu_bar_cur_pos == "confirmation") || (menu_bar_cur_pos == "marriages") || (menu_bar_cur_pos == "eucharist"))
			{
				menu_bar_text = menu_bar_text +
				"<a href='./sacraments.html'>";
			}
			// Otherwise, set the Sacraments menu item as link using the sacraments folder.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./../sacraments/sacraments.html'>";
			}
			
			// Display the Sacraments menu item with link item colour.
			menu_bar_text = menu_bar_text +
			"<span class='menu_link'>";
		}
		
		// Display the Sacraments menu item.
		menu_bar_text = menu_bar_text +
			"Sacraments</span>";
			
		// If not currently in Sacraments, add the complete link tag. 
		if (menu_bar_cur_pos != "sacraments")
		{
			menu_bar_text = menu_bar_text +
			"</a>";
		}
		
		// If currently in Initiation of Adults, First Communion, First Reconciliation, Confirmation, Marriages or Eucharist.
		if ((menu_bar_cur_pos == "initiation_of_adults") || (menu_bar_cur_pos == "first_communion") || (menu_bar_cur_pos == "first_reconciliation") || (menu_bar_cur_pos == "confirmation") || (menu_bar_cur_pos == "marriages") || (menu_bar_cur_pos == "eucharist"))
		{
			// Display the level two bullet for Initiation of Adults menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Initiation of Adults, display the Initiation of Adults menu item with current item colour.
			if (menu_bar_cur_pos == "initiation_of_adults")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Initiation of Adults menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./initiation_adults.html'><span class='menu_link'>";
			}
			
			// Display the Initiation of Adults menu item.
			menu_bar_text = menu_bar_text +
			"Initiation of Adults</span>";
		
			// If currently not in Initiation of Adults, add the complete link tag. 
			if (menu_bar_cur_pos != "initiation_of_adults")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
			
			// Display the level two bullet for First Communion menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in First Communion, display the First Communion menu item with current item colour.
			if (menu_bar_cur_pos == "first_communion")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the First Communion menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./first_communion.html'><span class='menu_link'>";
			}
			
			// Display the First Communion menu item.
			menu_bar_text = menu_bar_text +
			"First Communion</span>";
			
			// If currently not in First Communion, add the complete link tag. 
			if (menu_bar_cur_pos != "first_communion")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
			
			// Display the level two bullet for First Reconciliation Logo menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in First Reconciliation, display the First Reconciliation menu item with current item colour.
			if (menu_bar_cur_pos == "first_reconciliation")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the First Reconciliation menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./first_reconciliation.html'><span class='menu_link'>";
			}
			
			// Display the First Reconciliation menu item.
			menu_bar_text = menu_bar_text +
			"First Reconciliation</span>";
			
			// If currently not in First Reconciliation, add the complete link tag. 
			if (menu_bar_cur_pos != "first_reconciliation")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
			
			// Display the level two bullet for Confirmation menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Confirmation, display the Confirmation menu item with current item colour.
			if (menu_bar_cur_pos == "confirmation")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Confirmation menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./confirmation.html'><span class='menu_link'>";
			}
			
			// Display the Confirmation menu item.
			menu_bar_text = menu_bar_text +
			"Confirmation</span>";
			
			// If currently not in Confirmation, add the complete link tag. 
			if (menu_bar_cur_pos != "confirmation")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
			
			// Display the level two bullet for Marriages menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Marriages, display the Marriages menu item with current item colour.
			if (menu_bar_cur_pos == "marriages")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Marriages menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./marriages.html'><span class='menu_link'>";
			}
			
			// Display the Marriages menu item.
			menu_bar_text = menu_bar_text +
			"Marriages</span>";
			
			// If currently not in Marriages, add the complete link tag. 
			if (menu_bar_cur_pos != "marriages")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
			
			// Display the level two bullet for Eucharist menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Eucharist, display the Eucharist menu item with current item colour.
			if (menu_bar_cur_pos == "eucharist")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Eucharist menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./eucharist.html'><span class='menu_link'>";
			}
			
			// Display the Eucharist menu item.
			menu_bar_text = menu_bar_text +
			"Eucharist</span>";
			
			// If currently not in Eucharist, add the complete link tag. 
			if (menu_bar_cur_pos != "eucharist")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
		}
			
		// Display the bullet for the Ministries menu item.
        menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/bullet.gif' class='top'>";	
			
		// If currently in Ministries.
		if (menu_bar_cur_pos == "ministries")
		{
			// Do not display the Ministries menu item as link but show it with current item colour.
			menu_bar_text = menu_bar_text +
			"<span class='menu_link_current'>";
		}
		// Otherwise.
		else
		{
			// If currently in Care and Concern, set the Ministries menu item as link using the current folder.
			if (menu_bar_cur_pos == "care_and_concern")
			{
				menu_bar_text = menu_bar_text +
				"<a href='./ministries.html'>";
			}
			// Otherwise, set the Ministries menu item as link using the ministries folder.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./../ministries/ministries.html'>";
			}
			
			// Display the Ministries menu item with link item colour.
			menu_bar_text = menu_bar_text +
			"<span class='menu_link'>";
		}
		
		// Display the Ministries menu item.
		menu_bar_text = menu_bar_text +
			"Ministries</span>";
		
		// If not currently in Ministries, add the complete link tag. 
		if (menu_bar_cur_pos != "ministries")
		{
			menu_bar_text = menu_bar_text +
			"</a>";
		}
		
		// If currently in Care and Concern, Grief Support, The sick, Altar Servers or Youth.
		if (menu_bar_cur_pos == "care_and_concern")
		{
			// Display the level two bullet for Care and Concern menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";

			// If currently in Care and Concern, display the Care and Concern menu item with current item colour.
			if (menu_bar_cur_pos == "care_and_concern")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Care and Concern menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./care_and_concern.html'><span class='menu_link'>";
			}
			
			// Display the Care and Concern menu item.
			menu_bar_text = menu_bar_text +
			"Care and Concern</span>";
			
			// If currently not in Care and Concern, add the complete link tag. 
			if (menu_bar_cur_pos != "care_and_concern")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
		}	
			
		// Display the bullet for the Prayers and Blessings menu item.
        menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/bullet.gif' class='top'>";
			
		// If currently in Prayers and Blessings.
		if (menu_bar_cur_pos == "prayers_and_blessings")
		{
			// Do not display the Prayers and Blessings menu item as link but show it with current item colour.
			menu_bar_text = menu_bar_text +
			"<span class='menu_link_current'>";
		}
		// Otherwise.
		else
		{
			// If currently in Table Blessings, set the Prayers and Blessings menu item as link using the current folder.
			if (menu_bar_cur_pos == "table_blessings")
			{
				menu_bar_text = menu_bar_text +
				"<a href='./prayers_blessings.html'>";
			}
			// Otherwise, set the Prayers and Blessings menu item as link using the prayers_blessings folder.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./../prayers_blessings/prayers_blessings.html'>";
			}
			
			// Display the Prayers and Blessings menu item with link item colour.
			menu_bar_text = menu_bar_text +
			"<span class='menu_link'>";
		}
		
		// Display the Prayers and Blessings menu item.
		menu_bar_text = menu_bar_text +
			"Prayers and Blessings</span>";
			
		// If not currently in Prayers and Blessings, add the complete link tag. 
		if (menu_bar_cur_pos != "prayers_and_blessings")
		{
			menu_bar_text = menu_bar_text +
			"</a>";
		}
		
		// If currently in Table Blessings.
		if (menu_bar_cur_pos == "table_blessings")
		{
			// Display the level two bullet for Table Blessings menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Table Blessings, display the Table Blessings menu item with current item colour.
			if (menu_bar_cur_pos == "table_blessings")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Table Blessings menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./table_blessings.html'><span class='menu_link'>";
			}
			
			// Display the Table Blessings menu item.
			menu_bar_text = menu_bar_text +
			"Table Blessings</span>";
			
			// If currently not in Table Blessings, add the complete link tag. 
			if (menu_bar_cur_pos != "table_blessings")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
		}
			
		// Display the bullet for the Social menu item.
        menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/bullet.gif' class='top'>";
			
		// If currently in Social.
		if (menu_bar_cur_pos == "social")
		{
			// Do not display the Social menu item as link but show it with current item colour.
			menu_bar_text = menu_bar_text +
			"<span class='menu_link_current'>";
		}
		// Otherwise.
		else
		{
			// If currently in Play Group or Over 55s Club, set the Social menu item as link using the current folder.
			if ((menu_bar_cur_pos == "play_group") || (menu_bar_cur_pos == "over_55s_club"))
			{
				menu_bar_text = menu_bar_text +
				"<a href='./social.html'>";
			}
			// Otherwise, set the Social menu item as link using the social folder.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./../social/social.html'>";
			}
			
			// Display the Social menu item with link item colour.
			menu_bar_text = menu_bar_text +
			"<span class='menu_link'>";
		}
		
		// Display the Social menu item.
		menu_bar_text = menu_bar_text +
			"Social</span>";
			
		// If not currently in Social, add the complete link tag. 
		if (menu_bar_cur_pos != "social")
		{
			menu_bar_text = menu_bar_text +
			"</a>";
		}
		
		// If currently in Play Group or Over 55s Club.
		if ((menu_bar_cur_pos == "play_group") || (menu_bar_cur_pos == "over_55s_club"))
		{
			// Display the level two bullet for Play Group menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Play Group, display the Play Group menu item with current item colour.
			if (menu_bar_cur_pos == "play_group")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Play Group menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./play_group.html'><span class='menu_link'>";
			}
			
			// Display the Play Group menu item.
			menu_bar_text = menu_bar_text +
			"Play Group</span>";
			
			// If currently not in Play Group, add the complete link tag. 
			if (menu_bar_cur_pos != "play_group")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
			
			// Display the level two bullet for Over 55s Club menu item.
			menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/lvl2-bullet.jpg' class='top'>";
			
			// If currently in Over 55s Club, display the Over 55s Club menu item with current item colour.
			if (menu_bar_cur_pos == "over_55s_club")
			{
				menu_bar_text = menu_bar_text +
				"<span class='menu_link_current'>";
			}
			// Otherwise, set the Over 55s Club menu item as link and display it with link item colour.
			else
			{
				menu_bar_text = menu_bar_text +
				"<a href='./over55s_social_club.html'><span class='menu_link'>";
			}
			
			// Display the Over 55s Club menu item.
			menu_bar_text = menu_bar_text +
			"Over 55s Club</span>";
			
			// If currently not in Over 55s Club, add the complete link tag. 
			if (menu_bar_cur_pos != "over_55s_club")
			{
				menu_bar_text = menu_bar_text +
				"</a>";
			}
		}
			
		// Display the bullet for the Schools menu item.
        menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/bullet.gif' class='top'>";
		
		// If currently in Schools, do not display the Schools menu item as link but show it with current item colour.
		if (menu_bar_cur_pos == "schools")
		{
			menu_bar_text = menu_bar_text +
			"<span class='menu_link_current'>";
		}
		// Otherwise, set the Schools menu item as link using the schools folder and display the Schools menu item with link item colour.
		else
		{
			menu_bar_text = menu_bar_text +
			"<a href='./../schools/schools.html'><span class='menu_link'>";
		}
		
		// Display the Schools menu item.
		menu_bar_text = menu_bar_text +
			"Schools</span>";
		
		// If not currently in Schools, add the complete link tag. 
		if (menu_bar_cur_pos != "schools")
		{
			menu_bar_text = menu_bar_text +
			"</a>";
		}

		// Display the bullet for the Other Links menu item.
        menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/bullet.gif' class='top'>";
		
		// If currently in Other Links, do not display the Other Links menu item as link but show it with current item colour.
		if (menu_bar_cur_pos == "other_links")
		{
			menu_bar_text = menu_bar_text +
			"<span class='menu_link_current'>";
		}
		// Otherwise, set the Other Links menu item as link using the other links folder and display the Other Links menu item with link item colour.
		else
		{
			menu_bar_text = menu_bar_text +
			"<a href='./../other_links/other_links.html'><span class='menu_link'>";
		}
		
		// Display the Other Links menu item.
		menu_bar_text = menu_bar_text +
			"Other Links</span>";
		
		// If not currently in Other Links, add the complete link tag. 
		if (menu_bar_cur_pos != "other_links")
		{
			menu_bar_text = menu_bar_text +
			"</a>";
		}
		
		// Display the bullet for the Contact Us menu item.
        menu_bar_text = menu_bar_text +
			"<br>" +
			"<img alt='' src='./../images/menu_bar/bullet.gif' class='top'>";
		
		// If currently in Contact Us, do not display the Contact Us menu item as link but show it with current item colour.
		if (menu_bar_cur_pos == "contact_us")
		{
			menu_bar_text = menu_bar_text +
			"<span class='menu_link_current'>";
		}
		// Otherwise, set the Contact Us menu item as link using the contact us folder and display the Contact Us menu item with link item colour.
		else
		{
			menu_bar_text = menu_bar_text +
			"<a href='./../contact_us/contact_us.html'><span class='menu_link'>";
		}
		
		// Display the Contact Us menu item.
		menu_bar_text = menu_bar_text +
			"Contact Us</span>";
		
		// If not currently in Contact Us, add the complete link tag. 
		if (menu_bar_cur_pos != "contact_us")
		{
			menu_bar_text = menu_bar_text +
			"</a>";
		}
		
		menu_bar_text = menu_bar_text +
			"<br>" +
			"<div class='center'><img alt='' src='./../images/menu_bar/bg.jpg'></div>";
		
		document.getElementById('menu_bar').innerHTML = menu_bar_text;
	}
-->