// JavaScript Document
	
function showImg(){
	document.getElementById('logoFlash').style.display = 'block';
	document.getElementById('arielFlash').style.display = 'block';
	document.getElementById('zoeyFlash').style.display = 'block';
	}
