// This file is only required to run some of the demos.

function setupDemos() {

 Shadowbox.setup('a[title="Official Hyosung ST7 promotional video"]', {
        height:     576,
        width:      720,
        flashVars:  {
            clip_id:    "22642338",
            autoplay:   "1"
        }
    });

    Shadowbox.setup('a[title="Official Hyosung Gt650R promotional video"]', {
        height:     576,
        width:      720,
        flashVars:  {
            clip_id:    "22642745",
            autoplay:   "1"
        }
    });


   

}

