function toggleList (id)
{
	if(isVisible($("reports" + id))) hide($("reports" + id)); else show($("reports" + id));
}