function hovereffect(id)
	{
		if (id=='firearms1')
		{
				document.getElementById("firearms1").style.background='#000000';
				document.getElementById("firearms1").style.opacity='0.10';
				document.getElementById("firearms1").style.color='#4C721D';
		}
		else if (id=='ammunition1')
		{
				document.getElementById("ammunition1").style.background='#000000';
				document.getElementById("ammunition1").style.opacity='0.10';
				document.getElementById("ammunition1").style.color='#4C721D';
		}
		else if (id=='hunting-shooting1')
		{
				document.getElementById("hunting-shooting1").style.background='#000000';
				document.getElementById("hunting-shooting1").style.opacity='0.10';
				document.getElementById("hunting-shooting1").style.color='#4C721D';
		}
		else if (id=='reloading1')
		{
				document.getElementById("reloading1").style.background='#000000';
				document.getElementById("reloading1").style.opacity='0.10';
				document.getElementById("reloading1").style.color='#4C721D';
		}
		else if (id=='cutlery1')
		{
				document.getElementById("cutlery1").style.background='#000000';
				document.getElementById("cutlery1").style.opacity='0.10';
				document.getElementById("cutlery1").style.color='#4C721D';
		}
		else if (id=='fishing1')
		{
				document.getElementById("fishing1").style.background='#000000';
				document.getElementById("fishing1").style.opacity='0.10';
				document.getElementById("fishing1").style.color='#4C721D';
		}
		else if (id=='paddlesports1')
		{
				document.getElementById("paddlesports1").style.background='#000000';
				document.getElementById("paddlesports1").style.opacity='0.10';
				document.getElementById("paddlesports1").style.color='#4C721D';
		}
		else if (id=='clothing-footwear1')
		{
				document.getElementById("clothing-footwear1").style.background='#000000';
				document.getElementById("clothing-footwear1").style.opacity='0.10';
				document.getElementById("clothing-footwear1").style.color='#4C721D';
		}
		else if (id=='safes-vaults1')
		{
				document.getElementById("safes-vaults1").style.background='#000000';
				document.getElementById("safes-vaults1").style.opacity='0.10';
				document.getElementById("safes-vaults1").style.color='#4C721D';
		}
		
}
function outeffect()
	{
				document.getElementById("firearms1").style.background='none';
				document.getElementById("firearms1").style.opacity='1.75';
				document.getElementById("firearms1").style.color='#3B2314';
		
				document.getElementById("ammunition1").style.background='none';
				document.getElementById("ammunition1").style.opacity='1.75';
				document.getElementById("ammunition1").style.color='#3B2314';
		
				document.getElementById("hunting-shooting1").style.background='none';
				document.getElementById("hunting-shooting1").style.opacity='1.75';
				document.getElementById("hunting-shooting1").style.color='#3B2314';
		
				document.getElementById("reloading1").style.background='none';
				document.getElementById("reloading1").style.opacity='1.75';
				document.getElementById("reloading1").style.color='#3B2314';
		
				document.getElementById("cutlery1").style.background='none';
				document.getElementById("cutlery1").style.opacity='1.75';
				document.getElementById("cutlery1").style.color='#3B2314';
		
				document.getElementById("fishing1").style.background='none';
				document.getElementById("fishing1").style.opacity='1.75';
				document.getElementById("fishing1").style.color='#3B2314';
		
				document.getElementById("paddlesports1").style.background='none';
				document.getElementById("paddlesports1").style.opacity='1.75';
				document.getElementById("paddlesports1").style.color='#3B2314';
		
				document.getElementById("clothing-footwear1").style.background='none';
				document.getElementById("clothing-footwear1").style.opacity='1.75';
				document.getElementById("clothing-footwear1").style.color='#3B2314';
		
				document.getElementById("safes-vaults1").style.background='none';
				document.getElementById("safes-vaults1").style.opacity='1.75';
				document.getElementById("safes-vaults1").style.color='#3B2314';
		
	}
