function closeFlash(){
	document.getElementById('flashOverlay').style.display = 'none';
	$j("#compatFlash").show();
}
