
var win = null;

function lightbox1() 
{
    var win = new Window({ className: "alphacube", width: 528, height: 382, draggable: false,
        url: "estado_pedido.aspx", showEffectOptions: { duration: 1.5 }, draggable: false, destroyOnClose: true
    })
    win.showCenter(true);
}

function lightbox2() {

    var win = new Window({ className: "alphacube", width: 528, height: 382, draggable: false,
        url: "recuperar_codigos.aspx", showEffectOptions: { duration: 1.5 }, draggable: false, destroyOnClose: true
    })
    win.showCenter(true);                                            
}

WindowCloseKey.init();
