
function toggleHidden()
{
	$(".hidden").toggle();
}
