function change_kbn_clear(form,b,s){
	form.elements[s].length = 1;
	form.elements[s].options[0] = new Option("","");
}
