
Shadowbox.init({
    // let's skip the automatic setup because we don't have any
    // properly configured link elements on the page
    skipSetup: true
});

function vtour() {

    // open a welcome message as soon as the window loads
    Shadowbox.open({  content:    'http://www.churchofthetransfiguration.org/vtour/index.html',
        player:     "iframe",
        title:      '<div style="width:100%;text-align:right"><a onclick="Shadowbox.close()" title="Close" id="" style="cursor: pointer;"><img src="http://www.churchofthetransfiguration.org/vtour/closevt.png" border="0" alt=""></a></div>',
        height:     600,
        width:      800
    });

};



