Shadowbox.init({
    language: 'pt',
    players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv'],
});

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

