//	FOCUS
function activer ( id ) {

	document.getElementById(id).focus() ;

}
