// JavaScript Document
function changerA(IDN)
{
	var strA = IDN
		 if(strA=="tda0")
        {
	 document.getElementById("insec").innerHTML = "Birmingham a multi-faith heaven!";
       }
	
		 if(strA=="tda1")
        {
	 document.getElementById("insec").innerHTML = "Latest news and press release";
       }
			 if(strA=="tda2")
        {
	 document.getElementById("insec").innerHTML = "What is happening at Birmingham Faiths For The City";
       }
			 if(strA=="tda3")
        {
	 document.getElementById("insec").innerHTML = "Contact Birmingham Faiths For The City";
       }
	
			 if(strA=="tda4")
        {
	 document.getElementById("insec").innerHTML = "Links to orgnizations we are involved with";
       }
	   		 if(strA=="tda5")
        {
	 document.getElementById("insec").innerHTML = "Information regarding the Nov 2009 conference";
       }
	
	
}

function changerB()
{
	document.getElementById("insec").innerHTML = "Birmingham a multi-faith heaven!";
}