function toggleSection (id) 
{
	//$('#contents').toggle ();
	$('#' + id).toggle ();
}
