function redirect(){
    if(document.forwardDACForm != null)
        document.forwardDACForm.submit();
}

function disableApplyNowButton(){
     document.getElementById('applyNowButton').style.display="none";
}
