/* Videos, Images, Downloads
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
var ShadesShort = function(content, player, title){
    Shadowbox.open({
        content:    content,
        player:     player,
        title:      title,
		height:		329,
		width:		550
    });
};

var ShadesBTS = function(content, player, title){
    Shadowbox.open({
        content:    content,
        player:     player,
        title:      title,
		height:		550,
		width:		850
    });
};

/* Shades Gallery
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
function ShadesGallery(){;

        var img0 = {
        player:     'img',
        content:    'includes/media/film/Shades/ShadesGallery/Shades_00.jpg'
    };

        var img1 = {
        player:     'img',
        content:    'includes/media/film/Shades/ShadesGallery/Shades_01.jpg'
	};

        var img2 = {
        player:     'img',
        content:    'includes/media/film/Shades/ShadesGallery/Shades_02.jpg'
	};

        var img3 = {
        player:     'img',
        content:    'includes/media/film/Shades/ShadesGallery/Shades_03.jpg'
    };

        var img4 = {
        player:     'img',
        content:    'includes/media/film/Shades/ShadesGallery/Shades_04.jpg'
    };

        var img5 = {
        player:     'img',
        content:    'includes/media/film/Shades/ShadesGallery/Shades_05.jpg'
    };

        var img6 = {
        player:     'img',
        content:    'includes/media/film/Shades/ShadesGallery/Shades_06.jpg'
    };

        var img7 = {
        player:     'img',
        content:    'includes/media/film/Shades/ShadesGallery/Shades_07.jpg'
    };

        var img8 = {
        player:     'img',
        content:    'includes/media/film/Shades/ShadesGallery/Shades_08.jpg'
    };

    Shadowbox.open([img0, img1, img2, img3, img4, img5, img6, img7, img8]);

};