function doFlash()
{
	document.all.HtmlBody.style.display='none';
	document.all.Calculating.style.display='inline';
	location.href='#top';
}