
var win = null;

function lightbox1() {

	var win = new Window({ className: "alphacube", width: 419, height: 242, draggable: false,
        url: "/lightbox", showEffectOptions: { duration: 1.5}, draggable: false
    })
    win.showCenter(true);

}


function lightboxFAQ()
{
	var win = new Window({ className: "alphacube", left: 50, width: 941, height: 600, draggable: false,
        url: "/questoes-frequentes", showEffectOptions: { duration: 1.5}, recenterAuto: false, top: 143, left: -5
    })
    win.show(true);
}

function lightboxHOW()
{
	var win = new Window({ className: "alphacube", width: 940, height: 550, draggable: false,
        url: "/como-funciona", showEffectOptions: { duration: 1.5}
    })
    win.showCenter(true);
	
}


function lightboxSD()
{
	
	var win = new Window({ className: "alphacube", width: 1000, height: 492, draggable: false,
        url: "/speed-demo", showEffectOptions: { duration: 1.5}
    })
    win.showCenter(true);
}
