
	function homeButtonOn()
	{
		var thisButtonOn = document.getElementById("homebutton");
		thisButtonOn.style.background="url(gfx/butt3.gif)";
		thisButtonOn.style.color="#EE5F00";
		thisButtonOn.style.fontWeight="bold";
		thisButtonOn.style.cursor="pointer";
	}

	function homeButtonOff()
	{
		var thisButtonOn = document.getElementById("homebutton");
		thisButtonOn.style.background="url(gfx/butt1.gif)";
		thisButtonOn.style.color="#333333";
		thisButtonOn.style.fontWeight="normal";
		thisButtonOn.style.cursor="default";
	}

	function aboutButtonOn()
	{
		var thisButtonOn = document.getElementById("aboutbutton");
		thisButtonOn.style.background="url(gfx/butt3.gif)";
		thisButtonOn.style.color="#EE5F00";
		thisButtonOn.style.fontWeight="bold";
		thisButtonOn.style.cursor="pointer";
	}

	function aboutButtonOff()
	{
		var thisButtonOn = document.getElementById("aboutbutton");
		thisButtonOn.style.background="url(gfx/butt1.gif)";
		thisButtonOn.style.color="#333333";
		thisButtonOn.style.fontWeight="normal";
		thisButtonOn.style.cursor="default";
	}

	function contiButtonOn()
	{
		var thisButtonOn = document.getElementById("contibutton");
		thisButtonOn.style.background="url(gfx/butt3.gif)";
		thisButtonOn.style.color="#EE5F00";
		thisButtonOn.style.fontWeight="bold";
		thisButtonOn.style.cursor="pointer";
	}

	function contiButtonOff()
	{
		var thisButtonOn = document.getElementById("contibutton");
		thisButtonOn.style.background="url(gfx/butt1.gif)";
		thisButtonOn.style.color="#333333";
		thisButtonOn.style.fontWeight="normal";
		thisButtonOn.style.cursor="default";
	}

	function ukButtonOn()
	{
		var thisButtonOn = document.getElementById("ukbutton");
		thisButtonOn.style.background="url(gfx/butt3.gif)";
		thisButtonOn.style.color="#EE5F00";
		thisButtonOn.style.fontWeight="bold";
		thisButtonOn.style.cursor="pointer";
	}

	function ukButtonOff()
	{
		var thisButtonOn = document.getElementById("ukbutton");
		thisButtonOn.style.background="url(gfx/butt1.gif)";
		thisButtonOn.style.color="#333333";
		thisButtonOn.style.fontWeight="normal";
		thisButtonOn.style.cursor="default";
	}

	function ptButtonOn()
	{
		var thisButtonOn = document.getElementById("ptbutton");
		thisButtonOn.style.background="url(gfx/butt3.gif)";
		thisButtonOn.style.color="#EE5F00";
		thisButtonOn.style.fontWeight="bold";
		thisButtonOn.style.cursor="pointer";
	}

	function ptButtonOff()
	{
		var thisButtonOn = document.getElementById("ptbutton");
		thisButtonOn.style.background="url(gfx/butt1.gif)";
		thisButtonOn.style.color="#333333";
		thisButtonOn.style.fontWeight="normal";
		thisButtonOn.style.cursor="default";
	}

	function overButtonOn()
	{
		var thisButtonOn = document.getElementById("overbutton");
		thisButtonOn.style.background="url(gfx/butt3.gif)";
		thisButtonOn.style.color="#EE5F00";
		thisButtonOn.style.fontWeight="bold";
		thisButtonOn.style.cursor="pointer";
	}

	function overButtonOff()
	{
		var thisButtonOn = document.getElementById("overbutton");
		thisButtonOn.style.background="url(gfx/butt1.gif)";
		thisButtonOn.style.color="#333333";
		thisButtonOn.style.fontWeight="normal";
		thisButtonOn.style.cursor="default";
	}

	function worldButtonOn()
	{
		var thisButtonOn = document.getElementById("worldbutton");
		thisButtonOn.style.background="url(gfx/butt3.gif)";
		thisButtonOn.style.color="#EE5F00";
		thisButtonOn.style.fontWeight="bold";
		thisButtonOn.style.cursor="pointer";
	}

	function worldButtonOff()
	{
		var thisButtonOn = document.getElementById("worldbutton");
		thisButtonOn.style.background="url(gfx/butt1.gif)";
		thisButtonOn.style.color="#333333";
		thisButtonOn.style.fontWeight="normal";
		thisButtonOn.style.cursor="default";
	}

	function faqButtonOn()
	{
		var thisButtonOn = document.getElementById("faqbutton");
		thisButtonOn.style.background="url(gfx/butt3.gif)";
		thisButtonOn.style.color="#EE5F00";
		thisButtonOn.style.fontWeight="bold";
		thisButtonOn.style.cursor="pointer";
	}

	function faqButtonOff()
	{
		var thisButtonOn = document.getElementById("faqbutton");
		thisButtonOn.style.background="url(gfx/butt1.gif)";
		thisButtonOn.style.color="#333333";
		thisButtonOn.style.fontWeight="normal";
		thisButtonOn.style.cursor="default";
	}

	function contactButtonOn()
	{
		var thisButtonOn = document.getElementById("contactbutton");
		thisButtonOn.style.background="url(gfx/butt3.gif)";
		thisButtonOn.style.color="#EE5F00";
		thisButtonOn.style.fontWeight="bold";
		thisButtonOn.style.cursor="pointer";
	}

	function contactButtonOff()
	{
		var thisButtonOn = document.getElementById("contactbutton");
		thisButtonOn.style.background="url(gfx/butt1.gif)";
		thisButtonOn.style.color="#333333";
		thisButtonOn.style.fontWeight="normal";
		thisButtonOn.style.cursor="default";
	}

