var picStaff1 = new Image();
	picStaff1.src = "images/cherill-moore-l.jpg";
var picStaff2 = new Image();
	picStaff2.src = "images/sonia-bailey-l.jpg";
var picStaff3 = new Image();
	picStaff3.src = "images/darren-jacobs-l.jpg";
var picStaff4 = new Image();
	picStaff4.src = "images/stephen-fatuga-l.jpg";
var picStaff5 = new Image();
	picStaff5.src = "images/louise-spanjar-l.jpg";
var picStaff6 = new Image();
	picStaff6.src = "images/garance-delpeche-l.jpg";	
var picStaff7 = new Image();
	picStaff7.src = "images/garry-powell-l.jpg";
var picStaff8 = new Image();
	picStaff8.src = "images/carl-jones-l.jpg";
var picStaff9 = new Image();
	picStaff9.src = "images/anita-rowe-l.jpg";
var picStaff10 = new Image();
	picStaff10.src = "images/clinton-mcintosh-l.jpg";
var picStaff11 = new Image();
	picStaff11.src = "images/daryle-fortescue-l.jpg";
var picStaff12 = new Image();
	picStaff12.src = "images/jon-radcliffe-l.jpg";

		
function setStaffImgTextSS() {
	var staffImg = "<img src=\"images/steve2.jpg\" />";
	var lineBreak = "\<br\>";
	var staffTitle = "Steve Spiegel" + lineBreak + "CEO, Founder, Therapist" + lineBreak + "DIP (Counselling). NCAC FDAP Accredited Drug and Alcohol Counsellor";
	var staffText = "Narrator, lecturer, trainer, ex songwriter and musician Steve co-founded The Providence Projects and remains its charismatic heartbeat. The complete professional in the field, he has a vast knowledge of the dark inner forces that drive people into drug and alcohol abuse, having immersed himself personally in that world and therefore understanding it first hand. This knowledge puts him in the forefront of the battle against addiction and has been invaluable in the development of The Providence Method. <br /><br />He joins the ranks of the new breed of counsellors with his affirming, humanistic approach that is stamped indelibly on the everyday working style of the Project. He has trained and lectured in America and Jersey and is a sought after speaker. He is trained in Psychodynamic and Client Centred Counselling as well as Neuro-Linguistic Programming.";
	document.getElementById('staffImg').innerHTML = staffImg;
	document.getElementById('staffTitle').innerHTML = staffTitle;
	document.getElementById('staffTextHere').innerHTML = staffText;
}

function setStaffImgTextCS() {
	var staffImg = "<img src=\"images/carole.jpg\" />";
	var lineBreak = "\<br /\><br />";
	var staffTitle = "Carole Spiegel<br />Company Secretary";
	var staffText = "Carole stokes the administration engine of the organisation on a daily basis. Carole has worked with The Providence Projects since 1998 after running her own successful wholesale and retail cosmetic business in London. Carole has a plethora of skills and oversees the administration side of the organisation. This includes the financial aspects of funding as well as our housing and all company accounting. " + lineBreak + "Carole’s is the first voice that many new clients speak to when they make their initial contact with the Project and hers is often the first face they see when arriving to commence treatment as she is usually the first to greet new patients when they arrive at The Providence Projects. Carole enjoys various sports, travel and reading.";
	document.getElementById('staffImg').innerHTML = staffImg;
	document.getElementById('staffTitle').innerHTML = staffTitle;
	document.getElementById('staffTextHere').innerHTML = staffText;
}

function setStaffImgTextPT() {
	var staffImg = "<img src=\"images/peter.jpg\" />";
	var lineBreak = "\<br /\><br />";
	var staffTitle = "Dr Peter Turnbull<br />Medical Director<br />MA, MB, BCH, MRCP";
	var staffText = "Peter is one of that rare breed of people, a true carer. His GP practice is centred in a deprived city area, welcoming a wide spectrum of patients, which includes significant numbers of substance abusers - an area in which he is widely recognised as a leading authority.<br /><br />He also works with the homeless and other underprivileged groups. The development of a treatment centre for addiction had been a longstanding ambition, which came to fruition after meeting Steve Spiegel and the birth of The Providence Projects. His commitment to this unpopular area of medicine is absolute. He is supported by a full medical team who operate from his surgery.";
	document.getElementById('staffImg').innerHTML = staffImg;
	document.getElementById('staffTitle').innerHTML = staffTitle;
	document.getElementById('staffTextHere').innerHTML = staffText;
}

function setStaffImgTextPS() {
	var staffImg = "<img src=\"images/paul.jpg\" />";
	var lineBreak = "\<br /\><br />";
	var staffTitle = "Paul Spanjar<br />Treatment Director<br />FDSc Addictions Counselling,<br />FDAP Accredited Counsellor";
	var staffText = "Paul joined The Providence Projects in 2002 after a successful career in the computer software industry. Initially joining the Project as a counsellor, Paul had a huge impact on the centre, adding a new dimension to an already strong team.<br /><br />He has since become the Treatment Director and has managed to implement innovative ideas, streamlining the service in order to maintain the excellent delivery which has made The Providence Projects the leaders in its field. Paul oversees all aspects of the treatment programme on a daily basis.";
	document.getElementById('staffImg').innerHTML = staffImg;
	document.getElementById('staffTitle').innerHTML = staffTitle;
	document.getElementById('staffTextHere').innerHTML = staffText;
}
