function pop_repondre2(id_rep){
	strURL = './repondre_offer2.php?idresponse=' + id_rep;
	strName = 'reponse_offer' + id_rep;
	strConfig = 'location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,height=700,width=650,status=yes';
	windowPopupReponse = window.open(strURL,strName,strConfig);
	}
