// JavaScript Document
function SectionID(pre,section) {
	this.pre = pre;
	this.section = section;
}

sect = new Array();
sx=0;
//sx++; sect[sx] = new SectionID("pre","section");
sx++; sect[sx] = new SectionID("ACC","ACCOUNTING");
sx++; sect[sx] = new SectionID("ANT","ANTHROPOLOGY");
sx++; sect[sx] = new SectionID("ARC","ARCHITECTURE");
sx++; sect[sx] = new SectionID("ART","ART");
sx++; sect[sx] = new SectionID("BIO","BIOLOGICAL SCIENCES");
sx++; sect[sx] = new SectionID("BBG","BUSINESS – GENERAL");
sx++; sect[sx] = new SectionID("BES","BUSINESS – ENTREPRENEURSHIP");
sx++; sect[sx] = new SectionID("BFN","BUSINESS – FINANCE");
sx++; sect[sx] = new SectionID("BMG","BUSINESS – MANAGEMENT");
sx++; sect[sx] = new SectionID("BMK","BUSINESS – MARKETING");
sx++; sect[sx] = new SectionID("BOT","BUSINESS OFFICE TECHNOLOGY");
sx++; sect[sx] = new SectionID("IDS","COLLEGE SUCCESS COURSE");
sx++; sect[sx] = new SectionID("COM","COMMUNICATION & SPEECH");
sx++; sect[sx] = new SectionID("CAD","COMPUTER-AIDED DRAFTING");
sx++; sect[sx] = new SectionID("CSA","COMPUTERS – APPLICATIONS");
sx++; sect[sx] = new SectionID("CSC","COMPUTERS – COMPUTER SCIENCE");
sx++; sect[sx] = new SectionID("CST","COMPUTERS – TECHNOLOGY");
sx++; sect[sx] = new SectionID("CJS","CRIMINAL JUSTICE");
sx++; sect[sx] = new SectionID("ECE","EARLY CHILDHOOD EDUCATION");
sx++; sect[sx] = new SectionID("ECN","ECONOMICS");
sx++; sect[sx] = new SectionID("EMR","EMT/PARAMEDIC – EMERGENCY MANAGEMENT RESPONSE");
sx++; sect[sx] = new SectionID("EMS","EMT/PARAMEDIC – EMERGENCY MEDICAL SERVICES INSTRUCTOR EDUCATION");
sx++; sect[sx] = new SectionID("EMT","EMT/PARAMEDIC");
sx++; sect[sx] = new SectionID("ENG","ENGLISH");
sx++; sect[sx] = new SectionID("ESL","ENGLISH-AS-A-SECOND-LANGUAGE");
sx++; sect[sx] = new SectionID("ENV","ENVIRONMENTAL ENGINEERING");
sx++; sect[sx] = new SectionID("WWT","ENVIRONMENTAL ENGINEERING – WATER MANAGEMENT");
sx++; sect[sx] = new SectionID("FTA","FIRE TECHNOLOGY AND ADMINISTRATION");
sx++; sect[sx] = new SectionID("FRE","FOREIGN LANGUAGES – FRENCH");
sx++; sect[sx] = new SectionID("ITA","FOREIGN LANGUAGES – ITALIAN");
sx++; sect[sx] = new SectionID("SPA","FOREIGN LANGUAGES – SPANISH");
sx++; sect[sx] = new SectionID("GEO","GEOGRAPHY");
sx++; sect[sx] = new SectionID("HC ","HEALTH CAREERS");
sx++; sect[sx] = new SectionID("HIS","HISTORY");
sx++; sect[sx] = new SectionID("HSE","HUMAN SERVICES");
sx++; sect[sx] = new SectionID("HUM","HUMANITIES");
sx++; sect[sx] = new SectionID("LST","LABOR STUDIES");
sx++; sect[sx] = new SectionID("MDL","LANGUAGES");
sx++; sect[sx] = new SectionID("LIB","LIBRARY TECHNICAL ASSISTANT");
sx++; sect[sx] = new SectionID("MAT","MATHEMATICS");
sx++; sect[sx] = new SectionID("MED","MEDICAL ASSISTING");
sx++; sect[sx] = new SectionID("MUS","MUSIC");
sx++; sect[sx] = new SectionID("NUR","PRE-NURSING");
sx++; sect[sx] = new SectionID("NSG","NURSING");
sx++; sect[sx] = new SectionID("PHL","PHILOSOPHY");
sx++; sect[sx] = new SectionID("CHE","PHYSICAL SCIENCES – CHEMISTRY");
sx++; sect[sx] = new SectionID("EAS","PHYSICAL SCIENCES – EARTH SCIENCE");
sx++; sect[sx] = new SectionID("PHY","PHYSICAL SCIENCES – PHYSICS");
sx++; sect[sx] = new SectionID("PTA","PHYSICAL THERAPIST ASSISTANT");
sx++; sect[sx] = new SectionID("POL","POLITICAL SCIENCE");
sx++; sect[sx] = new SectionID("PSY","PSYCHOLOGY");
sx++; sect[sx] = new SectionID("RAD","RADIOLOGIC TECHNOLOGY");
sx++; sect[sx] = new SectionID("SOC","SOCIOLOGY");
sx++; sect[sx] = new SectionID("THR","THEATRE");
