function clearFlash() {
	var flashLayer = document.getElementById('flashintro');
	flashLayer.style.visibility = 'hidden';
	return;
}