﻿function on_submit(){
	flg = checkIn('Contact_name','Contact_tel1');
	if (flg == 1){ return; }
	document.myform.submit();
}
