function focusfield(field)
{
	field.style.background='#F2FDF8';
}

function blurfield(field)
{
	field.style.background='#FAFFFD';
}
