function change_focus ( id )
{
	id.style.backgroundColor='#FFF2F2';
}

function change_blur ( id )
{
	id.style.backgroundColor='';
}

