function fenetre(url,nom) {
	window.open(url,nom, 'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=yes,copyhistory=no,top=10,left=10,width=640')
}
