function chg() {
	var f = document. formobj;
	f.submit();
}

