// JavaScript Document

function showVideo()
{
	// document.getElementById("awanaSplash").style.backgroundImage = "url(images/end.gif)";
	// document.getElementById("awanaSplash").style.cursor = "default";
	document.getElementById("awanaVideo").style.display = "block";
	// document.getElementById("vidLink").style.display = "block";
	// document.getElementById("awanaSplash").onclick = null;
}
function hideVideo()
{
	document.getElementById('awanaVideo').style.display='none';
}