function showInterview()
{
	document.getElementById('intMenu').style.display = 'block';
}

function hideInterview()
{
	document.getElementById('intMenu').style.display = 'none';
}