if (document.images)
	{
		var off1 = new Image();
		off1.src = "../../buttons/but1off.gif";

		var on1 = new Image();
		on1.src = "../../buttons/but1on.gif";

		var off2 = new Image();
		off2.src = "../../buttons/but2off.gif";

		var on2 = new Image();
		on2.src = "../../buttons/but2on.gif";

		var off3 = new Image();
		off3.src = "../../buttons/but3off.gif";

		var on3 = new Image();
		on3.src = "../../buttons/but3on.gif";

		var off4 = new Image();
		off4.src = "../../buttons/but4off.gif";

		var on4 = new Image();
		on4.src = "../../buttons/but4on.gif";

		var off5 = new Image();
		off5.src = "../../buttons/but5off.gif";

		var on5 = new Image();
		on5.src = "../../buttons/but5on.gif";

	}


function buton1()
{
if (document.images)
document.images.button1.src = on1.src;
window.status = 'Club History' ;
}

	function butoff1()
	{
	if (document.images)
	document.images.button1.src = off1.src;
	window.status = ' ' ;
	}

function buton2()
{
if (document.images)
document.images.button2.src = on2.src;
window.status = '2002 Teams' ;
}

	function butoff2()
	{
	if (document.images)
	document.images.button2.src = off2.src;
	window.status = ' ' ;
	}

function buton3()
{
if (document.images)
document.images.button3.src = on3.src;
window.status = '2002 Fixtures' ;
}

	function butoff3()
	{
	if (document.images)
	document.images.button3.src = off3.src;
	window.status = ' ' ;
	}

function buton4()
{
if (document.images)
document.images.button4.src = on4.src;
window.status = '2002 Match Reports' ;
}

	function butoff4()
	{
	if (document.images)
	document.images.button4.src = off4.src;
	window.status = ' ' ;
	}

function buton5()
{
if (document.images)
document.images.button5.src = on5.src;
window.status = 'Club News' ;
}

	function butoff5()
	{
	if (document.images)
	document.images.button5.src = off5.src;
	window.status = ' ' ;
	}
