function show_layer(i) {
	(i).style.display = "block"
}

function hide_layer(i) {
	(i).style.display = "none"
}
