function fillCategory(){ 
		
			addOption(document.drop_list.Category, "21", "Prairie Chix",  "");
			addOption(document.drop_list.Category, "20", "Dolphins",  "");
			addOption(document.drop_list.Category, "58", "BGees",  "");
			addOption(document.drop_list.Category, "19", "Wildcats",  "");
			addOption(document.drop_list.Category, "22", "Spirals",  "");
			addOption(document.drop_list.Category, "23", "The Rooks",  "");
			addOption(document.drop_list.Category, "24", "Bombshells",  "");
			addOption(document.drop_list.Category, "25", "Fumblebucks",  "");
			addOption(document.drop_list.Category, "74", "Eclipse",  "");
			addOption(document.drop_list.Category, "57", "Wolfpack",  "");
			addOption(document.drop_list.Category, "60", "Darkness",  "");
			addOption(document.drop_list.Category, "70", "Dirty Cleats",  "");
			addOption(document.drop_list.Category, "32", "Untouchables",  "");
			addOption(document.drop_list.Category, "63", "Red Rockets",  "");
			addOption(document.drop_list.Category, "37", "Swamp Donkeys",  "");
			addOption(document.drop_list.Category, "61", "Eastside Mario Bros.",  "");
			addOption(document.drop_list.Category, "27", "Toads",  "");
			addOption(document.drop_list.Category, "28", "Potatoes",  "");
			addOption(document.drop_list.Category, "29", "Sardinia Stingers",  "");
			addOption(document.drop_list.Category, "30", "Black Dragons",  "");
			addOption(document.drop_list.Category, "71", "Sun Devils",  "");
			addOption(document.drop_list.Category, "72", "Crows",  "");
			addOption(document.drop_list.Category, "62", "The Naturals",  "");
			addOption(document.drop_list.Category, "40", "Navy",  "");
			addOption(document.drop_list.Category, "44", "Tropic Thunder",  "");
			addOption(document.drop_list.Category, "65", "Dodge City Chargers",  "");
			addOption(document.drop_list.Category, "69", "Supersonics",  "");
			addOption(document.drop_list.Category, "49", "Badgers",  "");
			addOption(document.drop_list.Category, "64", "Rhinos",  "");
			addOption(document.drop_list.Category, "41", "Navy II",  "");
			addOption(document.drop_list.Category, "43", "Outlaws",  "");
			addOption(document.drop_list.Category, "53", "Orange Crush",  "");
			addOption(document.drop_list.Category, "48", "Studly Stallions",  "");
			addOption(document.drop_list.Category, "73", "Hosers",  "");
			addOption(document.drop_list.Category, "10000", "League Assigned",  ""); 
		}
		function SelectSubCat(){
					removeAllOptions(document.drop_list.SubCat); 
					addOption(document.drop_list.SubCat, "", "SubCat", "");
					
					
				if(document.drop_list.Category.value == '21'){
						addOption(document.drop_list.SubCat, "635", "Sara Shymko");
						addOption(document.drop_list.SubCat, "1481", "Tenille Banadyga");
						addOption(document.drop_list.SubCat, "1482", "Amber Rollack");
						addOption(document.drop_list.SubCat, "1483", "Andrea Campbell");
						addOption(document.drop_list.SubCat, "1484", "Colleen Olfert");
						addOption(document.drop_list.SubCat, "1485", "Dana Begg");
						addOption(document.drop_list.SubCat, "1486", "Erin Christiaens");
						addOption(document.drop_list.SubCat, "1487", "Jocelyn Krieg");
						addOption(document.drop_list.SubCat, "1488", "Julie Bakke");
						addOption(document.drop_list.SubCat, "1489", "Leah McKenzie");
						addOption(document.drop_list.SubCat, "1490", "Lindsay Haeusler");
						addOption(document.drop_list.SubCat, "1491", "Renae Fortier");
						addOption(document.drop_list.SubCat, "1492", "Rikki Chobotuk");
						addOption(document.drop_list.SubCat, "1493", "Sherry Tarasoff");
						addOption(document.drop_list.SubCat, "1494", "Tanya Shevchenko");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '20'){
						addOption(document.drop_list.SubCat, "422", "Darla Lee-Walde");
						addOption(document.drop_list.SubCat, "1271", "Patti  Fisher");
						addOption(document.drop_list.SubCat, "1272", "Leann Houdek");
						addOption(document.drop_list.SubCat, "1273", "Kim  Bristow");
						addOption(document.drop_list.SubCat, "1275", "Jamie  Houdek");
						addOption(document.drop_list.SubCat, "1276", "Lori Garchinski");
						addOption(document.drop_list.SubCat, "1277", "Diane Crawford");
						addOption(document.drop_list.SubCat, "1278", "Elena  Kube");
						addOption(document.drop_list.SubCat, "1279", "Stacey Dansereau-Thomson");
						addOption(document.drop_list.SubCat, "1280", "Kinesha Denny");
						addOption(document.drop_list.SubCat, "1281", "Lori Carter");
						addOption(document.drop_list.SubCat, "1282", "Theresa Bodnar");
						addOption(document.drop_list.SubCat, "1283", "Robyn Howey-Bowes");
						addOption(document.drop_list.SubCat, "1285", "Ariel Crawford");
						addOption(document.drop_list.SubCat, "1286", "Erin Hiebert");
						addOption(document.drop_list.SubCat, "1287", "Adrianne  Begg");
						addOption(document.drop_list.SubCat, "1288", "Donna Nelson");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '58'){
						addOption(document.drop_list.SubCat, "250", "Michelle Duchene");
						addOption(document.drop_list.SubCat, "1129", "Carisa Polischuk");
						addOption(document.drop_list.SubCat, "1132", "Kelly Gibson");
						addOption(document.drop_list.SubCat, "1134", "Leanne Gusikoski");
						addOption(document.drop_list.SubCat, "1137", "Tara Czarnecki");
						addOption(document.drop_list.SubCat, "1138", "Nicole Doetzel");
						addOption(document.drop_list.SubCat, "1139", "Erica Gavel");
						addOption(document.drop_list.SubCat, "1140", "Chelsea Guebert");
						addOption(document.drop_list.SubCat, "1141", "Julie Paetsch");
						addOption(document.drop_list.SubCat, "1142", "Michelle Parker");
						addOption(document.drop_list.SubCat, "1143", "Megan Serke");
						addOption(document.drop_list.SubCat, "1145", "Chelsea Harris");
						addOption(document.drop_list.SubCat, "1146", "Adrienne Stinson");
						addOption(document.drop_list.SubCat, "1147", "Alicia Wilson");
						addOption(document.drop_list.SubCat, "1700", "Marci Kiselyk");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '19'){
						addOption(document.drop_list.SubCat, "563", "Laura Bosovich");
						addOption(document.drop_list.SubCat, "1405", "Jennifer Shire");
						addOption(document.drop_list.SubCat, "1406", "Candace Shire");
						addOption(document.drop_list.SubCat, "1407", "Ashlie Carder");
						addOption(document.drop_list.SubCat, "1408", "Tracey Steel");
						addOption(document.drop_list.SubCat, "1409", "Nicole Gentner");
						addOption(document.drop_list.SubCat, "1410", "Lisa Rein");
						addOption(document.drop_list.SubCat, "1411", "Kim Brown");
						addOption(document.drop_list.SubCat, "1412", "Elena Harmon");
						addOption(document.drop_list.SubCat, "1413", "Kim Lalonde");
						addOption(document.drop_list.SubCat, "1414", "Amy Velichka");
						addOption(document.drop_list.SubCat, "1415", "Teresa Lalonde");
						addOption(document.drop_list.SubCat, "1416", "Angela Smith");
						addOption(document.drop_list.SubCat, "1417", "Lonetta Perry");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '22'){
						addOption(document.drop_list.SubCat, "574", "Jackie Lehmann");
						addOption(document.drop_list.SubCat, "1418", "Felicia  Hofstra");
						addOption(document.drop_list.SubCat, "1419", "Chelene Riendeau");
						addOption(document.drop_list.SubCat, "1420", "Celena Moody");
						addOption(document.drop_list.SubCat, "1421", "Susan  Campbell");
						addOption(document.drop_list.SubCat, "1423", "Kayla Camboia");
						addOption(document.drop_list.SubCat, "1424", "Jenn Poudrier");
						addOption(document.drop_list.SubCat, "1425", "Michelle Kozuska");
						addOption(document.drop_list.SubCat, "1427", "Tanya Dunn-Pierce");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '23'){
						addOption(document.drop_list.SubCat, "310", "Janelle Holubetz");
						addOption(document.drop_list.SubCat, "1432", "Breanne George");
						addOption(document.drop_list.SubCat, "1433", "Sara White");
						addOption(document.drop_list.SubCat, "1435", "Jalynn Middleton");
						addOption(document.drop_list.SubCat, "1436", "Jenny Holtsman");
						addOption(document.drop_list.SubCat, "1437", "Becky Fleming");
						addOption(document.drop_list.SubCat, "1438", "Stacey Allen");
						addOption(document.drop_list.SubCat, "1439", "Kelsey Allen");
						addOption(document.drop_list.SubCat, "1440", "Julene  Friesen");
						addOption(document.drop_list.SubCat, "1443", "Michelle  Keene");
						addOption(document.drop_list.SubCat, "1444", "Kirstie  Prefontaine");
						addOption(document.drop_list.SubCat, "1445", "Leanne Shellenberg");
						addOption(document.drop_list.SubCat, "1509", "Chantal Dyck");
						addOption(document.drop_list.SubCat, "1510", "Stacey Boldt");
						addOption(document.drop_list.SubCat, "1549", "Kimberly Walter");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '24'){
						addOption(document.drop_list.SubCat, "525", "Leanne Priddell");
						addOption(document.drop_list.SubCat, "1319", "Adrienne Healey");
						addOption(document.drop_list.SubCat, "1321", "Crystal Hanson");
						addOption(document.drop_list.SubCat, "1322", "Crystal Hrynuik");
						addOption(document.drop_list.SubCat, "1323", "Angela Hrynuik");
						addOption(document.drop_list.SubCat, "1324", "Heather Hansen");
						addOption(document.drop_list.SubCat, "1325", "Nikki Braun");
						addOption(document.drop_list.SubCat, "1328", "Ashlee McLardy");
						addOption(document.drop_list.SubCat, "1329", "Sarah Cordick");
						addOption(document.drop_list.SubCat, "1330", "Tabitha Wilson");
						addOption(document.drop_list.SubCat, "1331", "Tanya Peters");
						addOption(document.drop_list.SubCat, "1332", "Melissa Denis");
						addOption(document.drop_list.SubCat, "1333", "Kristy McKnight");
						addOption(document.drop_list.SubCat, "1334", "Melissa Park");
						addOption(document.drop_list.SubCat, "1335", "Kelly Seabrook");
						addOption(document.drop_list.SubCat, "1336", "Serene Smyth");
						addOption(document.drop_list.SubCat, "1337", "Nicole  Orr");
						addOption(document.drop_list.SubCat, "1338", "Sarah Eaton");
						addOption(document.drop_list.SubCat, "1339", "Cara Riendeau");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '25'){
						addOption(document.drop_list.SubCat, "483", "Joanne Shier");
						addOption(document.drop_list.SubCat, "1148", "Kara Moskalyk");
						addOption(document.drop_list.SubCat, "1149", "Lindsay  Putland");
						addOption(document.drop_list.SubCat, "1150", "Sarah Dobson");
						addOption(document.drop_list.SubCat, "1151", "Jocelyn  Wiebe");
						addOption(document.drop_list.SubCat, "1152", "Nicole Mossop");
						addOption(document.drop_list.SubCat, "1153", "Jenn Weibe");
						addOption(document.drop_list.SubCat, "1155", "Stephanie Waldner");
						addOption(document.drop_list.SubCat, "1156", "Sandra  Schatz");
						addOption(document.drop_list.SubCat, "1157", "Shelby Sluth");
						addOption(document.drop_list.SubCat, "1160", "Angela Pfeifer");
						addOption(document.drop_list.SubCat, "1161", "Jenny Thorpe");
						addOption(document.drop_list.SubCat, "1162", "Carol Klassen");
						addOption(document.drop_list.SubCat, "1163", "Jodie Durston");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '74'){
						addOption(document.drop_list.SubCat, "1070", "Paige Fitzsimmons");
						addOption(document.drop_list.SubCat, "1071", "Christine Kary");
						addOption(document.drop_list.SubCat, "1257", "Chelsie Jackson");
						addOption(document.drop_list.SubCat, "1258", "Vanessa Pittet");
						addOption(document.drop_list.SubCat, "1259", "Lisa Rymes");
						addOption(document.drop_list.SubCat, "1260", "Sarah Abbs");
						addOption(document.drop_list.SubCat, "1261", "Erin Coates");
						addOption(document.drop_list.SubCat, "1262", "Lanette Ehman");
						addOption(document.drop_list.SubCat, "1263", "Bobbi Ross");
						addOption(document.drop_list.SubCat, "1264", "Arielle Popick");
						addOption(document.drop_list.SubCat, "1326", "Lindsay Lundback");
						addOption(document.drop_list.SubCat, "1567", "Michelle Pittet");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '57'){
						addOption(document.drop_list.SubCat, "1073", "Krista Townsend");
						addOption(document.drop_list.SubCat, "1341", "Alyss Poirier");
						addOption(document.drop_list.SubCat, "1343", "Avree Bujaczek");
						addOption(document.drop_list.SubCat, "1344", "Beck Parker");
						addOption(document.drop_list.SubCat, "1345", "Danielle Westgard");
						addOption(document.drop_list.SubCat, "1346", "Denille Heron");
						addOption(document.drop_list.SubCat, "1347", "Jamie Forbes");
						addOption(document.drop_list.SubCat, "1348", "Juli Friesen");
						addOption(document.drop_list.SubCat, "1349", "Kelly McVicar");
						addOption(document.drop_list.SubCat, "1350", "Kristin Bartok");
						addOption(document.drop_list.SubCat, "1353", "Melissa Turk");
						addOption(document.drop_list.SubCat, "1356", "Naomi Ziolkowski");
						addOption(document.drop_list.SubCat, "1375", "Adele Laye");
						addOption(document.drop_list.SubCat, "1583", "Lindsey Townsend");
						addOption(document.drop_list.SubCat, "1584", "Tricia Paquette");
						addOption(document.drop_list.SubCat, "1698", "Melissa Mittelholtz");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '60'){
						addOption(document.drop_list.SubCat, "200", "Ryan Parkhurst");
						addOption(document.drop_list.SubCat, "1065", "David McKinnon");
						addOption(document.drop_list.SubCat, "1227", "Kelly  Aasen");
						addOption(document.drop_list.SubCat, "1228", "Brennan olver");
						addOption(document.drop_list.SubCat, "1229", "Tom  Ross");
						addOption(document.drop_list.SubCat, "1230", "Mike Walby");
						addOption(document.drop_list.SubCat, "1231", "Mike  Edge");
						addOption(document.drop_list.SubCat, "1233", "Jeremy Ring");
						addOption(document.drop_list.SubCat, "1234", "dan  Laclair");
						addOption(document.drop_list.SubCat, "1235", "Kris  Street");
						addOption(document.drop_list.SubCat, "1252", "Jeff Dmytrowich");
						addOption(document.drop_list.SubCat, "1256", "Scott Chisholm");
						addOption(document.drop_list.SubCat, "1340", "Bibian  Rajakumar");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '70'){
						addOption(document.drop_list.SubCat, "1072", "Corey Wiebe");
						addOption(document.drop_list.SubCat, "1109", "Tyler MacKenzie");
						addOption(document.drop_list.SubCat, "1110", "Leighton Heron");
						addOption(document.drop_list.SubCat, "1111", "Tyler OGorman");
						addOption(document.drop_list.SubCat, "1112", "Rob Smith");
						addOption(document.drop_list.SubCat, "1113", "Laurence  Nixon");
						addOption(document.drop_list.SubCat, "1114", "Jordy Burrows");
						addOption(document.drop_list.SubCat, "1115", "Tyler Kachur");
						addOption(document.drop_list.SubCat, "1116", "Andrew Kachur");
						addOption(document.drop_list.SubCat, "1117", "Paul Caughlin");
						addOption(document.drop_list.SubCat, "1118", "Garett Olver");
						addOption(document.drop_list.SubCat, "1119", "Nnamdi  Metu");
						addOption(document.drop_list.SubCat, "1120", "Mike Smith");
						addOption(document.drop_list.SubCat, "1121", "Dathan Thomas");
						addOption(document.drop_list.SubCat, "1677", "Brad Hutchison");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '32'){
						addOption(document.drop_list.SubCat, "385", "Corey Fast");
						addOption(document.drop_list.SubCat, "1214", "Jon Schwanke");
						addOption(document.drop_list.SubCat, "1216", "Taylor Mui");
						addOption(document.drop_list.SubCat, "1218", "Carter Yuzdepski");
						addOption(document.drop_list.SubCat, "1219", "Anthony Leece");
						addOption(document.drop_list.SubCat, "1222", "Lindsey Wall");
						addOption(document.drop_list.SubCat, "1403", "Tom Gabruch");
						addOption(document.drop_list.SubCat, "1404", "Mark Touet");
						addOption(document.drop_list.SubCat, "1464", "Anthony Meyer");
						addOption(document.drop_list.SubCat, "1466", "Terry Martin");
						addOption(document.drop_list.SubCat, "1467", "Jordan Mckimmin");
						addOption(document.drop_list.SubCat, "1531", "Mark Sproule");
						addOption(document.drop_list.SubCat, "1532", "Dylan Bostmayer");
						addOption(document.drop_list.SubCat, "1537", "Alfred Borstmayer");
						addOption(document.drop_list.SubCat, "1578", "Jerrod Dietrich");
						addOption(document.drop_list.SubCat, "1607", "Chad Ekren");
						addOption(document.drop_list.SubCat, "1687", "Justin Klein");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '63'){
						addOption(document.drop_list.SubCat, "731", "Adam Bue");
						addOption(document.drop_list.SubCat, "1551", "Ryan Hutchinson");
						addOption(document.drop_list.SubCat, "1552", "Brandon Hutchinson");
						addOption(document.drop_list.SubCat, "1553", "Jay Lalli");
						addOption(document.drop_list.SubCat, "1554", "Jonathan Fouhse");
						addOption(document.drop_list.SubCat, "1555", "Shawn Melnyk");
						addOption(document.drop_list.SubCat, "1557", "Scott  Bryden");
						addOption(document.drop_list.SubCat, "1558", "Andrew Atiemo");
						addOption(document.drop_list.SubCat, "1559", "Michael Bue");
						addOption(document.drop_list.SubCat, "1563", "Farhad Syed");
						addOption(document.drop_list.SubCat, "1564", "Jasyn Dergo");
						addOption(document.drop_list.SubCat, "1565", "Alex Vanneste");
						addOption(document.drop_list.SubCat, "1566", "Jay Hutchinson");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '37'){
						addOption(document.drop_list.SubCat, "186", "Chad Bautz");
						addOption(document.drop_list.SubCat, "1164", "Doug Walde");
						addOption(document.drop_list.SubCat, "1165", "Claude Sander");
						addOption(document.drop_list.SubCat, "1166", "Robin Sander");
						addOption(document.drop_list.SubCat, "1167", "Ian Radchenko");
						addOption(document.drop_list.SubCat, "1168", "Simon Houdek");
						addOption(document.drop_list.SubCat, "1169", "Rob Spinney");
						addOption(document.drop_list.SubCat, "1170", "Carmen Koch");
						addOption(document.drop_list.SubCat, "1171", "Dave Reid");
						addOption(document.drop_list.SubCat, "1172", "Curtis Reid");
						addOption(document.drop_list.SubCat, "1173", "Jamie Kidd");
						addOption(document.drop_list.SubCat, "1174", "Steve Robertson");
						addOption(document.drop_list.SubCat, "1175", "Jerry Harder");
						addOption(document.drop_list.SubCat, "1176", "Jason Wouters");
						addOption(document.drop_list.SubCat, "1605", "Leon Bast");
						addOption(document.drop_list.SubCat, "1612", "Aaron Miller");
						addOption(document.drop_list.SubCat, "1694", "Layne Hertlein");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '61'){
						addOption(document.drop_list.SubCat, "124", "Don Moorman");
						addOption(document.drop_list.SubCat, "1178", "Rob Priestley");
						addOption(document.drop_list.SubCat, "1179", "Jeff Ruzicka");
						addOption(document.drop_list.SubCat, "1180", "Darren Ardell");
						addOption(document.drop_list.SubCat, "1181", "Ryan Arnold");
						addOption(document.drop_list.SubCat, "1182", "Dave Moorman");
						addOption(document.drop_list.SubCat, "1183", "Chris Sander");
						addOption(document.drop_list.SubCat, "1184", "Dana Lockwood");
						addOption(document.drop_list.SubCat, "1185", "Dave Lamb");
						addOption(document.drop_list.SubCat, "1186", "Derek Nagy");
						addOption(document.drop_list.SubCat, "1187", "Vince Gabruch");
						addOption(document.drop_list.SubCat, "1188", "Chad Seidel");
						addOption(document.drop_list.SubCat, "1189", "Brody Hermanson");
						addOption(document.drop_list.SubCat, "1191", "Doug Klassen");
						addOption(document.drop_list.SubCat, "1192", "Conrad Hildebrandt");
						addOption(document.drop_list.SubCat, "1193", "Steven Lee");
						addOption(document.drop_list.SubCat, "1194", "Mike Dirven");
						addOption(document.drop_list.SubCat, "1195", "Joel Ditson");
						addOption(document.drop_list.SubCat, "1211", "Conrad Shepherd");
						addOption(document.drop_list.SubCat, "1388", "Brad Peters");
						addOption(document.drop_list.SubCat, "1446", "Sanchu Bhasin");
						addOption(document.drop_list.SubCat, "1613", "Dan Mittelholtz");
						addOption(document.drop_list.SubCat, "1644", "Aaron Neault");
						addOption(document.drop_list.SubCat, "1676", "Bradley Redman");
						addOption(document.drop_list.SubCat, "1679", "Jesse Schwark");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '27'){
						addOption(document.drop_list.SubCat, "709", "John Matheson");
						addOption(document.drop_list.SubCat, "1067", "Chad Wiens");
						addOption(document.drop_list.SubCat, "1097", "Chris Wiens");
						addOption(document.drop_list.SubCat, "1249", "Andrew Busby");
						addOption(document.drop_list.SubCat, "1250", "Pat Sommervill");
						addOption(document.drop_list.SubCat, "1251", "Ryan  Smith");
						addOption(document.drop_list.SubCat, "1253", "Paul Yanko");
						addOption(document.drop_list.SubCat, "1254", "Aaron Evans");
						addOption(document.drop_list.SubCat, "1255", "Bruce Beazley");
						addOption(document.drop_list.SubCat, "1266", "Ryan Tyson");
						addOption(document.drop_list.SubCat, "1267", "Graham Patola");
						addOption(document.drop_list.SubCat, "1268", "Joel Goy");
						addOption(document.drop_list.SubCat, "1269", "Darren Nagel");
						addOption(document.drop_list.SubCat, "1320", "Steve Johnston");
						addOption(document.drop_list.SubCat, "1401", "Mike Smith");
						addOption(document.drop_list.SubCat, "1636", "Dave Hutton");
						addOption(document.drop_list.SubCat, "1678", "Dave Filko");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '28'){
						addOption(document.drop_list.SubCat, "123", "Brent  Tysdal");
						addOption(document.drop_list.SubCat, "1049", "Jeff Tysdal");
						addOption(document.drop_list.SubCat, "1050", "Brett Czarnota");
						addOption(document.drop_list.SubCat, "1051", "Karl  Phillips");
						addOption(document.drop_list.SubCat, "1055", "Scott  Stevens");
						addOption(document.drop_list.SubCat, "1057", "Steve Bilan");
						addOption(document.drop_list.SubCat, "1058", "David Stevens");
						addOption(document.drop_list.SubCat, "1060", "Brady Lheureux");
						addOption(document.drop_list.SubCat, "1247", "Daniel Bater");
						addOption(document.drop_list.SubCat, "1248", "Gent Harrison");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '29'){
						addOption(document.drop_list.SubCat, "1066", "Dean Faris");
						addOption(document.drop_list.SubCat, "1289", "Kyle Anderson");
						addOption(document.drop_list.SubCat, "1290", "Samson Swan");
						addOption(document.drop_list.SubCat, "1291", "Garrett  Cutts");
						addOption(document.drop_list.SubCat, "1292", "Bradley Chiasson");
						addOption(document.drop_list.SubCat, "1293", "Tim  Reid");
						addOption(document.drop_list.SubCat, "1294", "Ethan Reed");
						addOption(document.drop_list.SubCat, "1295", "Spencer Oakes");
						addOption(document.drop_list.SubCat, "1296", "Garett Wright");
						addOption(document.drop_list.SubCat, "1298", "Kris Faris");
						addOption(document.drop_list.SubCat, "1299", "Justin Loshack");
						addOption(document.drop_list.SubCat, "1300", "Rene Cattet");
						addOption(document.drop_list.SubCat, "1302", "Regan Schuler");
						addOption(document.drop_list.SubCat, "1366", "Kyle McGinnis");
						addOption(document.drop_list.SubCat, "1367", "Graham Unruh");
						addOption(document.drop_list.SubCat, "1368", "Ross Irvine");
						addOption(document.drop_list.SubCat, "1369", "Chris Friesen");
						addOption(document.drop_list.SubCat, "1447", "Jay Crockett");
						addOption(document.drop_list.SubCat, "1448", "Owen Crawford");
						addOption(document.drop_list.SubCat, "1449", "Braxton Lawrence");
						addOption(document.drop_list.SubCat, "1538", "Tyson Unruh");
						addOption(document.drop_list.SubCat, "1646", "Shaun Gillis");
						addOption(document.drop_list.SubCat, "1647", "Chris Headley");
						addOption(document.drop_list.SubCat, "1693", "Blaine Lasiuk");
						addOption(document.drop_list.SubCat, "1699", "Dylan Andreychuk");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '30'){
						addOption(document.drop_list.SubCat, "771", "Geoff Grant");
						addOption(document.drop_list.SubCat, "1074", "Glenn Grant");
						addOption(document.drop_list.SubCat, "1376", "Kevin  Grant");
						addOption(document.drop_list.SubCat, "1377", "Sean Grant");
						addOption(document.drop_list.SubCat, "1378", "Mike Crowe");
						addOption(document.drop_list.SubCat, "1379", "John Crocker");
						addOption(document.drop_list.SubCat, "1380", "Clayton Garnett");
						addOption(document.drop_list.SubCat, "1382", "Todd Aramenko");
						addOption(document.drop_list.SubCat, "1383", "Mike Crook");
						addOption(document.drop_list.SubCat, "1384", "Ian Mokuruk");
						addOption(document.drop_list.SubCat, "1385", "Tanner Grieve");
						addOption(document.drop_list.SubCat, "1389", "Gary Grant");
						addOption(document.drop_list.SubCat, "1390", "Jeff Balzer");
						addOption(document.drop_list.SubCat, "1428", "Bud Jorgenson");
						addOption(document.drop_list.SubCat, "1579", "Jeremy Jorgenson");
						addOption(document.drop_list.SubCat, "1580", "Jordan Penner");
						addOption(document.drop_list.SubCat, "1619", "Chad Litzenberger");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '71'){
						addOption(document.drop_list.SubCat, "330", "Eric Duchene");
						addOption(document.drop_list.SubCat, "336", "Dan Tkatchuk");
						addOption(document.drop_list.SubCat, "1085", "Jared Nordick");
						addOption(document.drop_list.SubCat, "1086", "Tyler Dueck");
						addOption(document.drop_list.SubCat, "1087", "Luke Lieffers");
						addOption(document.drop_list.SubCat, "1088", "Dean Lang");
						addOption(document.drop_list.SubCat, "1091", "Jordan Lysitza");
						addOption(document.drop_list.SubCat, "1092", "Eric Gartner");
						addOption(document.drop_list.SubCat, "1093", "Brian Schaan");
						addOption(document.drop_list.SubCat, "1094", "Tyler Baier");
						addOption(document.drop_list.SubCat, "1095", "Shayne Dueck");
						addOption(document.drop_list.SubCat, "1096", "Cody Halseth");
						addOption(document.drop_list.SubCat, "1430", "Marc Lamothe");
						addOption(document.drop_list.SubCat, "1637", "Chad Nunweiler");
						addOption(document.drop_list.SubCat, "1688", "Jason Hus");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '72'){
						addOption(document.drop_list.SubCat, "1064", "Jay Hala");
						addOption(document.drop_list.SubCat, "1237", "Josh Kinzel");
						addOption(document.drop_list.SubCat, "1238", "Marty Ball");
						addOption(document.drop_list.SubCat, "1239", "Kevin  Tysowski");
						addOption(document.drop_list.SubCat, "1240", "Jason McEachern");
						addOption(document.drop_list.SubCat, "1241", "Mike Letendre");
						addOption(document.drop_list.SubCat, "1242", "Drew  Mitchell");
						addOption(document.drop_list.SubCat, "1243", "Joel Kinzel");
						addOption(document.drop_list.SubCat, "1244", "Jason Ventnor");
						addOption(document.drop_list.SubCat, "1245", "Garrett MacNaull");
						addOption(document.drop_list.SubCat, "1246", "Brett Lambden");
						addOption(document.drop_list.SubCat, "1543", "Barney Shynkaruk");
						addOption(document.drop_list.SubCat, "1544", "Rob Usher");
						addOption(document.drop_list.SubCat, "1640", "Justin Powlowski");
						addOption(document.drop_list.SubCat, "1657", "Scott Aaro");
						addOption(document.drop_list.SubCat, "1701", "Derek Sebastian");
						addOption(document.drop_list.SubCat, "1702", "Karl Schroeder");
						addOption(document.drop_list.SubCat, "1704", "Chris Gibson");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '62'){
						addOption(document.drop_list.SubCat, "1270", "Russell  Hoffman");
						addOption(document.drop_list.SubCat, "1393", "Jason  Wagar");
						addOption(document.drop_list.SubCat, "1394", "Chris Wagar");
						addOption(document.drop_list.SubCat, "1395", "Chad Freeden");
						addOption(document.drop_list.SubCat, "1396", "Jonny Bast");
						addOption(document.drop_list.SubCat, "1397", "Monty Zdunich");
						addOption(document.drop_list.SubCat, "1398", "Tyler Knock");
						addOption(document.drop_list.SubCat, "1399", "Ray  Stewart");
						addOption(document.drop_list.SubCat, "1400", "Jordan Catton");
						addOption(document.drop_list.SubCat, "1451", "Brenden Freeden");
						addOption(document.drop_list.SubCat, "1512", "Chris Hodgins");
						addOption(document.drop_list.SubCat, "1513", "Chad Hunt");
						addOption(document.drop_list.SubCat, "1540", "Josh Saulnier");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '40'){
						addOption(document.drop_list.SubCat, "1402", "Bill Busche");
						addOption(document.drop_list.SubCat, "1468", "Adam Goertz");
						addOption(document.drop_list.SubCat, "1469", "Caldon Johnston");
						addOption(document.drop_list.SubCat, "1470", "Carson Widynowski");
						addOption(document.drop_list.SubCat, "1471", "Jamie Prefontaine");
						addOption(document.drop_list.SubCat, "1472", "Kelsey Khaladkar");
						addOption(document.drop_list.SubCat, "1473", "Kristin Lunde");
						addOption(document.drop_list.SubCat, "1474", "Matthew Bembridge");
						addOption(document.drop_list.SubCat, "1475", "Nathan Risling");
						addOption(document.drop_list.SubCat, "1476", "Paul Kuspira");
						addOption(document.drop_list.SubCat, "1477", "Regan Flaherty");
						addOption(document.drop_list.SubCat, "1478", "Ryan Sampson");
						addOption(document.drop_list.SubCat, "1479", "Tim Hartz");
						addOption(document.drop_list.SubCat, "1592", "Joel Thiessen");
						addOption(document.drop_list.SubCat, "1616", "Joel Cardinal-Shultz");
						addOption(document.drop_list.SubCat, "1617", "Cody Hannah");
						addOption(document.drop_list.SubCat, "1618", "Connor MacDougall");
						addOption(document.drop_list.SubCat, "1686", "Shawn Stevenson");
						addOption(document.drop_list.SubCat, "1697", "Gary Gregor");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '44'){
						addOption(document.drop_list.SubCat, "601", "Evan  Scott");
						addOption(document.drop_list.SubCat, "1495", "Ryan Karsgaard");
						addOption(document.drop_list.SubCat, "1496", "Kevin Petty");
						addOption(document.drop_list.SubCat, "1497", "Matt Love");
						addOption(document.drop_list.SubCat, "1499", "James Kohut");
						addOption(document.drop_list.SubCat, "1500", "Lucas Owchar");
						addOption(document.drop_list.SubCat, "1501", "Nic Fast");
						addOption(document.drop_list.SubCat, "1502", "Ivan Rubio");
						addOption(document.drop_list.SubCat, "1504", "Kyle Donsberger");
						addOption(document.drop_list.SubCat, "1508", "Jonathon Rawlyk");
						addOption(document.drop_list.SubCat, "1536", "Ervin Ovcina");
						addOption(document.drop_list.SubCat, "1539", "Trent Pernitsky");
						addOption(document.drop_list.SubCat, "1545", "Troy Robinson");
						addOption(document.drop_list.SubCat, "1546", "Anderson Loran");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '69'){
						addOption(document.drop_list.SubCat, "309", "Jordan Graham");
						addOption(document.drop_list.SubCat, "1196", "Adam Fedrau");
						addOption(document.drop_list.SubCat, "1197", "Morgan  Fedrau");
						addOption(document.drop_list.SubCat, "1198", "Devon Greves");
						addOption(document.drop_list.SubCat, "1199", "Lee McDougall");
						addOption(document.drop_list.SubCat, "1200", "Kelten  Comrie");
						addOption(document.drop_list.SubCat, "1201", "Sean Weir");
						addOption(document.drop_list.SubCat, "1203", "Joel Cone");
						addOption(document.drop_list.SubCat, "1204", "Eric  Peterson");
						addOption(document.drop_list.SubCat, "1205", "Dane McDougall");
						addOption(document.drop_list.SubCat, "1206", "Cole  Lucak");
						addOption(document.drop_list.SubCat, "1207", "Clayton Emerson");
						addOption(document.drop_list.SubCat, "1208", "Travis Braun");
						addOption(document.drop_list.SubCat, "1209", "Taylor Weisbeck");
						addOption(document.drop_list.SubCat, "1210", "Orrin Conly");
						addOption(document.drop_list.SubCat, "1221", "Braeden Ager");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '49'){
						addOption(document.drop_list.SubCat, "502", "Chad Palmer");
						addOption(document.drop_list.SubCat, "1454", "Adam Riekman");
						addOption(document.drop_list.SubCat, "1456", "Scott  Adnam");
						addOption(document.drop_list.SubCat, "1457", "Spencer  McArthur");
						addOption(document.drop_list.SubCat, "1458", "Matthew Fontaine");
						addOption(document.drop_list.SubCat, "1459", "Chris Nickell");
						addOption(document.drop_list.SubCat, "1460", "Kyle Banadyga");
						addOption(document.drop_list.SubCat, "1461", "Evan Thompson");
						addOption(document.drop_list.SubCat, "1462", "Craig  Baird");
						addOption(document.drop_list.SubCat, "1463", "Justin Mescall");
						addOption(document.drop_list.SubCat, "1480", "Jesse  Holmes");
						addOption(document.drop_list.SubCat, "1638", "Kendall  McArthur");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '64'){
						addOption(document.drop_list.SubCat, "249", "Sam Bergerman");
						addOption(document.drop_list.SubCat, "1514", "Adam Hnatyshyn");
						addOption(document.drop_list.SubCat, "1516", "Brad  Mitchell");
						addOption(document.drop_list.SubCat, "1518", "Brett Archibold");
						addOption(document.drop_list.SubCat, "1519", "Colin Melrose");
						addOption(document.drop_list.SubCat, "1520", "David Engdahl");
						addOption(document.drop_list.SubCat, "1521", "Jason Willick");
						addOption(document.drop_list.SubCat, "1522", "Leon Ferguson");
						addOption(document.drop_list.SubCat, "1523", "Mike Willick");
						addOption(document.drop_list.SubCat, "1524", "Pat Kolysher");
						addOption(document.drop_list.SubCat, "1525", "Rob Shandler");
						addOption(document.drop_list.SubCat, "1526", "Ryan Grainger");
						addOption(document.drop_list.SubCat, "1527", "Ryan Legare");
						addOption(document.drop_list.SubCat, "1528", "Trevor Stevenson");
						addOption(document.drop_list.SubCat, "1529", "Tyler Gorieu");
						addOption(document.drop_list.SubCat, "1530", "Jamie Smith");
						addOption(document.drop_list.SubCat, "1610", "Cody  Heintz");
						addOption(document.drop_list.SubCat, "1649", "Trevor  Milroy");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '41'){
						addOption(document.drop_list.SubCat, "960", "Harvey Domoslai");
						addOption(document.drop_list.SubCat, "1608", "Ethan Sawchuk");
						addOption(document.drop_list.SubCat, "1621", "Robin Bourgonje");
						addOption(document.drop_list.SubCat, "1622", "Joseph Liu");
						addOption(document.drop_list.SubCat, "1623", "Kent Mohn");
						addOption(document.drop_list.SubCat, "1624", "Rob Lebiszczak");
						addOption(document.drop_list.SubCat, "1625", "Dan Kozun");
						addOption(document.drop_list.SubCat, "1626", "John Scrivens");
						addOption(document.drop_list.SubCat, "1627", "Michael Cebryk");
						addOption(document.drop_list.SubCat, "1628", "Jason Neufeldt");
						addOption(document.drop_list.SubCat, "1629", "Derek Lepage");
						addOption(document.drop_list.SubCat, "1633", "Troy Kendry");
						addOption(document.drop_list.SubCat, "1634", "Jay Riel");
						addOption(document.drop_list.SubCat, "1668", "John Fletcher");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '43'){
						addOption(document.drop_list.SubCat, "387", "Jeff Semkiw");
						addOption(document.drop_list.SubCat, "1122", "Mike Wong");
						addOption(document.drop_list.SubCat, "1123", "Jeff Jackson");
						addOption(document.drop_list.SubCat, "1124", "Sean  Gilchrist");
						addOption(document.drop_list.SubCat, "1125", "Brian Gurney");
						addOption(document.drop_list.SubCat, "1126", "Tim Fisher");
						addOption(document.drop_list.SubCat, "1127", "Trevor Simon");
						addOption(document.drop_list.SubCat, "1130", "Kevin Park");
						addOption(document.drop_list.SubCat, "1131", "Geoffrey Lang");
						addOption(document.drop_list.SubCat, "1133", "Cameron Houle");
						addOption(document.drop_list.SubCat, "1135", "Curtis Wiley");
						addOption(document.drop_list.SubCat, "1136", "Joel Fiddler");
						addOption(document.drop_list.SubCat, "1431", "Ken Byers");
						addOption(document.drop_list.SubCat, "1450", "Dean Bodnarchuk");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '53'){
						addOption(document.drop_list.SubCat, "624", "Ryan Riess");
						addOption(document.drop_list.SubCat, "1078", "Cory Myers");
						addOption(document.drop_list.SubCat, "1098", "Dustin Hicke");
						addOption(document.drop_list.SubCat, "1099", "Corey Michel");
						addOption(document.drop_list.SubCat, "1100", "Jeff Hamm");
						addOption(document.drop_list.SubCat, "1101", "Cory Adrian");
						addOption(document.drop_list.SubCat, "1102", "Jeremy Wilkinson");
						addOption(document.drop_list.SubCat, "1103", "Mark Dalton");
						addOption(document.drop_list.SubCat, "1104", "Trevor Ottenbreit");
						addOption(document.drop_list.SubCat, "1105", "Lyndon Scholer");
						addOption(document.drop_list.SubCat, "1106", "Richard Kent");
						addOption(document.drop_list.SubCat, "1108", "Jarrid Dowhay");
						addOption(document.drop_list.SubCat, "1548", "murray puryk");
						addOption(document.drop_list.SubCat, "1611", "Brock Rutherford");
						addOption(document.drop_list.SubCat, "1703", "shaun cornish");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '48'){
						addOption(document.drop_list.SubCat, "329", "Ross Guenther");
						addOption(document.drop_list.SubCat, "1585", "Jeff Holzman");
						addOption(document.drop_list.SubCat, "1586", "Derek  Klimosko");
						addOption(document.drop_list.SubCat, "1587", "Mathew  Hladun");
						addOption(document.drop_list.SubCat, "1588", "Brennan Kilmister");
						addOption(document.drop_list.SubCat, "1593", "Tim  Herrod");
						addOption(document.drop_list.SubCat, "1595", "Nolan Horbach");
						addOption(document.drop_list.SubCat, "1597", "Derek Sawchuk");
						addOption(document.drop_list.SubCat, "1598", "Jesse Reis");
						addOption(document.drop_list.SubCat, "1600", "Sheldon  Volk");
						addOption(document.drop_list.SubCat, "1602", "Brett  Mickelson");
						addOption(document.drop_list.SubCat, "1603", "Lee Clark");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '73'){
						addOption(document.drop_list.SubCat, "1068", "Wayne Everett");
						addOption(document.drop_list.SubCat, "1069", "Graeme MacLean");
						addOption(document.drop_list.SubCat, "1357", "Tim Ledding");
						addOption(document.drop_list.SubCat, "1362", "Matt Feige");
						addOption(document.drop_list.SubCat, "1371", "Kyle  Blixt");
						addOption(document.drop_list.SubCat, "1372", "Jeremiah Kopeck");
						addOption(document.drop_list.SubCat, "1373", "Markian Sulatyski");
						addOption(document.drop_list.SubCat, "1568", "Andrew Roth");
						addOption(document.drop_list.SubCat, "1569", "Devin Archdekin");
						addOption(document.drop_list.SubCat, "1570", "Elliot Kajner");
						addOption(document.drop_list.SubCat, "1573", "Leland Guillemin");
						addOption(document.drop_list.SubCat, "1575", "Scott Wilkins");
						addOption(document.drop_list.SubCat, "1576", "Rudy Willick");
						addOption(document.drop_list.SubCat, "1591", "Nik Levnaich");
						addOption(document.drop_list.SubCat, "1614", "Kyle Wionzek");
						addOption(document.drop_list.SubCat, "1615", "Chris Sutherland");
					addOption(document.drop_list.SubCat,"-99","Non-Roster Player");
					}
				if(document.drop_list.Category.value == '10000'){
						addOption(document.drop_list.SubCat, "816", "Bruce Boechler");
						addOption(document.drop_list.SubCat, "817", "Laura Bosovich");
						addOption(document.drop_list.SubCat, "818", "Michael Cebryk");
						addOption(document.drop_list.SubCat, "819", "John Crocker");
						addOption(document.drop_list.SubCat, "820", "Michelle Dezell");
						addOption(document.drop_list.SubCat, "821", "Bob Dumonceaux");
						addOption(document.drop_list.SubCat, "822", "Geoff Grant");
						addOption(document.drop_list.SubCat, "823", "Glenn Grant");
						addOption(document.drop_list.SubCat, "824", "Ron Hagan");
						addOption(document.drop_list.SubCat, "825", "Jay Hala");
						addOption(document.drop_list.SubCat, "826", "Tim Hartz");
						addOption(document.drop_list.SubCat, "827", "David Lamb");
						addOption(document.drop_list.SubCat, "829", "Jon Schwanke");
						addOption(document.drop_list.SubCat, "830", "Jeff Semkiw");
						addOption(document.drop_list.SubCat, "831", "Sara Shymko");
						addOption(document.drop_list.SubCat, "832", "Candace Bloomquist");
						addOption(document.drop_list.SubCat, "833", "Eric Duchene");
						addOption(document.drop_list.SubCat, "835", "Michelle Duchene");
						addOption(document.drop_list.SubCat, "836", "Joel Fiddler");
						addOption(document.drop_list.SubCat, "837", "Gary Grant");
						addOption(document.drop_list.SubCat, "838", "Kyle Grant");
						addOption(document.drop_list.SubCat, "839", "Kevin Grant");
						addOption(document.drop_list.SubCat, "840", "Angela Hrynuik");
						addOption(document.drop_list.SubCat, "841", "Chad Hunt");
						addOption(document.drop_list.SubCat, "842", "Dennis Kalyn");
						addOption(document.drop_list.SubCat, "843", "Ryan Karsgaard");
						addOption(document.drop_list.SubCat, "844", "Joseph Lia");
						addOption(document.drop_list.SubCat, "845", "Kyle Mahon");
						addOption(document.drop_list.SubCat, "846", "Terry Martin");
						addOption(document.drop_list.SubCat, "847", "Marc Sheckter");
						addOption(document.drop_list.SubCat, "848", "JR Simpson");
						addOption(document.drop_list.SubCat, "849", "Raymond Stewart");
						addOption(document.drop_list.SubCat, "850", "Dan Tkatchuk");
						addOption(document.drop_list.SubCat, "851", "Shane Carter");
						addOption(document.drop_list.SubCat, "852", "Cory Meyers");
						addOption(document.drop_list.SubCat, "853", "Mike Ciona");
						addOption(document.drop_list.SubCat, "887", "Amy Hutton");
						addOption(document.drop_list.SubCat, "888", "Rikki Chobotuk");
						addOption(document.drop_list.SubCat, "889", "Candace Shire");
						addOption(document.drop_list.SubCat, "1550", "Bradley Redman");
						addOption(document.drop_list.SubCat, "1785", "Lee Clark");
						addOption(document.drop_list.SubCat, "1786", "Blair Jensen");
						addOption(document.drop_list.SubCat, "1787", "Robbie Smith");
						addOption(document.drop_list.SubCat, "1788", "Caldon Johnson");
						addOption(document.drop_list.SubCat, "1789", "Tyler Mackenzie");
						addOption(document.drop_list.SubCat, "1790", "Adrienne Kapeluck");
						addOption(document.drop_list.SubCat, "1791", "Scott Chisholm");
						addOption(document.drop_list.SubCat, "1792", "Julie Bakke");}
		}
		
function removeAllOptions(selectbox)
{
	var i;
	for(i=selectbox.options.length-1;i>=0;i--)
	{
		selectbox.remove(i);
	}
}

function addOption(selectbox, value, text )
{
	var optn = document.createElement("OPTION");
	optn.text = text;
	optn.value = value;

	selectbox.options.add(optn);
}

