function toggleExpand(year,month)
{
	$("[name="+month+year+"]").toggle();
}
function toggleQuick(infoname)
{
	$("[name="+infoname+"]").toggle();
}