//This hides the inline content if JavaScript is supported.
document.write("<style type='text/css'>.hidden{display:none;}</style>");
$(document).ready(function(){
	$.fn.colorbox.settings.bgOpacity = "0.1";
	$("#trevor").colorbox({fixedWidth:"650", inline:true, href:"#profil_trevor"});
	$("#dai").colorbox({fixedWidth:"650", inline:true, href:"#profil_dai"});
	$("#richard").colorbox({fixedWidth:"650", inline:true, href:"#profil_richard"});
	$("#barrie").colorbox({fixedWidth:"650", inline:true, href:"#profil_barrie"});
	$("#stephen").colorbox({fixedWidth:"650", inline:true, href:"#profil_stephen"});
	$("#kevin").colorbox({fixedWidth:"650", inline:true, href:"#profil_kevin"});
	$("#steve").colorbox({fixedWidth:"650", inline:true, href:"#profil_steve"});
	$("#mike").colorbox({fixedWidth:"650", inline:true, href:"#profil_mike"});
	$("#david").colorbox({fixedWidth:"650", inline:true, href:"#profil_david"});
	$("#fiona").colorbox({fixedWidth:"650", inline:true, href:"#profil_fiona"});
	$("#gough").colorbox({fixedWidth:"650", inline:true, href:"#profil_gough"});
});
