function Toggle(mID) {
	$("#nr"+mID+" .notice").fadeOut("fast", function() {
		$("#nr"+mID +" .hideme").show("normal");
	});
}
