function change(){
		var x = document.getElementById("programme");
		var y = document.getElementById("datetime");
		var z = document.getElementById("category");

		if(z.value=="leadership"){
			x.options[0].text="Employee Performance Management ";
			x.options[0].value="emperf";
			x.options[1].text="Leading and Managing Change ";
			x.options[1].value="lead";
			x.options[2].text="Creating and Sustaining Superior Performance ";
			x.options[2].value="create";
			x.options[3].text="Advanced Supervisory Skills";
			x.options[3].value="supskil";
			x.options[4].text="Developing Senior Management Capacity";
			x.options[4].value="devsen";
			x.options[5].text="Problem Solving and Decision-Making";
			x.options[5].value="prosolve";
			x.options[6].text="Strategic Thinking and Planning";
			x.options[6].value="strthink";
			x.options[7].text="Team Boundary Management";
			x.options[7].value="teamboundary";
			x.options[8].text="Coaching for Superior Performance";
			x.options[8].value="coaching";
		}
		if(z.value=="busdevelopment"){
			x.options[0].text="Superior Service Delivery & Customer Care";
			x.options[0].value="superiorservice";
			x.options[1].text="High Probability Prospecting for High Efficiency Selling";
			x.options[1].value="highprobability";
			x.options[2].text="Customer Relationship Marketing";
			x.options[2].value="customerrelation";
			x.options[3].text="Selling to Senior Executives";
			x.options[3].value="seniorexec";
			x.options[4].text="Business Negotiation and Persuasion ";
			x.options[4].value="businessnegotiation";
			x.options[5].text="Presentation Skills";
			x.options[5].value="presenskil";
			x.options[6].text="Communication Skills";
			x.options[6].value="communicationskil";
			x.options[7].text="Networking Skills for Business Development Executives";
			x.options[7].value="networkingskil";
			x.options[8].text="";
			x.options[8].value="";
		}
		if(z.value=="perdevelopment"){
			x.options[0].text="Superior Performance in the Workplace ";
			x.options[0].value="superiorperformancew";
			x.options[1].text="Superior Time, Task and Paper Management";
			x.options[1].value="superiortime";
			x.options[2].text="Interpersonal Skills in the Workplace";
			x.options[2].value="interpersonalskill";
			x.options[3].text="Business and Social Etiquette";
			x.options[3].value="socialettiquette";
			x.options[4].text="Superior Performance in Sec. and Personal Assistants";
			x.options[4].value="superiorperformancesec";
			x.options[5].text="Pre-retirement Workshop";
			x.options[5].value="pretirement";
			x.options[6].text="";
			x.options[6].value="";
			x.options[7].text="";
			x.options[7].value="";
			x.options[8].text="";
			x.options[8].value="";
			
		}
		if(z.value=="hr"){
			x.options[0].text="Strategic Issues in Human Capital Management";
			x.options[0].value="strategicissue";
			x.options[1].text="Employment Laws and Contract for HR Professionals";
			x.options[1].value="employmentlaw";
			x.options[2].text="";
			x.options[2].value="";
			x.options[3].text="";
			x.options[3].value="";
			x.options[4].text="";
			x.options[4].value="";
			x.options[5].text="";
			x.options[5].value="";
			x.options[6].text="";
			x.options[6].value="";
			x.options[7].text="";
			x.options[7].value="";
			x.options[8].text="";
			x.options[8].value="";
			
		}
		if(z.value=="special"){
			x.options[0].text="Managing Contracts";
			x.options[0].value="mancontract";
			x.options[1].text="Records and Information Management";
			x.options[1].value="recandinfo";
			x.options[2].text="Internal Audit";
			x.options[2].value="internalaudit";
			x.options[3].text="Managing The Procurement Function";
			x.options[3].value="managingtheproc";
			x.options[4].text="Safety Operations & Procedures in the Workplace";
			x.options[4].value="safetyoperation";
			x.options[5].text="";
			x.options[5].value="";
			x.options[6].text="";
			x.options[6].value="";
			x.options[7].text="";
			x.options[7].value="";
			x.options[8].text="";
			x.options[8].value="";
			
		}
		
		if(z.value=="none"){
			alert('Select a programme');
		}
		else if(x.value=="lead"){
			y.options[0].text="March 11-12";
			y.options[0].value="March ";
			y.options[1].text="July 15-16";
			y.options[1].value="July";
			y.options[2].text="";
			y.options[2].value="";
		}
		else if(x.value=="create"){
			y.options[0].text="March 12-14";
			y.options[0].value="March";
			y.options[1].text="June 10-12";
			y.options[1].value="June";
			y.options[2].text="August 27-29";
			y.options[2].value="August";
		}
		
		else if(x.value=="emperf"){
			y.options[0].text="February 19-21";
			y.options[0].value="Feb";
			y.options[1].text="August 5-7";
			y.options[1].value="Aug";
			y.options[2].text="November 12-14";
			y.options[2].value="Nov";
		}

		else if(x.value=="supskil"){
			y.options[0].text="June 11-13";
			y.options[0].value="June";
			y.options[1].text="October 28-20";
			y.options[1].value="October";
			y.options[2].text="";
			y.options[2].value="";
		}
		
		else if(x.value=="devsen"){
			y.options[0].text="April 21-25";
			y.options[0].value="April";
			y.options[1].text="July 21-25";
			y.options[1].value="July";
			y.options[2].text="November 24-28";
			y.options[2].value="November";
		}

		else if(x.value=="prosolve"){
			y.options[0].text="June 25-26";
			y.options[0].value="June";
			y.options[1].text="November 5-6";
			y.options[1].value="November";
			y.options[2].text="";
			y.options[2].value="";
		}

		else if(x.value=="strthink"){
			y.options[0].text="May 7-9";
			y.options[0].value="May";
			y.options[1].text="December 3-5";
			y.options[1].value="December";
			y.options[2].text="";
			y.options[2].value="";
			
		}

		else if(x.value=="teamboundary"){
			y.options[0].text="May 21-22";
			y.options[0].value="May ";
			y.options[1].text="July 2-3";
			y.options[1].value="July";
			y.options[2].text="December 9-10";
			y.options[2].value="December";
		}
		

		else if(x.value=="coaching"){
			y.options[0].text="April 1-2";
			y.options[0].value="April";
			y.options[1].text="November 11-12";
			y.options[1].value="November";
			y.options[2].text="";
			y.options[2].value="";
		}
		

		else if(x.value=="superiorservice"){
			y.options[0].text="February 7-8";
			y.options[0].value="February";
			y.options[1].text="July 2-3";
			y.options[1].value="July";
			y.options[2].text="October 30-31";
			y.options[2].value="October";
		}
		else if(x.value=="highprobability"){
			y.options[0].text="March 25-27";
			y.options[0].value="March";
			y.options[1].text="August 19-21";
			y.options[1].value="August";
			y.options[2].text="November 26-28";
			y.options[2].value="November";
		}
		
		else if(x.value=="customerrelation"){
			y.options[0].text="April 2-4";
			y.options[0].value="April";
			y.options[1].text="June 3-5";
			y.options[1].value="June";
			y.options[2].text="September 17-19";
			y.options[2].value="September";
		}
		else if(x.value=="seniorexec"){
			y.options[0].text="February 20-22";
			y.options[0].value="February";
			y.options[1].text="April 29-30";
			y.options[1].value="April";
			y.options[2].text="July 16-17";
			y.options[2].value="July";
		}
	
		else if(x.value=="businessnegotiation"){
			y.options[0].text="May 6-8";
			y.options[0].value="May";
			y.options[1].text="December 2-4";
			y.options[1].value="December";
			y.options[2].text="";
			y.options[2].value="";
		}
		

		else if(x.value=="presenskil"){
			y.options[0].text="March 26-27";
			y.options[0].value="March";
			y.options[1].text="October 7-8";
			y.options[1].value="October";
			y.options[2].text="";
			y.options[2].value="";
		}
		

		else if(x.value=="communicationskil"){
			y.options[0].text="February 26-27";
			y.options[0].value="February";
			y.options[1].text="October 7-8";
			y.options[1].value="October";
			y.options[2].text="";
			y.options[2].value="";
		}
	

		else if(x.value=="networkingskil"){
			y.options[0].text="March 19-20";
			y.options[0].value="March";
			y.options[1].text="July 23-24";
			y.options[1].value="July";
			y.options[2].text="September 16-17";
			y.options[2].value="September";
		}
	
		else if(x.value=="superiorperformancew"){
			y.options[0].text="April 9-11";
			y.options[0].value="April";
			y.options[1].text="August 19-21";
			y.options[1].value="August";
			y.options[2].text="November 19-21";
			y.options[2].value="November";
		}
		else if(x.value=="superiortime"){
			y.options[0].text="August 7-8";
			y.options[0].value="August";
			y.options[1].text="December 11-12";
			y.options[1].value="December";
			y.options[2].text="";
			y.options[2].value="";
		}
		else if(x.value=="interpersonalskill"){
			y.options[0].text="March 4-6";
			y.options[0].value="March";
			y.options[1].text="June 25-27";
			y.options[1].value="June";
			y.options[2].text="Septmember 3-5";
			y.options[2].value="September";
		}
		else if(x.value=="socialettiquette"){
			y.options[0].text="";
			y.options[0].value="";
			y.options[1].text="";
			y.options[1].value="";
			y.options[2].text="";
			y.options[2].value="";
		}
		else if(x.value=="superiorperformancesec"){
			y.options[0].text="May 1-2";
			y.options[0].value="May";
			y.options[1].text="August 12-14";
			y.options[1].value="August";
			y.options[2].text="";
			y.options[2].value="";
		}
		else if(x.value=="pretirement"){
			y.options[0].text="July 25-26";
			y.options[0].value="July";
			y.options[1].text="";
			y.options[1].value="";
			y.options[2].text="";
			y.options[2].value="";
		}
		else if(x.value == "strategicissue"){
			y.options[0].text="May 19-23";
			y.options[0].value="May";
			y.options[1].text="September 24-26";
			y.options[1].value="September";
			y.options[2].text="";
			y.options[2].value="";
		}
		else if(x.value=="employmentlaw"){
			y.options[0].text="June 16-21";
			y.options[0].value="June";
			y.options[1].text="October 20-24";
			y.options[1].value="October";
			y.options[2].text="";
			y.options[2].value="";
		}
		else if(x.value=="mancontract"){
			y.options[0].text="Special";
			y.options[0].value="";
			y.options[1].text="";
			y.options[1].value="";
			y.options[2].text="";
			y.options[2].value="";
		}
		else if(x.value=="recandinfo"){
			y.options[0].text="Special";
			y.options[0].value="";
			y.options[1].text="";
			y.options[1].value="";
			y.options[2].text="";
			y.options[2].value="";
		}
		else if(x.value=="internalaudit"){
			y.options[0].text="Availabla as in-house programmes only";
			y.options[0].value="Special";
			y.options[1].text="";
			y.options[1].value="";
			y.options[2].text="";
			y.options[2].value="";
		}
		else if(x.value=="managingtheproc"){
			y.options[0].text="Availabla as in-house programmes only";
			y.options[0].value="Special";
			y.options[1].text="";
			y.options[1].value="";
			y.options[2].text="";
			y.options[2].value="";
		}
		else if(x.value=="safetyoperation"){
			y.options[0].text="Availabla as in-house programmes only";
			y.options[0].value="Special";
			y.options[1].text="";
			y.options[1].value="";
			y.options[2].text="";
			y.options[2].value="";
		}
		
		
		
	}