// JavaScript Document
/*ÐÞ¸ÄtdÊôÐÔ*/
function changeBg(obj)
{
	//alert("pp");
	obj.style.background="#FFCC00";
}
function changeBlack(obj)
{
	obj.style.background="";
}