// JavaScript Document
// <![CDATA[

function changeBG(of,to)
{
of.style.background = to;
}

// ]]>