function makeRegisterFormVisible()
{
	document.getElementById('registerForm').style.display='block';	
}
