window.onload = function(){
    Shadowbox.init();
    initFlashgallery();
};
function initFlashgallery(){
    Shadowbox.setup([
        document.getElementById('hakata'),
        document.getElementById('nishinakasu'),
        document.getElementById('shikoku'),
        document.getElementById('ginza'),
        document.getElementById('shinsaibashi'),
    ], {
        gallery:        'Flash',
        continuous:     true,
        counterType:    'skip',
        animSequence:   'sync'
    });
};

