function topPagePhotographOverHide()
{
	document.getElementById('frontPagePhotographOver').style.display = 'none';
}

