function logout() {
	document.getElementById('logoutBox').style.display = 'block';
	window.location.href = "logout.php";
}