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