function on(it) 
{
	it.style.display='none';
	var block = document.getElementById("enter2");
	block.style.display='block';
}

