// JavaScript Document
function setOptions(chosen) {
var selbox = document.stsform.Course;
 
selbox.options.length = 0;
if (chosen == " ") {
  selbox.options[selbox.options.length] = new Option('Please select one of the options above first',' ');
 
}
if (chosen == "Licensed Trade") {
	selbox.options[selbox.options.length] = new
Option('I am interested in more than one course','I am interested in more than one course');
	selbox.options[selbox.options.length] = new
Option(' Scottish Certificate for Personal License Holders',' Scottish Certificate for Personal License Holders');
	selbox.options[selbox.options.length] = new
Option('Level 2 National Certificate for Door Supervisors (Scotland)','Level 2 National Certificate for Door Supervisors (Scotland)');
	selbox.options[selbox.options.length] = new
Option('Level 3 Certificate in Licensed Hospitality','Level 3 Certificate in Licensed Hospitality');
	selbox.options[selbox.options.length] = new
Option('Level 3 Diploma in Licensed Hospitality','Level 3 Diploma in Licensed Hospitality');
	selbox.options[selbox.options.length] = new
Option('Level 2 National Certificate for Personal License Holders','Level 2 National Certificate for Personal License Holders');
	selbox.options[selbox.options.length] = new
Option('Level 2 National Certificate for Licensed Retail','Level 2 National Certificate for Licensed Retail');
	selbox.options[selbox.options.length] = new
Option('Level 2 Certificate for Licensees (Drug Awareness)','Level 2 Certificate for Licensees (Drug Awareness)');
	selbox.options[selbox.options.length] = new
Option('Level 2 National Certificate for Licensed Retail','Level 2 National Certificate for Licensed Retail');
	selbox.options[selbox.options.length] = new
Option('Level 1 Award in Responsible Alcohol Retailing','Level 1 Award in Responsible Alcohol Retailing');
	selbox.options[selbox.options.length] = new
Option('National Certificate for Designated Premises Supervisors','National Certificate for Designated Premises Supervisors');
	selbox.options[selbox.options.length] = new
Option('Award in Conflict Management','Award in Conflict Management');
	selbox.options[selbox.options.length] = new
Option('Award in Beer and Cellar Quality','Award in Beer and Cellar Quality');
	selbox.options[selbox.options.length] = new
Option('Professional Bar person’s Qualification (Customer and Drinks Service)','SProfessional Bar person’s Qualification (Customer and Drinks Service)');
	selbox.options[selbox.options.length] = new
Option('Scottish Licensee’s Certificate (For all other licenses and Off-sales)','Scottish Licensee’s Certificate (For all other licenses and Off-sales)');
	selbox.options[selbox.options.length] = new
Option('Scottish Certificate for Licensing Board Members','Scottish Certificate for Licensing Board Members');
	selbox.options[selbox.options.length] = new
Option('Scottish Certificate for Licensing Standards Officer','Scottish Certificate for Licensing Standards Officer');
	selbox.options[selbox.options.length] = new
Option('Profitable Business Portfolio','Profitable Business Portfolio');
	selbox.options[selbox.options.length] = new
Option('Scottish Licensee’s Certificate in Drug Awareness','Scottish Licensee’s Certificate in Drug Awareness');
}


if (chosen == "SIA License to Practice") {
  selbox.options[selbox.options.length] = new
Option('National Certificate for Door Supervisors (Scotland)','National Certificate for Door Supervisors (Scotland)');
  selbox.options[selbox.options.length] = new
Option('CCTV Operator','CCTV Operator');
	selbox.options[selbox.options.length] = new
Option('Security Guarding','Security Guarding');
	selbox.options[selbox.options.length] = new
Option('Close Protection','Close Protection');
}

if (chosen == "NVQ") {
	selbox.options[selbox.options.length] = new
Option('I am interested in more than one course','I am interested in more than one course');
  selbox.options[selbox.options.length] = new
Option('IT Users Level 3','IT Users Level 3');
  selbox.options[selbox.options.length] = new
Option('Business and Administration Level 2','Business and Administration Level 2');
	selbox.options[selbox.options.length] = new
Option('Business and Administration Level 3','Business and Administration Level 3');
	selbox.options[selbox.options.length] = new
Option('IT Practitioner Level 2','IT Practitioner Level 2');
	selbox.options[selbox.options.length] = new
Option('IT Practitioner Level 3','IT Practitioner Level 3');
	selbox.options[selbox.options.length] = new
Option('IT Practitioner Level 4','IT Practitioner Level 4');
	selbox.options[selbox.options.length] = new
Option('Learning and Development Level 3','Learning and Development Level 3');
	selbox.options[selbox.options.length] = new
Option('Learning and Development Level 4','Learning and Development Level 4');
	selbox.options[selbox.options.length] = new
Option('Direct Training and Support Level 3','Direct Training and Support Level 3');
	selbox.options[selbox.options.length] = new
Option('Management of Learning and Development Provision Level 4','Management of Learning and Development Provision Level 4');
	selbox.options[selbox.options.length] = new
Option('Team Leading Level 2','Team Leading Level 2');
	selbox.options[selbox.options.length] = new
Option('Management Level 3','Management Level 3');
	selbox.options[selbox.options.length] = new
Option('Management Level 4','Management Level 4');
	selbox.options[selbox.options.length] = new
Option('Contact Centre Operations Level 2','Contact Centre Operations Level 2');
	selbox.options[selbox.options.length] = new
Option('Contact Centre Professional Level 3','Contact Centre Professional Level 3');
	selbox.options[selbox.options.length] = new
Option('Customer Service Level 2','Customer Service Level 2');
	selbox.options[selbox.options.length] = new
Option('Customer Service Level 3','Customer Service Level 3');
	selbox.options[selbox.options.length] = new
Option('Hospitality Front Office Level 1','Hospitality Front Office Level 1');
	selbox.options[selbox.options.length] = new
Option('Hospitality Front Office Level 2','Hospitality Front Office Level 2');
	selbox.options[selbox.options.length] = new
Option('Hospitality Multi-Skilled Level 1','Hospitality Multi-Skilled Level 1');
	selbox.options[selbox.options.length] = new
Option('Hospitality Housekeeping Level 1','Hospitality Housekeeping Level 1');
	selbox.options[selbox.options.length] = new
Option('Hospitality Food and Drink Service Level 1','Hospitality Food and Drink Service Level 1');
	selbox.options[selbox.options.length] = new
Option('Hospitality Supervision Level 3','Hospitality Supervision Level 3');
	selbox.options[selbox.options.length] = new
Option('Food and Drink Service Level 2','Food and Drink Service Level 2');
	selbox.options[selbox.options.length] = new
Option('Retail Skills Level 2','Retail Skills Level 2');
	selbox.options[selbox.options.length] = new
Option('Hairdressing Level 2','Hairdressing Level 2');
	selbox.options[selbox.options.length] = new
Option('Hairdressing Level 3','Hairdressing Level 3');
}

if (chosen == "Instructor Qualifications") {
	selbox.options[selbox.options.length] = new
Option('I am interested in more than one course','I am interested in more than one course');
  selbox.options[selbox.options.length] = new
Option('City & Guilds Certificate in Preparing to Teach in the Lifelong Learning Sector Level 3/4 (UK wide)','City & Guilds Certificate in Preparing to Teach in the Lifelong Learning Sector Level 3/4 (UK wide)');
	selbox.options[selbox.options.length] = new
Option('A1 Assessors Award \ V1 Verifiers Award','A1 Assessors Award \ V1 Verifiers Award');
	selbox.options[selbox.options.length] = new
Option('City & Guilds Level 3 Certificate for Deliverers of Conflict Management Training (1886)','City & Guilds Level 3 Certificate for Deliverers of Conflict Management Training (1886)');
	selbox.options[selbox.options.length] = new
Option('Level 3 Certificate for Door Stewards (Scotland)','Level 3 Certificate for Door Stewards (Scotland)');
}

if (chosen == "Office Applications") {
	selbox.options[selbox.options.length] = new
Option('European Computer Driving Licence® (ECDL)','European Computer Driving Licence® (ECDL)');
}

if (chosen == "Learning Bytes") {
	selbox.options[selbox.options.length] = new
Option('Business Skills','Business Skills');
	selbox.options[selbox.options.length] = new
Option('Clusters','Clusters');
	selbox.options[selbox.options.length] = new
Option('Core Skills','Core Skills');
	selbox.options[selbox.options.length] = new
Option('E-Learning Tasters','E-Learning Tasters');
	selbox.options[selbox.options.length] = new
Option('IT Skills','IT Skills');
	selbox.options[selbox.options.length] = new
Option('Life Skills','Life Skills');
	selbox.options[selbox.options.length] = new
Option('Sector Skills','Sector Skills');
}


}