        function play_Sermon(ID)
        {
            var url = 'SermonPlay_eng.php?ID='+ID;
            var a = window.open(url,ID+'Sermon','height=300,width=530,status=yes,toolbar=no,menubar=no,location=no');
        }
				function play_Debate(ID)
        {
            var url = 'DebatePlay_eng.php?ID='+ID;
            var a = window.open(url,ID+'Debate','height=300,width=530,status=yes,toolbar=no,menubar=no,location=no');
        }
				function play_Conferences(ID)
        {
            var url = 'ConferencesPlay_eng.php?ID='+ID;
            var a = window.open(url,ID+'Conferences','height=330,width=530,status=yes,toolbar=no,menubar=no,location=no');
        }
				function play_Studies(ID)
        {
            var url = 'StudiesPlay_eng.php?ID='+ID;
            var a = window.open(url,ID+'Studies','height=300,width=530,status=yes,toolbar=no,menubar=no,location=no');
        }
				function play_Question_Answer(ID)
        {
            var url = 'Question_AnswerPlay_eng.php?ID='+ID;
            var a = window.open(url,ID+'Question_Answer','height=300,width=530,status=yes,toolbar=no,menubar=no,location=no');
        }
				function play_Testimonies(ID)
        {
            var url = 'TestimoniesPlay_eng.php?ID='+ID;
            var a = window.open(url,ID+'Testimonies','height=300,width=530,status=yes,toolbar=no,menubar=no,location=no');
        }
				function play_Dvaaiat(ID)
        {
            var url = 'DvaaiatPlay_eng.php?ID='+ID;
            var a = window.open(url,ID+'Dvaaiat','height=300,width=530,status=yes,toolbar=no,menubar=no,location=no');
        }
        function play_LeadershipTraining(ID)
        {
            var url = 'LeadershipTrainingPlay_eng.php?ID='+ID;
            var a = window.open(url,ID+'LeadershipTraining','height=300,width=530,status=yes,toolbar=no,menubar=no,location=no');
        }
			  function play_SongV(ID)
        {
            var url = 'VideoPlay_eng.php?ID='+ID;
            var a = window.open(url,ID+'Video','height=470,width=620,status=yes,toolbar=no,menubar=no,location=no');
        }
        function play_Songs(ID)
        {
            var url = 'SongsPlay_eng.php?ID='+ID;
            var a = window.open(url,ID+'Songs','height=300,width=530,status=yes,toolbar=no,menubar=no,location=no');
        }
        function play_SongsAll(ID)
        {
            var url = 'SongsPlayAll_eng.php?ID='+ID;
            var a = window.open(url,ID+'SongsAll','height=420,width=550,status=yes,toolbar=no,menubar=no,location=no');
        }
				
				function play_EV(ID)
        {
            var url = 'Events_come_eng.php?ID='+ID;
            var a = window.open(url,ID+'Events_come','height=420,width=550,status=yes,toolbar=no,menubar=no,location=no');
        }
				function play_pic(ID)
        {
            var url = 'picPlay_eng.php?ID='+ID;
            var a = window.open(url,null,'height=615,width=830,status=yes,toolbar=no,menubar=no,location=no');
        }
        function playlink(ID)
        {
            var url = 'linksPlay.php?ID='+ID;
            var a = window.open(url,ID+'links');
        }
        
    
  
  
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	  // When the document loads do everything inside here ...
	  $(document).ready(function(){
		
		// When a link is clicked
		$("a.tab").click(function () {
			
			
			// switch all tabs off
			$(".active").removeClass("active");
			
			// switch this tab on
			$(this).addClass("active");
			
			// slide all content up
			$(".content").slideUp();
			
			// slide this content up
			var content_show = $(this).attr("title");
			$("#"+content_show).slideDown();
		  
		});
	
	  });
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
