Shadowbox.init({
	language:   "fr",
	players:    ["iframe","html"],
	overlayColor: "#2a2a2a",
	skipSetup: true
});

function envoyerAmi(a,t){
  Shadowbox.open({
        player:     "iframe",
        title:      "",
        content:    "pop/envoyerAmi.php?cd="+a+"&st="+t,
        height:     400,
        width:      550

    });
}
function inscrireEmail(a,t){
  Shadowbox.open({
        player:     "iframe",
        title:      "",
        content:    "pop/inscrireEmail.php?cd="+a+"&st="+t,
        height:     530,
        width:      470

    });
}
function rhCandidature(a,t){
  Shadowbox.open({
        player:     "iframe",
        title:      "",
        content:    "pop/rhCandidature.php?cd="+a+"&st="+t,
        height:     420,
        width:      550

    });
}
function video(u,t){
  Shadowbox.open({
        player:     "html",
        title:      t,
        content:    "<div style='width: 630px; text-align: right; color: #FFFFFF; font-weight: bold;'><a href='javascript:parent.Shadowbox.close();'><img src='charte/grandFrais/videoClose.png' height='24' border='0'></img></div><iframe width='640' height='390' src='"+u+"?autoplay=1&rel=0' frameborder='0' allowfullscreen></iframe><div style='width:640px; text-align:center;'><a href='javascript:parent.Shadowbox.close();' style='color:#FFFFFF; font-weight: bold;'>Quitter la vidéo</a>",
        height:     440,
        width:      650
    });
}

