// JavaScript Document
function Gallery2(){

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

var img4 = {
    player:     'img',
    content:    'Gallery/Image2_1.jpg',
    height:        400,
    width:        570,
    options:    options
};

var img5 = {
    player:     'img',
    content:    'Gallery/Image2_2.jpg',
    height:        400,
    width:        570,
    options:    options
};

var img6 = {
    player:     'img',
    content:    'Gallery/Image2_3.jpg',
    height:        400,
    width:        570,
    options:    options
};

Shadowbox.open([img4, img5, img6]);

};
