<!--
function ChangeBackground(x,y)
	{
	document.all[x].style.backgroundImage = url(y);
	}

//-->
