function show_address()
{
	document.getElementById("address").style.display = "block";
}