﻿function delChargeAction (delchargevalue) {
		var obj = document.getElementById('updateForm');
		obj.submit();
		
    }