function activesports(f,s) { f.options[f.options.length] = new Option('Badminton','Badminton'); f.options[f.options.length] = new Option('Cross Country (Boys)','Cross_Country_Boys'); f.options[f.options.length] = new Option('Cross Country (Girls)','Cross_Country_Girls'); f.options[f.options.length] = new Option('Football','Football'); f.options[f.options.length] = new Option('Golf (Boys)','Golf_Boys'); f.options[f.options.length] = new Option('Golf (Girls)','Golf_Girls'); f.options[f.options.length] = new Option('Swim/Dive (Boys)','Swim_Dive_Boys'); f.options[f.options.length] = new Option('Swim/Dive (Girls)','Swim_Dive_Girls'); f.options[f.options.length] = new Option('Volleyball (Girls)','Volleyball_Girls'); }