

function show_div(div_name)
{
	document.getElementById(div_name).style.display = 'block';
}