function flashEnd()
{


	
	var features = document.getElementById("features")
	var top = document.getElementById("top")
	var bottomLinks = document.getElementById("bottomLinks")
	var bottom = document.getElementById("bottom")
	var greenBar = document.getElementById("greenBar")
	var inner = document.getElementById("inner")
	
	
	features.style.visibility = "visible"
	top.style.visibility = "visible"
	bottomLinks.style.visibility = "visible"
	bottom.style.visibility = "visible"
	greenBar.style.visibility = "visible"
	inner.style.visibility = "visible"

}