// JavaScript Document
// The following function must be copied and edited for the other site sections to work. //
function loadSportContent(topic)// edit this name to represent the different site sections
{
	var div = document.getElementById('main-left-container');//the div where the html code is going to be placed
	var logos = document.getElementById('logos');// the span where the logos appear on each section.
	var chaka = document.getElementById('chaka');// the span where the logos appear on each section.
	var img = document.getElementById('image-strip'); //image strips at the bottom of the page

	if (div)
	{
		switch (topic)
		{
			case 0:
				div.innerHTML = '<h1>Career Development </h1><p> Champions (UK) plc works with each of their clients to ensure that <strong style="color: #F4A735;">all physical and emotional aspects of their careers </strong>are <strong style="color: #F4A735;">nurtured and developed</strong> as their career progresses.</p><p> In order for an athlete to perform to the best of their ability, it is imperative to have the <strong style="color: #F4A735;">correct support structure</strong> in place to ensure that their needs are catered for, Champions (UK) plc provides this structure. Furthermore, Champions ensures that this structure reflects and complements athlete`s ever-changing circumstances.  </p><p>The career development services offered at Champions include<strong style="color: #F4A735;"> sports psychology with leading motivational coaches, personal fitness training, injury management</strong> and a <strong style="color: #F4A735;">structured development plan</strong> based on <strong style="color: #F4A735;">1, 3 and 5 years </strong>to enable our clients to maximise their potential.</p>';//paste the html you wise to display in here on each "case".
				
				if(img)
				{
					img.src="../images/sports-management/sports-man-strip2.jpg";//this is the image bar "src"
					}
					
				if(logos)
				{
					logos.innerHTML="<img src='../images/sports-management/blank.gif' alt='Sports Management'  />";
				    }
							
				break;
				
			case 1:
				div.innerHTML = '<h1>Join The Winning Formula</h1><p>Champions (UK) is dedicated to finding the <strong style="color: #F4A735;">very best young sporting talent</strong> around. Unlike some of our competitors, we only agree to manage a select list of clients in each sport. This is to ensure that we <strong style="color: #F4A735;">offer all our clients the very best personal service,</strong> offering them 110% commitment to their careers.</p><p>We offer the complete service that takes care of <strong style="color: #F4A735;">every element of both their careers and lives</strong> so that our clients are free to focus on what they do best.</p>';
				
				if(img)
				{
					img.src="../images/sports-management/sports-man-strip6.jpg";//this is the image bar "src"
					}
					
				if(logos)
				{
					logos.innerHTML='<p>&nbsp;</p><p style="text-align: center;"><span class="bigorange">Join the winning team</span><span class="bigblue"><br /></span>For further information on joining Champions (UK) plc  call: <span class="bigorange">08453 313031</span><p style="text-align: center;">or send a sporting CV to <a href="mailto:mail@championsukplc.com">mail@championsukplc.com</a></p></p>';
				    }
							
				break;
				
			case 2:
				div.innerHTML = "<h1>Media Management </h1><p>Champions in-house media and public relations team is responsible for developing comprehensive media strategies for each of our clients. These strategies focus on generating media and public awareness of our clients and their performances throughout their career.</p><p>In order to maximise sponsorship partnerships and to generate opportunities for the future it is imperative to establish our clients within the minds of both the media and public. The team at Champions achieve this through our extensive knowledge and experience within the media world.</p><p>Currently, the team at Champions operate in a number of fields of media planning for their clients including:</p><ul class='flame-bullets'><li><strong style='color: #F4A735;'>Television</strong> - securing television opportunities for our clients.</li><li><strong style='color: #F4A735;'>Advertising</strong> - television, print and radio opportunities for our clients working with brands throughout the UK and Europe.</li><li><strong style='color: #F4A735;'>Print Exposure</strong> - working with publications to secure features, photo-shoots, interviews, columns etc with our clients.</li><li><strong style='color: #F4A735;'>Online</strong> - working to secure online exposure for our clients: editorials, advertising, endorsements etc.</li></ul>";
				
				if(img)
				{
					img.src="../images/sports-management/sports-man-strip6.jpg";
					}
				if(logos)
				{
					logos.innerHTML="<img src='../images/sports-management/media-management-logos.gif' alt='Sports Management'  />";
				    }
				break;
				
			case 3:
				div.innerHTML = "<h1>Sponsorship </h1><p>Champions in-house sponsorship team works with each client in the Champions &quot;stable&quot; to ensure that they get the sponsorship and endorsement deals that best suit their needs. </p><p>Champions (UK) plc acknowledges each sponsorship agreement as a unique partnership between our clients and the brands/companies in question. We work with our sponsors to create bespoke packages that meet the specific and individual requirements of each client.  </p><p>Regardless of the sponsorship proposals; whether it be clothing, corporate, equipment or endorsement, the team at Champions ensures that the agreement is mutually beneficial for both parties whilst maximising coverage through extensive media exposure. </p>";
				
				if(img)
				{
					img.src="../images/sports-management/sports-man-strip3.jpg";
					}
					
				if(logos)
				{
					logos.innerHTML="<img src='../images/sports-management/sponsorship-logos.gif' alt='Media Management' alt='Sports Management'  />";
			   }
			   
			   if(chaka)
			   {
				   chaka.innerHTML="<img src='../sports-management/chaka-travel-small.jpg'  />";
			   }
				break;
			
			case 4:
				div.innerHTML = "<h1>Financial Management </h1><p>Champions (UK) plc arranges the very <strong style='color: #F4A735;'>best independent financial management services</strong> that are <strong style='color: #F4A735;'>tailored to our clients' needs.</strong> Through a long established network with some of the best financial experts in the country, we offer our clients access to the very best in:</p><ul class='flame-bullets'><li>Taxation Management</li><li> Pensions Consultancy</li><li> Personalised Financial Planning</li><li>Investment Management</li><li>Financial Health Check</li><li>Financial Services Support</li></ul><p>Champions (UK) plc and our network of financial partners focus on <strong style='color: #F4A735;'>alleviating all our clients' financial pressure.</strong> This is in order for them to be able to focus on what they do best without unnecessary distraction.</p><p>Furthermore, Champions understand the <strong style='color: #F4A735;'> importance of plan for the future </strong>in order to ensure that our clients' lives are as every bit as successful in retirement as they are today.</p>";
				
				if(img)
				{
					img.src="../images/sports-management/sports-man-strip6.jpg";
					}
					
				if(logos)
				{
					logos.innerHTML="<img src='../images/sports-management/financial-management-logos.gif' alt='Sports Management'  />";
				    }
				break;
				
			 //end the loop
				
		
		}
	}
}
//start new function here.