// <![CDATA[

function changeBG(of,to)
	{
	of.style.background = to;
	}

// ]]>