// JavaScript Document
function setContent( type ) {
	switch( type ){
		case "ITSystems":
			Content.innerHTML = "Developers<br>Analysts<br>DBAs<BR>Networks<BR>Support<BR>Security<BR>Sales";
			break;
		case "Mobile":
			Content.innerHTML = "Presales<BR>Programmers<BR>Support<BR>Project Management<BR>Sales";
			break;
		case "CallCentre":
			Content.innerHTML = "Team Leaders<BR>Trainers<BR>Managers<BR>Dialler & ACD Specialists";
			break;
		default:
			Content.innerHTML = "Mobilus maintains in depth knowledge of the Call Centre, IT and Mobile marketplaces and is committed to delivering the very best expertise in these sectors. With experience in fulfilling positions ranging from new business sales to technical directorship, Mobilus is unrivalled in the opportunities it can offer for both vacancies and resources.";
	}
}