function showdiv(divname,on_off)
{
	document.getElementById(divname).style.display = on_off;
}