function langChange() {
	var iChoose = document.langBox.L.selectedIndex;
	var iLang = document.langBox.L.value;
	/*
	if (iLang == 7) {
		setTimeout("self.location.href='http://www.dupli-color.fr/webgate/WG_5_2.nsf/name/home_flash-fr'",0);
	} else {
		document.langBox.submit();
	}
	*/
	document.langBox.submit();
}

