

Shadowbox.init({
	players:    ["iframe"],
	overlayColor: "#FFF"
});

	
window.onload = function(){
   Shadowbox.setup(
	  document.getElementById('header_buttons_colleague')
   );
};