
window.onload = function(){

    Shadowbox.init();

};

function initDemos(){

    Shadowbox.setup({
        gallery:        'Flash',
        continuous:     true,
        counterType:    'skip',
        animSequence:   'sync'
    });

};


