// JavaScript Document
function Gallery3(){

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

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

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

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

Shadowbox.open([img7, img8, img9]);

};
