function popup(value, titre, larg, haut)
{
	test=(screen.height - haut) / 2 - 120;
	test2=(screen.width - larg) / 2;
	window.open(value, titre,  "toolbar=no,directories=no,scrollbars=no,menubar=no,status=no,location=no,resizable=no,width="+larg+",height="+haut+",top="+test+",left="+test2+"");
}

function	forum_fin()
{
	window.location.reload();		
}

function 	forum(id, val)
{
	if (confirm("etes-vous sur de vouloir "+((val == 1) ? "valider" : "supprimer")+" ce message ?"))
	{
		xhrInitSend("index.ajax.php?page=forum", "id_module="+id+"&action="+val, forum_fin, 0);
	}
}
