function doSubmit(arg) {
  //alert("ok");
	$(arg).submit();
}

