function Video(){

var options = {
continuous: true,
counterType: "skip"
};

var vid1 = {
    player:     'swf',
    content:    '../video/infographic_q1.swf',
    height:       550,
    width:        850,
    options:    options
};

Shadowbox.open([vid1]);

};
