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

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