  
	function SetBG(id)
	{
		document.getElementById(id).style.background="#436b49";
	}
