function allsports(f,s) { f.options[f.options.length] = new Option('Badminton ','3'); f.options[f.options.length] = new Option('Baseball ','17'); f.options[f.options.length] = new Option('Basketball (Boys)','10'); f.options[f.options.length] = new Option('Basketball (Girls)','11'); f.options[f.options.length] = new Option('Cross Country (Boys)','6'); f.options[f.options.length] = new Option('Cross Country (Girls)','7'); f.options[f.options.length] = new Option('Football ','1'); f.options[f.options.length] = new Option('Golf ','22'); f.options[f.options.length] = new Option('Golf (Boys)','4'); f.options[f.options.length] = new Option('Golf (Girls)','5'); f.options[f.options.length] = new Option('Soccer (Boys)','12'); f.options[f.options.length] = new Option('Soccer (Girls)','13'); f.options[f.options.length] = new Option('Softball ','18'); f.options[f.options.length] = new Option('Swim/Dive (Boys)','8'); f.options[f.options.length] = new Option('Swim/Dive (Girls)','9'); f.options[f.options.length] = new Option('Tennis (Boys)','19'); f.options[f.options.length] = new Option('Tennis (Girls)','20'); f.options[f.options.length] = new Option('Track and Field (Boys)','15'); f.options[f.options.length] = new Option('Track and Field (Girls)','16'); f.options[f.options.length] = new Option('Volleyball (Boys)','21'); f.options[f.options.length] = new Option('Volleyball (Girls)','2'); f.options[f.options.length] = new Option('Wrestling ','14'); }