// Drop Down Menu
// Written by Annette Grandy for the Office of
// Institutional Effectiveness at Austin Community College,
// June 2002.
// adapted from original code by Bill Trefzger 12/12/96
function dropmenu(){
if (document.select1.oiemenu.options[document.select1.oiemenu.selectedIndex].value != "none") {
location = document.select1.oiemenu.options[document.select1.oiemenu.selectedIndex].value
		}
	}

<!---
document.write('<form name="select1"><select name="oiemenu" size=1 onchange="dropmenu()">');
document.write('<option value="">OIEA Quick Links');
document.write('<option value="http://www.austincc.edu/oiepub/acronym.html">Acronyms');
document.write('<option value="http://www.austincc.edu/oiepub/initiatives/effectiveness/snapshot.pdf">ACC Snapshot');
document.write('<option value="http://www.austincc.edu/oiepub/initiatives/cc_eval/index.html">Core Curriculum Evaluation');
document.write('<option value="http://www.austincc.edu/oiepub/pubs/reg.html">Daily Registration Update');
document.write('<option value="http://www.austincc.edu/oiepub/services/datareq.html">Data Requests');
document.write('<option value="http://www.austincc.edu/oiepub/pubs/factbook/index.html">Fact Book');
document.write('<option value="http://www.austincc.edu/progrevw/">Instructional Program Review');
document.write('<option value="http://irt.austincc.edu/masterplan">Masterplan');
document.write('<option value="http://www.austincc.edu/oiepub/pubs/prenrl/index.html">Preliminary Enrollment');
document.write('<option value="http://www.austincc.edu/oiepub/ir/student/index.html">Student Data');
document.write('<option value="http://www.austincc.edu/oiepub/pubs/profiles/">Student Profile');
document.write('<option value="https://www3.austincc.edu/it/ulead/">U-LEAD -- ACC only');
document.write('</select>');
document.write('</form>');
// end hiding contents --->


	