function replaceflash(objectid)
{
	ctl = document.getElementById(objectid);
	ctl.innerHTML = ctl.innerHTML;
}
