function DownloadSchedule(){var A=document.getElementById("ddlPayoutSchedule").value;
if(A!=""){window.open(A,"_blank");}}function DownloadClaimForm(){var A=document.getElementById("ddlClaimForm").value;
if(A!=""){window.open(A,"_blank");}}

