function reload() {
	document.form1.change_state.value='yes';
	document.form1.submit();
}
