// JavaScript Document
function Gallery5(){

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

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

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

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

Shadowbox.open([img13, img14, img15]);

};
