function hiddenLayer()
{
	var box = document.getElementById('contactDiv');
	box.innerHTML = '&nbsp;';
	box.style.display = 'none';
}