// JavaScript Document
function Gallery4(){

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

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

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

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

Shadowbox.open([img10, img11, img12]);

};
