function moveover(message) {window.status = message;}
function changeOne(link) 
	{
		document.one.src="1.on.gif"
		document.two.src="2.off.gif"
		document.three.src="3.off.gif"
		document.four.src="4.off.gif"
		document.five.src="5.off.gif"
		top.logolocation.url.location = link;
	}

function changeTwo(link) 
	{
		document.one.src="1.off.gif"
		document.two.src="2.on.gif"
		document.three.src="3.off.gif"
		document.four.src="4.off.gif"
		document.five.src="5.off.gif"
		top.logolocation.url.location = link;
	}

function changeThree(link) 
	{
		document.one.src="1.off.gif"
		document.two.src="2.off.gif"
		document.three.src="3.on.gif"
		document.four.src="4.off.gif"
		document.five.src="5.off.gif"
		top.logolocation.url.location = link;
	}

function changeFour(link) 
	{
		document.one.src="1.off.gif"
		document.two.src="2.off.gif"
		document.three.src="3.off.gif"
		document.four.src="4.on.gif"
		document.five.src="5.off.gif"
		top.logolocation.url.location = link;
	}

function changeFive(link) 
	{
		document.one.src="1.off.gif"
		document.two.src="2.off.gif"
		document.three.src="3.off.gif"
		document.four.src="4.off.gif"
		document.five.src="5.on.gif"
		top.logolocation.url.location = link;
	}
