function changehome(id)
{
	if(id=='home101')
	{
	document.getElementById(id).src='image/home1.gif';
	}
	if(id=='home102')
	{
	document.getElementById(id).src='image/about-us1.gif';
	}
	if(id=='home103')
	{
	document.getElementById(id).src='image/tax-update1.gif';
	}
	if(id=='home104')
	{
	document.getElementById(id).src='image/TAX-PROBLEMS1.gif';
	}
	
	if(id=='home105')
	{
	document.getElementById(id).src='image/SERVICES1.gif';
	}
	if(id=='home106')
	{
	document.getElementById(id).src='image/RESOURCES1.gif';
	}
	if(id=='home107')
	{
	document.getElementById(id).src='image/CONTACT-US1.gif';
	}
}
function backhome(id)
{
	if(id=='home101')
	{
    document.getElementById(id).src='image/home.gif';
	}
	if(id=='home102')
	{
	document.getElementById(id).src='image/about-us.gif';
	}
	if(id=='home103')
	{
	document.getElementById(id).src='image/tax-update.gif';
	}
	if(id=='home104')
	{
	document.getElementById(id).src='image/TAX-PROBLEMS.gif';
	}
	if(id=='home105')
	{
	document.getElementById(id).src='image/SERVICES.gif';
	}
	if(id=='home106')
	{
	document.getElementById(id).src='image/RESOURCES.gif';
	}
	if(id=='home107')
	{
	document.getElementById(id).src='image/CONTACT-US.gif';
	}
}
// JavaScript Document
