﻿



//document.getElementById('da_modal').style.display='none';



function popup_step1()
{
    $('#da_modal').modal({close:false,containerCss: {height: 640,width: 450,border:"0px",overflow:"hidden",backgroundColor:"transparent"}});
}

function popup_step2()
{
    /*document.getElementById("dstep1").style.display = 'none';
    document.getElementById("dstep2").style.display = 'block';*/
    document.getElementById("override_close").value = "stop";
    $.modal.close();
    $('#da_modal2').modal({close:false,containerCss: {height: 640,width: 450,border:"0px",overflow:"hidden",backgroundColor:"transparent"}});
}

function popup_step3()
{
        $.modal.close();
        $('#da_modal3').modal({close:false,containerCss: {height: 640,width: 450,border:"0px",overflow:"hidden",backgroundColor:"transparent"}});
}

/*function popup_step3()
{
    $.modal.close();
    __doPostBack('ctl00$ContentPlaceHolder1$LinkButton1','')
}*/

