// Changer le contenu d'un div
function actionContents(url, div) {
	// function test () {
	// 	if (div == "menuBox") {
	// 		//
	// 	}
	// }

	var fi = new FragmentImporter(url, test, document.getElementById(div));
	fi.load();
}
