// JavaScript Document
function verifi_checkbox1(){

	if( $("#checkbox1").val()=='OK' ) {
		$("#checkbox1_verif").html("");
	}
 };
