function deleteNotif(id){
	SubmitForm(0,"ajax.php?m=notifications&f=deleteNotification&arg="+id,0,1);
	document.getElementById("note"+id).style.display="none";
	}