
function SubmitForm2(intRecordID) {
	document.frmDeleteRecord.txtRecordID.value = intRecordID;
	document.frmDeleteRecord.submit();
}