var cat1000 = new Option("Creative Arts and Design", "1000");
var options1000 = [
	new Option("Photography", "1001"),
	new Option("Video Game Design", "1002"),
	new Option("Graphic Design/Multimedia", "1003"),
	new Option("Computer Aided Design", "1004"),
	new Option("Animation", "1005"),
	new Option("Film/Video/TV", "1006"),
	new Option("Music & Audio Production", "1007"),
	new Option("Web Design & Development", "1008")
];

var cat2000 = new Option("Fashion and Interior Design", "2000");
var options2000 = [
	new Option("Fashion Merchandising", "2001"),
	new Option("Fashion Marketing", "2002"),
	new Option("Fashion Design", "2003"),
	new Option("Interior Design", "2004")
];

var cat3000 = new Option("Business", "3000");
var options3000 = [
	new Option("International Business", "3001"),
	new Option("Business Administration", "3002"),
	new Option("Accounting/Finance", "3003"),
	new Option("Administrative Support", "3004"),
	new Option("Human Resources", "3005"),
	new Option("Marketing/Communications", "3006"),
	new Option("Management", "3007"),
	new Option("E-Business/E-Commerce", "3008"),
	new Option("MBA", "3009"),
	new Option("Operations/Six Sigma", "3010")
];

var cat4000 = new Option("Business", "4000");
var options4000 = [
	new Option("Nursing Assistant", "4001"),
	new Option("Nursing (ASN, BSN, MSN)", "4002"),
	new Option("Licensed Nurse (LPN/LVN)", "4003"),
	new Option("Registered Nurse (RN)", "4004"),
	new Option("Patient Care & Therapy", "4005"),
	new Option("Dental Assisting", "4006"),
	new Option("Medical Assisting", "4007"),
	new Option("Medical Technician", "4008"),
	new Option("Phlebotomy", "4009"),
	new Option("General Nursing/Medical", "4010")
];

var cat5000 = new Option("Business", "5000");
var options5000 = [
	new Option("Medical Billing & Coding", "5001"),
	new Option("Medical Transcription", "5002"),
	new Option("Office/Administrative", "5003"),
	new Option("Health Care Administration", "5004"),
	new Option("Massage Therapy & Fitness", "5005"),
	new Option("Pharmacy", "5006"),
	new Option("Beauty & Aesthetics", "5007"),
	new Option("Psychology & Counseling", "5008"),
	new Option("General Health Services", "5009")
];

var cat6000 = new Option("Business", "6000");
var options6000 = [
	new Option("Special Education", "6001"),
	new Option("Child Care/Child Education", "6002"),
	new Option("K-12 Education", "6003"),
	new Option("Curriculum & Instruction", "6004"),
	new Option("Teaching Certificate", "6005"),
	new Option("Education Leadership", "6006")
];

var cat7000 = new Option("Business", "7000");
var options7000 = [
	new Option("Technology Support", "7001"),
	new Option("Programming & Software", "7002"),
	new Option("Network Administration", "7003"),
	new Option("IT & Information Systems", "7004"),
	new Option("Basic Computer Skills", "7005"),
	new Option("Computer Science", "7006"),
	new Option("Database Technology", "7007")
];

var cat8000 = new Option("Business", "8000");
var options8000 = [
	new Option("Automotive/Motorcycle/Marine", "8001"),
	new Option("Electronics", "8002"),
	new Option("Aircraft/Aeronautics", "8003"),
	new Option("Engineering", "8004"),
	new Option("HVAC", "8005"),
	new Option("Technical Trade", "8006")
];

var cat9000 = new Option("Business", "9000");
var options9000 = [
	new Option("Paralegal", "9001"),
	new Option("Legal Studies", "9002"),
	new Option("Court reporting", "9003"),
	new Option("Legal Administrative", "9004"),
	new Option("Legal - Other", "9005")
];

var cat10000 = new Option("Business", "10000");
var options10000 = [
	new Option("Criminal Justice", "10001"),
	new Option("Homeland Security", "10002"),
	new Option("Police & Law Enforcement", "10003"),
	new Option("Security Guard", "10004"),
	new Option("Forensics/Crime Scene", "10005")
];

var cat11000 = new Option("Business", "11000");
var options11000 = [
	new Option("Culinary Arts", "11001"),
	new Option("Baking & Pastry", "11002"),
	new Option("Restaurant Management", "11003")
];

var cat12000 = new Option("Business", "12000");
var options12000 = [
	new Option("General Studies", "12001")
];

var subCategoryOptions = new Array();
subCategoryOptions["1000"] = options1000; 
subCategoryOptions["2000"] = options2000; 
subCategoryOptions["3000"] = options3000; 
subCategoryOptions["4000"] = options4000; 
subCategoryOptions["5000"] = options5000; 
subCategoryOptions["6000"] = options6000; 
subCategoryOptions["7000"] = options7000; 
subCategoryOptions["8000"] = options8000; 
subCategoryOptions["9000"] = options9000; 
subCategoryOptions["10000"] = options10000; 
subCategoryOptions["11000"] = options11000; 
subCategoryOptions["12000"] = options12000; 
