function ch_bg(elem)
{
	if(elem.value=="")
		elem.style.backgroundColor="#EEE";
}
