﻿function confirmDelete(a){var b=new alertBox();b.create();b.alertType("YES_NO");var c=document.getElementById("ctl00_hdnConfirmCancellationMsg").value;b.alertMessage(c);b.yesFunction("window.location.href = '"+a+"'");b.show();return false}function confirmRemove(a){window.location.href=a;return false}