function show()
{
	document.getElementById('login_form').style.display = 'block';
	document.getElementById('login').style.display = 'none';
}
