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

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

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

    });
}
