function OnChengeSubmit()
{
	FormMain.SubmitPageDisp.value = "disp";
	FormMain.submit();
	return true;
}