function linkFlash(mode,object) {
	if (mode == 1) { object.style.textDecoration="underline" }
	else { object.style.textDecoration="none" }
}