function ouvrirShadowboxtexte(content, player, title)
{
Shadowbox.init({skipSetup: true});
Shadowbox.open({content: content, player: player, title: title, width: 518, height:400});
};

function ouvrirshadowboximage(content, player, title)
{
Shadowbox.init({skipSetup: true});
Shadowbox.open({content: content, player: player, title: title});
};

function ouvrirShadowboxvideo(content, player, title)
{
Shadowbox.init({skipSetup: true});
Shadowbox.open({content: content, player: player, title: title, width: 600, height: 450});
};

function ouvrirShadowboxlivredor(content, player, title)
{
Shadowbox.init({skipSetup: true});
Shadowbox.open({content: content, player: player, title: title, width: 776, height: 500});
};

function ouvrirshadowboxcompilation(content, player, title)
{
Shadowbox.init({skipSetup: true});
Shadowbox.open({content: content, player: player, title: title, width: 618, height:480});
};

function ouvrirShadowboxdiaporama(content, player, title)
{
Shadowbox.init({skipSetup: true});
Shadowbox.open({content: content, player: player, title: title, width: 620, height:500});
};