// JavaScript Document

// charge une nouvelle page 
function chargerPage(value) {
	document.location.href= value; 
}
