function chgBg (id)
{
	document.getElementById(id).style.backgroundImage = "url('img/down.gif')";
}

function chgBgOut (id)
{
	document.getElementById(id).style.backgroundImage = "url('img/up.gif')";
}