function affFlash(divid, fl)
{
	if (document.getElementById) {
		document.getElementById(divid).innerHTML = fl;
	}
}