// JavaScript Document
// This document can contain any number of functions, related to which set of information you wish to display  
// It currently contains one generic function, and 4 course specific ones
// The speed of the switch over is controlled by the setTimeout parameter at the bottom of each function - higher = longer, smaller = faster
// to add new locations, copy the 2ND TO LAST 'else if' statement, adding '1' to the previous value for 'inc'

// start the code for the default function

function presentation_intro() {
	ecs_courses();
	default_courses();
	}

			var inc=-1 //increment variable
			function default_courses(){
			
			if (!document.getElementById) return
			inc++
			if (inc==0)
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>London<br /><font color=\"#0044EE\">18 Mar</font></strong><br />EFFECTIVE<br />Communication Skills</a></p>"
			else if (inc==1)
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>London<br /><font color=\"#0044EE\">22 Mar</font></strong><br />FIRST<br />Presentation Skills</a></p>"
			else if (inc==2)
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>London<br /><font color=\"#0044EE\">7 Apr</font></strong><br />EFFECTIVE<br />Presentation Skills</a></p>"
			else if (inc==3)
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>London<br /><font color=\"#0044EE\">22 Mar</font></strong><br />POWERFUL<br />Presentation Skills</a></p>"
			else if (inc==4)
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>Birmingham<br /><font color=\"#0044EE\">12 Apr</font></strong><br />FIRST<br />Presentation Skills</a></p>"
			else if (inc==5)
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>Birmingham<br /><font color=\"#0044EE\">5 May</font></strong><br />EFFECTIVE<br />Presentation Skills</a></p>"
			else if (inc==6)
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>Manchester<br /><font color=\"#0044EE\">15 Mar</font></strong><br />EFFECTIVE<br />Communication Skills</a></p>"
			else if (inc==7)
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>Manchester<br /><font color=\"#0044EE\">16 Mar</font></strong><br />FIRST<br />Presentation Skills</a></p>"
			else if (inc==8)
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>Manchester<br /><font color=\"#0044EE\">17 Mar</font></strong><br />EFFECTIVE<br />Presentation Skills</a></p>"
			else if (inc==9)
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>Glasgow<br /><font color=\"#0044EE\">20 Apr</font></strong><br />EFFECTIVE<br />Communication Skills</a></p>"
			else if (inc==10)
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>Glasgow<br /><font color=\"#0044EE\">30 Aug</font></strong><br />FIRST<br />Presentation Skills</a></p>"
			else if (inc==11)
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>Glasgow<br /><font color=\"#0044EE\">16 Jun</font></strong><br />EFFECTIVE<br />Presentation Skills</a></p>"
			else if (inc==12)
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>Edinburgh<br /><font color=\"#0044EE\">12 May</font></strong><br />FIRST<br />Presentation Skills</a></p>"

			
			else
			{
			document.getElementById("default_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/availability/index.htm\"><strong>Edinburgh<br /><font color=\"#0044EE\">8 Sep</font></strong><br />EFFECTIVE<br />Presentation Skills</a></p>"
			inc=-1
			}
			setTimeout("default_courses()",3000)
			}

// start code for ECS function

			var inc=-1 //increment variable
			function ecs_courses(){
			
			if (!document.getElementById) return
			inc++
			if (inc==0)
			document.getElementById("ecs_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/effective_communications.pdf\">EFFECTIVE<br />Communication Skills<br /><strong>London<br /><font color=\"#0044EE\">18 Mar<BR />28 Apr<br />16 May</font></strong><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
			else if (inc==1)
			document.getElementById("ecs_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/effective_communications.pdf\">EFFECTIVE<br />Communication Skills<br /><strong>Manchester<br /><font color=\"#0044EE\">15 Mar<BR />26 Jul<br />22 Nov</font></strong><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
			
			else
			{
			document.getElementById("ecs_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/effective_communications.pdf\">EFFECTIVE<br />Communication Skills<br /><strong>Glasgow<br /><font color=\"#0044EE\">20 Apr<BR />26 Aug<br />1 Nov</font></strong><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
			inc=-1
			}
			setTimeout("ecs_courses()",3000)
			}

// start code for FPS function
			var inc=-1 //increment variable
			function fps_courses(){
			
			if (!document.getElementById) return
			inc++
			if (inc==0)
			document.getElementById("fps_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/first-presentation-skills.pdf\">FIRST<br />Presentation Skills<br /><strong>London<br /><font color=\"#0044EE\">22 Mar<BR />5 Apr<br />21 Apr</font></strong><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
			else if (inc==1)
			document.getElementById("fps_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/first-presentation-skills.pdf\">FIRST<br />Presentation Skills<br /><strong>Birmingham<br /><font color=\"#0044EE\">12 Apr<BR />15 Jun<br />16 Aug</font></strong><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
			else if (inc==2)
			document.getElementById("fps_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/first-presentation-skills.pdf\">FIRST<br />Presentation Skills<br /><strong>Manchester<br /><font color=\"#0044EE\">16 Mar<BR />24 May<br />27 Jul</font></strong><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
			else if (inc==3)
			document.getElementById("fps_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/first-presentation-skills.pdf\">FIRST<br />Presentation Skills<br /><strong>Glasgow<br /><font color=\"#0044EE\">30 Aug</font></strong><br /><br /><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
			
			else
			{
			document.getElementById("fps_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/first-presentation-skills.pdf\">FIRST<br />Presentation Skills<br /><strong>Edinburgh<br /><font color=\"#0044EE\">12 May<BR />14 Nov<br /></font></strong><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
			inc=-1
			}
			setTimeout("fps_courses()",3000)
			}

// start code for EPS
			var inc=-1 //increment variable
			function eps_courses(){
			
			if (!document.getElementById) return
			inc++
			if (inc==0)
			document.getElementById("eps_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/effective_presentations.pdf\">EFFECTIVE<br />Presentation Skills<br /><strong>London<br /><font color=\"#0044EE\">7-8 Apr<BR />25-26 Apr<br />12-13 May</font></strong><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
			else if (inc==1)
			document.getElementById("eps_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/effective_presentations.pdf\">EFFECTIVE<br />Presentation Skills<br /><strong>Birmingham<br /><font color=\"#0044EE\">5-6 May<br />19-20 Jul<br />29-30 Sep</font></strong><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
			else if (inc==2)
			document.getElementById("eps_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/effective_presentations.pdf\">EFFECTIVE<br />Presentation Skills<br /><strong>Manchester<br /><font color=\"#0044EE\">25-26 May<BR />28-29 Jul<br />22-23 Sep</font></strong><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
			else if (inc==3)
			document.getElementById("eps_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/effective_presentations.pdf\">EFFECTIVE<br />Presentation Skills<br /><strong>Glasgow<br /><font color=\"#0044EE\">16-17 Jun<BR />6-7 Dec<br /></font></strong><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
			
			else
			{
			document.getElementById("eps_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/effective_presentations.pdf\">EFFECTIVE<br />Presentation Skills<br /><strong>Edinburgh<br /><font color=\"#0044EE\">8-9 Sep<br /><br /></font></strong><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
			inc=-1
			}
			setTimeout("eps_courses()",3000)
			}


// start code for PPS  Because there is only one venue that runs these courses
// there is no IF statement required

			function pps_courses(){
			
			document.getElementById("pps_fader").innerHTML="<p><a href=\"http://www.skillstudio.co.uk/course/advanced-presentation-skills.pdf\">POWERFUL<br />Presentation Skills<br /><strong>London<br /><font color=\"#0044EE\">22-23 Mar<BR />17-18 May<br />6-7 Jul</font></strong><br /><font color=\"#ee2200\"><br />Click for brochure</font></a></p>"
				}
// start code for MULTIPLE faders ...

function presentation_intro_courses() {
	fps_courses();
	eps_courses();
	pps_courses();
	}

