  function showhidetreatments(form)  {
	
		document.getElementById('hideablearea'+form.name).style.display=(form.checked==true)?'':'none';
  }