function show_stat(id) 
{
	document.getElementById(id).style.display='block';
	
}
