
function donner_focus(chp) {
    $(document).ready(function(){
	document.getElementById(chp).focus();
    });
}


