function blurfield(object,against){
	if (object.value==''+against){ object.value=''; }
}