//var hide_empty_list=true; //uncomment this line to hide empty selection lists
var disable_empty_list=true; //uncomment this line to disable empty selection lists

var onclickaction="goto" //set to "alert" or "goto". Former is for debugging purposes, to tell you the value of the final selected list that will be used as the destination URL. Set to "goto" when below configuration is all set up as desired. 

var newwindow=0 //Open links in new window or not? 1=yes, 0=no.

/////DEFINE YOUR MENU LISTS and ITEMS below/////////////////

addListGroup("chainedmenu", "ssb_menu");

//second layer, VARIABLE(S)

//single year heads
addOption("ssb_menu", "Select variable(s)", "", 1); //HEADER OPTION
addList("ssb_menu", "by Institution", "", "single_yr_total_heads_by_inst");
addList("ssb_menu", "by Institution, Age, and Classification", "", "single_yr_total_heads_by_inst_age_classif");
addList("ssb_menu", "by Institution, Age, and Classification (UW Colleges Only)", "", "single_yr_total_heads_by_inst_age_classif_uwc");
addList("ssb_menu", "by Institution, Classification, and Entrance Status", "", "single_yr_total_heads_by_inst_classif_entr_stat");
addList("ssb_menu", "by Institution, Gender, and Full-Time/Part-Time Status", "", "single_yr_total_heads_by_inst_gender_ftpt");
addList("ssb_menu", "by Institution and Geographic Origin", "", "single_yr_total_heads_by_inst_geo_origin");
addList("ssb_menu", "by Institution, Level, and Gender", "", "single_yr_total_heads_by_inst_level_gender");
addList("ssb_menu", "by Institution, Level, and Resident Status", "", "single_yr_total_heads_by_inst_level_res_stat");
addList("ssb_menu", "by Institution, Race/Ethnicity, and Age", "", "single_yr_total_heads_by_inst_race_age");
addList("ssb_menu", "by Institution, Race/Ethnicity, and Classification", "", "single_yr_total_heads_by_inst_race_classif");
addList("ssb_menu", "by Institution, Race/Ethnicity, and Entrance Status", "", "single_yr_total_heads_by_inst_race_entr_stat");
addList("ssb_menu", "by Institution, Race/Ethnicity, and Full-Time/Part-Time Status", "", "single_yr_total_heads_by_inst_race_ftpt");
addList("ssb_menu", "by Institution, Race/Ethnicity, and Gender", "", "single_yr_total_heads_by_inst_race_gender");
addList("ssb_menu", "by Institution, Race/Ethnicity, and Level", "", "single_yr_total_heads_by_inst_race_level");
addList("ssb_menu", "by Institution, Race/Ethnicity, and Resident Status", "", "single_yr_total_heads_by_inst_race_res_stat");

//third layer, DATE RANGE

addOption("single_yr_total_heads_by_inst", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst", "2008-09", "", "single_yr_total_heads_by_inst_0809");
addList("single_yr_total_heads_by_inst", "2007-08", "", "single_yr_total_heads_by_inst_0708");
addList("single_yr_total_heads_by_inst", "2006-07", "", "single_yr_total_heads_by_inst_0607");
addList("single_yr_total_heads_by_inst", "2005-06", "", "single_yr_total_heads_by_inst_0506");
addList("single_yr_total_heads_by_inst", "2004-05", "", "single_yr_total_heads_by_inst_0405");
addList("single_yr_total_heads_by_inst", "2003-04", "", "single_yr_total_heads_by_inst_0304");
addList("single_yr_total_heads_by_inst", "2002-03", "", "single_yr_total_heads_by_inst_0203");
addList("single_yr_total_heads_by_inst", "2001-02", "", "single_yr_total_heads_by_inst_0102");
addList("single_yr_total_heads_by_inst", "2000-01", "", "single_yr_total_heads_by_inst_0001");
addList("single_yr_total_heads_by_inst", "1999-00", "", "single_yr_total_heads_by_inst_9900");
addList("single_yr_total_heads_by_inst", "1998-99", "", "single_yr_total_heads_by_inst_9899");

addOption("single_yr_total_heads_by_inst_age_classif", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_age_classif", "2008-09", "", "single_yr_total_heads_by_inst_age_classif_0809");
addList("single_yr_total_heads_by_inst_age_classif", "2007-08", "", "single_yr_total_heads_by_inst_age_classif_0708");
addList("single_yr_total_heads_by_inst_age_classif", "2006-07", "", "single_yr_total_heads_by_inst_age_classif_0607");
addList("single_yr_total_heads_by_inst_age_classif", "2005-06", "", "single_yr_total_heads_by_inst_age_classif_0506");
addList("single_yr_total_heads_by_inst_age_classif", "2004-05", "", "single_yr_total_heads_by_inst_age_classif_0405");
addList("single_yr_total_heads_by_inst_age_classif", "2003-04", "", "single_yr_total_heads_by_inst_age_classif_0304");
addList("single_yr_total_heads_by_inst_age_classif", "2002-03", "", "single_yr_total_heads_by_inst_age_classif_0203");
addList("single_yr_total_heads_by_inst_age_classif", "2001-02", "", "single_yr_total_heads_by_inst_age_classif_0102");
addList("single_yr_total_heads_by_inst_age_classif", "2000-01", "", "single_yr_total_heads_by_inst_age_classif_0001");
addList("single_yr_total_heads_by_inst_age_classif", "1999-00", "", "single_yr_total_heads_by_inst_age_classif_9900");
addList("single_yr_total_heads_by_inst_age_classif", "1998-99", "", "single_yr_total_heads_by_inst_age_classif_9899");

addOption("single_yr_total_heads_by_inst_age_classif_uwc", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_age_classif_uwc", "2008-09", "", "single_yr_total_heads_by_inst_age_classif_uwc_0809");
addList("single_yr_total_heads_by_inst_age_classif_uwc", "2007-08", "", "single_yr_total_heads_by_inst_age_classif_uwc_0708");
addList("single_yr_total_heads_by_inst_age_classif_uwc", "2006-07", "", "single_yr_total_heads_by_inst_age_classif_uwc_0607");
addList("single_yr_total_heads_by_inst_age_classif_uwc", "2005-06", "", "single_yr_total_heads_by_inst_age_classif_uwc_0506");
addList("single_yr_total_heads_by_inst_age_classif_uwc", "2004-05", "", "single_yr_total_heads_by_inst_age_classif_uwc_0405");
addList("single_yr_total_heads_by_inst_age_classif_uwc", "2003-04", "", "single_yr_total_heads_by_inst_age_classif_uwc_0304");
addList("single_yr_total_heads_by_inst_age_classif_uwc", "2002-03", "", "single_yr_total_heads_by_inst_age_classif_uwc_0203");
addList("single_yr_total_heads_by_inst_age_classif_uwc", "2001-02", "", "single_yr_total_heads_by_inst_age_classif_uwc_0102");
addList("single_yr_total_heads_by_inst_age_classif_uwc", "2000-01", "", "single_yr_total_heads_by_inst_age_classif_uwc_0001");
addList("single_yr_total_heads_by_inst_age_classif_uwc", "1999-00", "", "single_yr_total_heads_by_inst_age_classif_uwc_9900");
addList("single_yr_total_heads_by_inst_age_classif_uwc", "1998-99", "", "single_yr_total_heads_by_inst_age_classif_uwc_9899");

addOption("single_yr_total_heads_by_inst_classif_entr_stat", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_classif_entr_stat", "2008-09", "", "single_yr_total_heads_by_inst_classif_entr_stat_0809");
addList("single_yr_total_heads_by_inst_classif_entr_stat", "2007-08", "", "single_yr_total_heads_by_inst_classif_entr_stat_0708");
addList("single_yr_total_heads_by_inst_classif_entr_stat", "2006-07", "", "single_yr_total_heads_by_inst_classif_entr_stat_0607");
addList("single_yr_total_heads_by_inst_classif_entr_stat", "2005-06", "", "single_yr_total_heads_by_inst_classif_entr_stat_0506");
addList("single_yr_total_heads_by_inst_classif_entr_stat", "2004-05", "", "single_yr_total_heads_by_inst_classif_entr_stat_0405");
addList("single_yr_total_heads_by_inst_classif_entr_stat", "2003-04", "", "single_yr_total_heads_by_inst_classif_entr_stat_0304");
addList("single_yr_total_heads_by_inst_classif_entr_stat", "2002-03", "", "single_yr_total_heads_by_inst_classif_entr_stat_0203");
addList("single_yr_total_heads_by_inst_classif_entr_stat", "2001-02", "", "single_yr_total_heads_by_inst_classif_entr_stat_0102");
addList("single_yr_total_heads_by_inst_classif_entr_stat", "2000-01", "", "single_yr_total_heads_by_inst_classif_entr_stat_0001");
addList("single_yr_total_heads_by_inst_classif_entr_stat", "1999-00", "", "single_yr_total_heads_by_inst_classif_entr_stat_9900");
addList("single_yr_total_heads_by_inst_classif_entr_stat", "1998-99", "", "single_yr_total_heads_by_inst_classif_entr_stat_9899");

addOption("single_yr_total_heads_by_inst_gender_ftpt", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_gender_ftpt", "2008-09", "", "single_yr_total_heads_by_inst_gender_ftpt_0809");
addList("single_yr_total_heads_by_inst_gender_ftpt", "2007-08", "", "single_yr_total_heads_by_inst_gender_ftpt_0708");
addList("single_yr_total_heads_by_inst_gender_ftpt", "2006-07", "", "single_yr_total_heads_by_inst_gender_ftpt_0607");
addList("single_yr_total_heads_by_inst_gender_ftpt", "2005-06", "", "single_yr_total_heads_by_inst_gender_ftpt_0506");
addList("single_yr_total_heads_by_inst_gender_ftpt", "2004-05", "", "single_yr_total_heads_by_inst_gender_ftpt_0405");
addList("single_yr_total_heads_by_inst_gender_ftpt", "2003-04", "", "single_yr_total_heads_by_inst_gender_ftpt_0304");
addList("single_yr_total_heads_by_inst_gender_ftpt", "2002-03", "", "single_yr_total_heads_by_inst_gender_ftpt_0203");
addList("single_yr_total_heads_by_inst_gender_ftpt", "2001-02", "", "single_yr_total_heads_by_inst_gender_ftpt_0102");
addList("single_yr_total_heads_by_inst_gender_ftpt", "2000-01", "", "single_yr_total_heads_by_inst_gender_ftpt_0001");
addList("single_yr_total_heads_by_inst_gender_ftpt", "1999-00", "", "single_yr_total_heads_by_inst_gender_ftpt_9900");
addList("single_yr_total_heads_by_inst_gender_ftpt", "1998-99", "", "single_yr_total_heads_by_inst_gender_ftpt_9899");

addOption("single_yr_total_heads_by_inst_geo_origin", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_geo_origin", "2008-09", "", "single_yr_total_heads_by_inst_geo_origin_0809");
addList("single_yr_total_heads_by_inst_geo_origin", "2007-08", "", "single_yr_total_heads_by_inst_geo_origin_0708");
addList("single_yr_total_heads_by_inst_geo_origin", "2006-07", "", "single_yr_total_heads_by_inst_geo_origin_0607");
addList("single_yr_total_heads_by_inst_geo_origin", "2005-06", "", "single_yr_total_heads_by_inst_geo_origin_0506");
addList("single_yr_total_heads_by_inst_geo_origin", "2004-05", "", "single_yr_total_heads_by_inst_geo_origin_0405");
addList("single_yr_total_heads_by_inst_geo_origin", "2003-04", "", "single_yr_total_heads_by_inst_geo_origin_0304");
addList("single_yr_total_heads_by_inst_geo_origin", "2002-03", "", "single_yr_total_heads_by_inst_geo_origin_0203");
addList("single_yr_total_heads_by_inst_geo_origin", "2001-02", "", "single_yr_total_heads_by_inst_geo_origin_0102");
addList("single_yr_total_heads_by_inst_geo_origin", "2000-01", "", "single_yr_total_heads_by_inst_geo_origin_0001");
addList("single_yr_total_heads_by_inst_geo_origin", "1999-00", "", "single_yr_total_heads_by_inst_geo_origin_9900");
addList("single_yr_total_heads_by_inst_geo_origin", "1998-99", "", "single_yr_total_heads_by_inst_geo_origin_9899");

addOption("single_yr_total_heads_by_inst_level_gender", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_level_gender", "2008-09", "", "single_yr_total_heads_by_inst_level_gender_0809");
addList("single_yr_total_heads_by_inst_level_gender", "2007-08", "", "single_yr_total_heads_by_inst_level_gender_0708");
addList("single_yr_total_heads_by_inst_level_gender", "2006-07", "", "single_yr_total_heads_by_inst_level_gender_0607");
addList("single_yr_total_heads_by_inst_level_gender", "2005-06", "", "single_yr_total_heads_by_inst_level_gender_0506");
addList("single_yr_total_heads_by_inst_level_gender", "2004-05", "", "single_yr_total_heads_by_inst_level_gender_0405");
addList("single_yr_total_heads_by_inst_level_gender", "2003-04", "", "single_yr_total_heads_by_inst_level_gender_0304");
addList("single_yr_total_heads_by_inst_level_gender", "2002-03", "", "single_yr_total_heads_by_inst_level_gender_0203");
addList("single_yr_total_heads_by_inst_level_gender", "2001-02", "", "single_yr_total_heads_by_inst_level_gender_0102");
addList("single_yr_total_heads_by_inst_level_gender", "2000-01", "", "single_yr_total_heads_by_inst_level_gender_0001");
addList("single_yr_total_heads_by_inst_level_gender", "1999-00", "", "single_yr_total_heads_by_inst_level_gender_9900");
addList("single_yr_total_heads_by_inst_level_gender", "1998-99", "", "single_yr_total_heads_by_inst_level_gender_9899");

addOption("single_yr_total_heads_by_inst_level_res_stat", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_level_res_stat", "2008-09", "", "single_yr_total_heads_by_inst_level_res_stat_0809");
addList("single_yr_total_heads_by_inst_level_res_stat", "2007-08", "", "single_yr_total_heads_by_inst_level_res_stat_0708");
addList("single_yr_total_heads_by_inst_level_res_stat", "2006-07", "", "single_yr_total_heads_by_inst_level_res_stat_0607");
addList("single_yr_total_heads_by_inst_level_res_stat", "2005-06", "", "single_yr_total_heads_by_inst_level_res_stat_0506");
addList("single_yr_total_heads_by_inst_level_res_stat", "2004-05", "", "single_yr_total_heads_by_inst_level_res_stat_0405");
addList("single_yr_total_heads_by_inst_level_res_stat", "2003-04", "", "single_yr_total_heads_by_inst_level_res_stat_0304");
addList("single_yr_total_heads_by_inst_level_res_stat", "2002-03", "", "single_yr_total_heads_by_inst_level_res_stat_0203");
addList("single_yr_total_heads_by_inst_level_res_stat", "2001-02", "", "single_yr_total_heads_by_inst_level_res_stat_0102");
addList("single_yr_total_heads_by_inst_level_res_stat", "2000-01", "", "single_yr_total_heads_by_inst_level_res_stat_0001");
addList("single_yr_total_heads_by_inst_level_res_stat", "1999-00", "", "single_yr_total_heads_by_inst_level_res_stat_9900");
addList("single_yr_total_heads_by_inst_level_res_stat", "1998-99", "", "single_yr_total_heads_by_inst_level_res_stat_9899");

addOption("single_yr_total_heads_by_inst_race_age", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_race_age", "2008-09", "", "single_yr_total_heads_by_inst_race_age_0809");
addList("single_yr_total_heads_by_inst_race_age", "2007-08", "", "single_yr_total_heads_by_inst_race_age_0708");
addList("single_yr_total_heads_by_inst_race_age", "2006-07", "", "single_yr_total_heads_by_inst_race_age_0607");
addList("single_yr_total_heads_by_inst_race_age", "2005-06", "", "single_yr_total_heads_by_inst_race_age_0506");
addList("single_yr_total_heads_by_inst_race_age", "2004-05", "", "single_yr_total_heads_by_inst_race_age_0405");
addList("single_yr_total_heads_by_inst_race_age", "2003-04", "", "single_yr_total_heads_by_inst_race_age_0304");
addList("single_yr_total_heads_by_inst_race_age", "2002-03", "", "single_yr_total_heads_by_inst_race_age_0203");
addList("single_yr_total_heads_by_inst_race_age", "2001-02", "", "single_yr_total_heads_by_inst_race_age_0102");
addList("single_yr_total_heads_by_inst_race_age", "2000-01", "", "single_yr_total_heads_by_inst_race_age_0001");
addList("single_yr_total_heads_by_inst_race_age", "1999-00", "", "single_yr_total_heads_by_inst_race_age_9900");
addList("single_yr_total_heads_by_inst_race_age", "1998-99", "", "single_yr_total_heads_by_inst_race_age_9899");

addOption("single_yr_total_heads_by_inst_race_classif", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_race_classif", "2008-09", "", "single_yr_total_heads_by_inst_race_classif_0809");
addList("single_yr_total_heads_by_inst_race_classif", "2007-08", "", "single_yr_total_heads_by_inst_race_classif_0708");
addList("single_yr_total_heads_by_inst_race_classif", "2006-07", "", "single_yr_total_heads_by_inst_race_classif_0607");
addList("single_yr_total_heads_by_inst_race_classif", "2005-06", "", "single_yr_total_heads_by_inst_race_classif_0506");
addList("single_yr_total_heads_by_inst_race_classif", "2004-05", "", "single_yr_total_heads_by_inst_race_classif_0405");
addList("single_yr_total_heads_by_inst_race_classif", "2003-04", "", "single_yr_total_heads_by_inst_race_classif_0304");
addList("single_yr_total_heads_by_inst_race_classif", "2002-03", "", "single_yr_total_heads_by_inst_race_classif_0203");
addList("single_yr_total_heads_by_inst_race_classif", "2001-02", "", "single_yr_total_heads_by_inst_race_classif_0102");
addList("single_yr_total_heads_by_inst_race_classif", "2000-01", "", "single_yr_total_heads_by_inst_race_classif_0001");
addList("single_yr_total_heads_by_inst_race_classif", "1999-00", "", "single_yr_total_heads_by_inst_race_classif_9900");
addList("single_yr_total_heads_by_inst_race_classif", "1998-99", "", "single_yr_total_heads_by_inst_race_classif_9899");

addOption("single_yr_total_heads_by_inst_race_entr_stat", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_race_entr_stat", "2008-09", "", "single_yr_total_heads_by_inst_race_entr_stat_0809");
addList("single_yr_total_heads_by_inst_race_entr_stat", "2007-08", "", "single_yr_total_heads_by_inst_race_entr_stat_0708");
addList("single_yr_total_heads_by_inst_race_entr_stat", "2006-07", "", "single_yr_total_heads_by_inst_race_entr_stat_0607");
addList("single_yr_total_heads_by_inst_race_entr_stat", "2005-06", "", "single_yr_total_heads_by_inst_race_entr_stat_0506");
addList("single_yr_total_heads_by_inst_race_entr_stat", "2004-05", "", "single_yr_total_heads_by_inst_race_entr_stat_0405");
addList("single_yr_total_heads_by_inst_race_entr_stat", "2003-04", "", "single_yr_total_heads_by_inst_race_entr_stat_0304");
addList("single_yr_total_heads_by_inst_race_entr_stat", "2002-03", "", "single_yr_total_heads_by_inst_race_entr_stat_0203");
addList("single_yr_total_heads_by_inst_race_entr_stat", "2001-02", "", "single_yr_total_heads_by_inst_race_entr_stat_0102");
addList("single_yr_total_heads_by_inst_race_entr_stat", "2000-01", "", "single_yr_total_heads_by_inst_race_entr_stat_0001");
addList("single_yr_total_heads_by_inst_race_entr_stat", "1999-00", "", "single_yr_total_heads_by_inst_race_entr_stat_9900");
addList("single_yr_total_heads_by_inst_race_entr_stat", "1998-99", "", "single_yr_total_heads_by_inst_race_entr_stat_9899");

addOption("single_yr_total_heads_by_inst_race_ftpt", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_race_ftpt", "2008-09", "", "single_yr_total_heads_by_inst_race_ftpt_0809");
addList("single_yr_total_heads_by_inst_race_ftpt", "2007-08", "", "single_yr_total_heads_by_inst_race_ftpt_0708");
addList("single_yr_total_heads_by_inst_race_ftpt", "2006-07", "", "single_yr_total_heads_by_inst_race_ftpt_0607");
addList("single_yr_total_heads_by_inst_race_ftpt", "2005-06", "", "single_yr_total_heads_by_inst_race_ftpt_0506");
addList("single_yr_total_heads_by_inst_race_ftpt", "2004-05", "", "single_yr_total_heads_by_inst_race_ftpt_0405");
addList("single_yr_total_heads_by_inst_race_ftpt", "2003-04", "", "single_yr_total_heads_by_inst_race_ftpt_0304");
addList("single_yr_total_heads_by_inst_race_ftpt", "2002-03", "", "single_yr_total_heads_by_inst_race_ftpt_0203");
addList("single_yr_total_heads_by_inst_race_ftpt", "2001-02", "", "single_yr_total_heads_by_inst_race_ftpt_0102");
addList("single_yr_total_heads_by_inst_race_ftpt", "2000-01", "", "single_yr_total_heads_by_inst_race_ftpt_0001");
addList("single_yr_total_heads_by_inst_race_ftpt", "1999-00", "", "single_yr_total_heads_by_inst_race_ftpt_9900");
addList("single_yr_total_heads_by_inst_race_ftpt", "1998-99", "", "single_yr_total_heads_by_inst_race_ftpt_9899");

addOption("single_yr_total_heads_by_inst_race_gender", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_race_gender", "2008-09", "", "single_yr_total_heads_by_inst_race_gender_0809");
addList("single_yr_total_heads_by_inst_race_gender", "2007-08", "", "single_yr_total_heads_by_inst_race_gender_0708");
addList("single_yr_total_heads_by_inst_race_gender", "2006-07", "", "single_yr_total_heads_by_inst_race_gender_0607");
addList("single_yr_total_heads_by_inst_race_gender", "2005-06", "", "single_yr_total_heads_by_inst_race_gender_0506");
addList("single_yr_total_heads_by_inst_race_gender", "2004-05", "", "single_yr_total_heads_by_inst_race_gender_0405");
addList("single_yr_total_heads_by_inst_race_gender", "2003-04", "", "single_yr_total_heads_by_inst_race_gender_0304");
addList("single_yr_total_heads_by_inst_race_gender", "2002-03", "", "single_yr_total_heads_by_inst_race_gender_0203");
addList("single_yr_total_heads_by_inst_race_gender", "2001-02", "", "single_yr_total_heads_by_inst_race_gender_0102");
addList("single_yr_total_heads_by_inst_race_gender", "2000-01", "", "single_yr_total_heads_by_inst_race_gender_0001");
addList("single_yr_total_heads_by_inst_race_gender", "1999-00", "", "single_yr_total_heads_by_inst_race_gender_9900");
addList("single_yr_total_heads_by_inst_race_gender", "1998-99", "", "single_yr_total_heads_by_inst_race_gender_9899");

addOption("single_yr_total_heads_by_inst_race_level", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_race_level", "2008-09", "", "single_yr_total_heads_by_inst_race_level_0809");
addList("single_yr_total_heads_by_inst_race_level", "2007-08", "", "single_yr_total_heads_by_inst_race_level_0708");
addList("single_yr_total_heads_by_inst_race_level", "2006-07", "", "single_yr_total_heads_by_inst_race_level_0607");
addList("single_yr_total_heads_by_inst_race_level", "2005-06", "", "single_yr_total_heads_by_inst_race_level_0506");
addList("single_yr_total_heads_by_inst_race_level", "2004-05", "", "single_yr_total_heads_by_inst_race_level_0405");
addList("single_yr_total_heads_by_inst_race_level", "2003-04", "", "single_yr_total_heads_by_inst_race_level_0304");
addList("single_yr_total_heads_by_inst_race_level", "2002-03", "", "single_yr_total_heads_by_inst_race_level_0203");
addList("single_yr_total_heads_by_inst_race_level", "2001-02", "", "single_yr_total_heads_by_inst_race_level_0102");
addList("single_yr_total_heads_by_inst_race_level", "2000-01", "", "single_yr_total_heads_by_inst_race_level_0001");
addList("single_yr_total_heads_by_inst_race_level", "1999-00", "", "single_yr_total_heads_by_inst_race_level_9900");
addList("single_yr_total_heads_by_inst_race_level", "1998-99", "", "single_yr_total_heads_by_inst_race_level_9899");

addOption("single_yr_total_heads_by_inst_race_res_stat", "Select Year", "", 1); //HEADER OPTION
addList("single_yr_total_heads_by_inst_race_res_stat", "2008-09", "", "single_yr_total_heads_by_inst_race_res_stat_0809");
addList("single_yr_total_heads_by_inst_race_res_stat", "2007-08", "", "single_yr_total_heads_by_inst_race_res_stat_0708");
addList("single_yr_total_heads_by_inst_race_res_stat", "2006-07", "", "single_yr_total_heads_by_inst_race_res_stat_0607");
addList("single_yr_total_heads_by_inst_race_res_stat", "2005-06", "", "single_yr_total_heads_by_inst_race_res_stat_0506");
addList("single_yr_total_heads_by_inst_race_res_stat", "2004-05", "", "single_yr_total_heads_by_inst_race_res_stat_0405");
addList("single_yr_total_heads_by_inst_race_res_stat", "2003-04", "", "single_yr_total_heads_by_inst_race_res_stat_0304");
addList("single_yr_total_heads_by_inst_race_res_stat", "2002-03", "", "single_yr_total_heads_by_inst_race_res_stat_0203");
addList("single_yr_total_heads_by_inst_race_res_stat", "2001-02", "", "single_yr_total_heads_by_inst_race_res_stat_0102");
addList("single_yr_total_heads_by_inst_race_res_stat", "2000-01", "", "single_yr_total_heads_by_inst_race_res_stat_0001");
addList("single_yr_total_heads_by_inst_race_res_stat", "1999-00", "", "single_yr_total_heads_by_inst_race_res_stat_9900");
addList("single_yr_total_heads_by_inst_race_res_stat", "1998-99", "", "single_yr_total_heads_by_inst_race_res_stat_9899");

//fourth layer, FILE FORMAT

<!-- single year total heads by INST -->

addOption("single_yr_total_heads_by_inst_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_0809", "PDF", "2008-09/pdf/r_b100_tot.pdf");
addOption("single_yr_total_heads_by_inst_0809", "Excel", "2008-09/excel/r_b100_tot.xls");
addOption("single_yr_total_heads_by_inst_0809", "HTML", "2008-09/html/r_b100_tot.htm");

addOption("single_yr_total_heads_by_inst_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_0708", "PDF", "2007-08/pdf/r_b100_tot.pdf");
addOption("single_yr_total_heads_by_inst_0708", "Excel", "2007-08/excel/r_b100_tot.xls");
addOption("single_yr_total_heads_by_inst_0708", "HTML", "2007-08/html/r_b100_tot.htm");

addOption("single_yr_total_heads_by_inst_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_0607", "PDF", "2006-07/pdf/r_b100_tot.pdf");
addOption("single_yr_total_heads_by_inst_0607", "Excel", "2006-07/excel/r_b100_tot.xls");
addOption("single_yr_total_heads_by_inst_0607", "HTML", "2006-07/html/r_b100_tot.htm");

addOption("single_yr_total_heads_by_inst_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_0506", "PDF", "2005-06/pdf/r_b100_tot.pdf");
addOption("single_yr_total_heads_by_inst_0506", "Excel", "2005-06/excel/r_b100_tot.xls");
addOption("single_yr_total_heads_by_inst_0506", "HTML", "2005-06/html/r_b100_tot.htm");

addOption("single_yr_total_heads_by_inst_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_0405", "PDF", "2004-05/pdf/r_b100_tot.pdf");
addOption("single_yr_total_heads_by_inst_0405", "Excel", "2004-05/excel/r_b100_tot.xls");
addOption("single_yr_total_heads_by_inst_0405", "HTML", "2004-05/html/r_b100_tot.htm");

addOption("single_yr_total_heads_by_inst_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_0304", "PDF", "2003-04/pdf/r_b100_tot.pdf");
addOption("single_yr_total_heads_by_inst_0304", "Excel", "2003-04/excel/r_b100_tot.xls");
addOption("single_yr_total_heads_by_inst_0304", "HTML", "2003-04/html/r_b100_tot.htm");

addOption("single_yr_total_heads_by_inst_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_0203", "PDF", "2002-03/pdf/r_b100_tot.pdf");
addOption("single_yr_total_heads_by_inst_0203", "Excel", "2002-03/excel/r_b100_tot.xls");
addOption("single_yr_total_heads_by_inst_0203", "HTML", "2002-03/html/r_b100_tot.htm");

addOption("single_yr_total_heads_by_inst_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_0102", "PDF", "2001-02/pdf/r_b100_tot.pdf");
addOption("single_yr_total_heads_by_inst_0102", "Excel", "2001-02/excel/r_b100_tot.xls");
addOption("single_yr_total_heads_by_inst_0102", "HTML", "2001-02/html/r_b100_tot.htm");

addOption("single_yr_total_heads_by_inst_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_0001", "PDF", "2000-01/pdf/r_b100_tot.pdf");
addOption("single_yr_total_heads_by_inst_0001", "Excel", "2000-01/excel/r_b100_tot.xls");
addOption("single_yr_total_heads_by_inst_0001", "HTML", "2000-01/html/r_b100_tot.htm");

addOption("single_yr_total_heads_by_inst_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_9900", "PDF", "1999-00/pdf/r_b100_tot.pdf");
addOption("single_yr_total_heads_by_inst_9900", "Excel", "1999-00/excel/r_b100_tot.xls");
addOption("single_yr_total_heads_by_inst_9900", "HTML", "1999-00/html/r_b100_tot.htm");

addOption("single_yr_total_heads_by_inst_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_9899", "PDF", "1998-99/pdf/r_b100_tot.pdf");
addOption("single_yr_total_heads_by_inst_9899", "Excel", "1998-99/excel/r_b100_tot.xls");
addOption("single_yr_total_heads_by_inst_9899", "HTML", "1998-99/html/r_b100_tot.htm");


<!-- single year totals heads by INST, AGE, CLASSIF -->

addOption("single_yr_total_heads_by_inst_age_classif_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_0809", "PDF", "2008-09/pdf/r_b101_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_0809", "Excel", "2008-09/excel/r_b101_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_0809", "HTML", "2008-09/html/r_b101_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_0708", "PDF", "2007-08/pdf/r_b101_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_0708", "Excel", "2007-08/excel/r_b101_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_0708", "HTML", "2007-08/html/r_b101_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_0607", "PDF", "2006-07/pdf/r_b101_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_0607", "Excel", "2006-07/excel/r_b101_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_0607", "HTML", "2006-07/html/r_b101_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_0506", "PDF", "2005-06/pdf/r_b101_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_0506", "Excel", "2005-06/excel/r_b101_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_0506", "HTML", "2005-06/html/r_b101_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_0405", "PDF", "2004-05/pdf/r_b101_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_0405", "Excel", "2004-05/excel/r_b101_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_0405", "HTML", "2004-05/html/r_b101_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_0304", "PDF", "2003-04/pdf/r_b101_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_0304", "Excel", "2003-04/excel/r_b101_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_0304", "HTML", "2003-04/html/r_b101_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_0203", "PDF", "2002-03/pdf/r_b101_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_0203", "Excel", "2002-03/excel/r_b101_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_0203", "HTML", "2002-03/html/r_b101_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_0102", "PDF", "2001-02/pdf/r_b101_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_0102", "Excel", "2001-02/excel/r_b101_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_0102", "HTML", "2001-02/html/r_b101_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_0001", "PDF", "2000-01/pdf/r_b101_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_0001", "Excel", "2000-01/excel/r_b101_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_0001", "HTML", "2000-01/html/r_b101_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_9900", "PDF", "1999-00/pdf/r_b101_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_9900", "Excel", "1999-00/excel/r_b101_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_9900", "HTML", "1999-00/html/r_b101_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_9899", "PDF", "1998-99/pdf/r_b101_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_9899", "Excel", "1998-99/excel/r_b101_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_9899", "HTML", "1998-99/html/r_b101_tot.htm");


<!-- single year total heads by INST, AGE, CLASSIF (UWC) -->

addOption("single_yr_total_heads_by_inst_age_classif_uwc_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0809", "PDF", "2008-09/pdf/r_b101_c_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0809", "Excel", "2008-09/excel/r_b101_c_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0809", "HTML", "2008-09/html/r_b101_c_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_uwc_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0708", "PDF", "2007-08/pdf/r_b101_c_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0708", "Excel", "2007-08/excel/r_b101_c_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0708", "HTML", "2007-08/html/r_b101_c_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_uwc_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0607", "PDF", "2006-07/pdf/r_b101_c_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0607", "Excel", "2006-07/excel/r_b101_c_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0607", "HTML", "2006-07/html/r_b101_c_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_uwc_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0506", "PDF", "2005-06/pdf/r_b101_c_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0506", "Excel", "2005-06/excel/r_b101_c_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0506", "HTML", "2005-06/html/r_b101_c_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_uwc_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0405", "PDF", "2004-05/pdf/r_b101_c_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0405", "Excel", "2004-05/excel/r_b101_c_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0405", "HTML", "2004-05/html/r_b101_c_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_uwc_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0304", "PDF", "2003-04/pdf/r_b101_c_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0304", "Excel", "2003-04/excel/r_b101_c_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0304", "HTML", "2003-04/html/r_b101_c_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_uwc_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0203", "PDF", "2002-03/pdf/r_b101_c_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0203", "Excel", "2002-03/excel/r_b101_c_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0203", "HTML", "2002-03/html/r_b101_c_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_uwc_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0102", "PDF", "2001-02/pdf/r_b101_c_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0102", "Excel", "2001-02/excel/r_b101_c_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0102", "HTML", "2001-02/html/r_b101_c_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_uwc_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0001", "PDF", "2000-01/pdf/r_b101_c_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0001", "Excel", "2000-01/excel/r_b101_c_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_0001", "HTML", "2000-01/html/r_b101_c_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_uwc_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_uwc_9900", "PDF", "1999-00/pdf/r_b101_c_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_9900", "Excel", "1999-00/excel/r_b101_c_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_9900", "HTML", "1999-00/html/r_b101_c_tot.htm");

addOption("single_yr_total_heads_by_inst_age_classif_uwc_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_age_classif_uwc_9899", "PDF", "1998-99/pdf/r_b101_c_tot.pdf");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_9899", "Excel", "1998-99/excel/r_b101_c_tot.xls");
addOption("single_yr_total_heads_by_inst_age_classif_uwc_9899", "HTML", "1998-99/html/r_b101_c_tot.htm");


<!-- single year total heads by INST, CLASSIF, ENTR_STATUS -->

addOption("single_yr_total_heads_by_inst_classif_entr_stat_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0809", "PDF", "2008-09/pdf/r_b102_tot.pdf");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0809", "Excel", "2008-09/excel/r_b102_tot.xls");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0809", "HTML", "2008-09/html/r_b102_tot.htm");

addOption("single_yr_total_heads_by_inst_classif_entr_stat_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0708", "PDF", "2007-08/pdf/r_b102_tot.pdf");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0708", "Excel", "2007-08/excel/r_b102_tot.xls");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0708", "HTML", "2007-08/html/r_b102_tot.htm");

addOption("single_yr_total_heads_by_inst_classif_entr_stat_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0607", "PDF", "2006-07/pdf/r_b102_tot.pdf");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0607", "Excel", "2006-07/excel/r_b102_tot.xls");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0607", "HTML", "2006-07/html/r_b102_tot.htm");

addOption("single_yr_total_heads_by_inst_classif_entr_stat_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0506", "PDF", "2005-06/pdf/r_b102_tot.pdf");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0506", "Excel", "2005-06/excel/r_b102_tot.xls");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0506", "HTML", "2005-06/html/r_b102_tot.htm");

addOption("single_yr_total_heads_by_inst_classif_entr_stat_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0405", "PDF", "2004-05/pdf/r_b102_tot.pdf");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0405", "Excel", "2004-05/excel/r_b102_tot.xls");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0405", "HTML", "2004-05/html/r_b102_tot.htm");

addOption("single_yr_total_heads_by_inst_classif_entr_stat_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0304", "PDF", "2003-04/pdf/r_b102_tot.pdf");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0304", "Excel", "2003-04/excel/r_b102_tot.xls");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0304", "HTML", "2003-04/html/r_b102_tot.htm");

addOption("single_yr_total_heads_by_inst_classif_entr_stat_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0203", "PDF", "2002-03/pdf/r_b102_tot.pdf");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0203", "Excel", "2002-03/excel/r_b102_tot.xls");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0203", "HTML", "2002-03/html/r_b102_tot.htm");

addOption("single_yr_total_heads_by_inst_classif_entr_stat_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0102", "PDF", "2001-02/pdf/r_b102_tot.pdf");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0102", "Excel", "2001-02/excel/r_b102_tot.xls");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0102", "HTML", "2001-02/html/r_b102_tot.htm");

addOption("single_yr_total_heads_by_inst_classif_entr_stat_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0001", "PDF", "2000-01/pdf/r_b102_tot.pdf");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0001", "Excel", "2000-01/excel/r_b102_tot.xls");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_0001", "HTML", "2000-01/html/r_b102_tot.htm");

addOption("single_yr_total_heads_by_inst_classif_entr_stat_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_classif_entr_stat_9900", "PDF", "1999-00/pdf/r_b102_tot.pdf");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_9900", "Excel", "1999-00/excel/r_b102_tot.xls");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_9900", "HTML", "1999-00/html/r_b102_tot.htm");

addOption("single_yr_total_heads_by_inst_classif_entr_stat_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_classif_entr_stat_9899", "PDF", "1998-99/pdf/r_b102_tot.pdf");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_9899", "Excel", "1998-99/excel/r_b102_tot.xls");
addOption("single_yr_total_heads_by_inst_classif_entr_stat_9899", "HTML", "1998-99/html/r_b102_tot.htm");


<!-- single year total heads by INST, GENDER, FTPT -->

addOption("single_yr_total_heads_by_inst_gender_ftpt_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_gender_ftpt_0809", "PDF", "2008-09/pdf/r_b103_tot.pdf");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0809", "Excel", "2008-09/excel/r_b103_tot.xls");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0809", "HTML", "2008-09/html/r_b103_tot.htm");

addOption("single_yr_total_heads_by_inst_gender_ftpt_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_gender_ftpt_0708", "PDF", "2007-08/pdf/r_b103_tot.pdf");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0708", "Excel", "2007-08/excel/r_b103_tot.xls");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0708", "HTML", "2007-08/html/r_b103_tot.htm");

addOption("single_yr_total_heads_by_inst_gender_ftpt_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_gender_ftpt_0607", "PDF", "2006-07/pdf/r_b103_tot.pdf");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0607", "Excel", "2006-07/excel/r_b103_tot.xls");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0607", "HTML", "2006-07/html/r_b103_tot.htm");

addOption("single_yr_total_heads_by_inst_gender_ftpt_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_gender_ftpt_0506", "PDF", "2005-06/pdf/r_b103_tot.pdf");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0506", "Excel", "2005-06/excel/r_b103_tot.xls");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0506", "HTML", "2005-06/html/r_b103_tot.htm");

addOption("single_yr_total_heads_by_inst_gender_ftpt_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_gender_ftpt_0405", "PDF", "2004-05/pdf/r_b103_tot.pdf");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0405", "Excel", "2004-05/excel/r_b103_tot.xls");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0405", "HTML", "2004-05/html/r_b103_tot.htm");

addOption("single_yr_total_heads_by_inst_gender_ftpt_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_gender_ftpt_0304", "PDF", "2003-04/pdf/r_b103_tot.pdf");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0304", "Excel", "2003-04/excel/r_b103_tot.xls");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0304", "HTML", "2003-04/html/r_b103_tot.htm");

addOption("single_yr_total_heads_by_inst_gender_ftpt_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_gender_ftpt_0203", "PDF", "2002-03/pdf/r_b103_tot.pdf");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0203", "Excel", "2002-03/excel/r_b103_tot.xls");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0203", "HTML", "2002-03/html/r_b103_tot.htm");

addOption("single_yr_total_heads_by_inst_gender_ftpt_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_gender_ftpt_0102", "PDF", "2001-02/pdf/r_b103_tot.pdf");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0102", "Excel", "2001-02/excel/r_b103_tot.xls");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0102", "HTML", "2001-02/html/r_b103_tot.htm");

addOption("single_yr_total_heads_by_inst_gender_ftpt_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_gender_ftpt_0001", "PDF", "2000-01/pdf/r_b103_tot.pdf");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0001", "Excel", "2000-01/excel/r_b103_tot.xls");
addOption("single_yr_total_heads_by_inst_gender_ftpt_0001", "HTML", "2000-01/html/r_b103_tot.htm");

addOption("single_yr_total_heads_by_inst_gender_ftpt_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_gender_ftpt_9900", "PDF", "1999-00/pdf/r_b103_tot.pdf");
addOption("single_yr_total_heads_by_inst_gender_ftpt_9900", "Excel", "1999-00/excel/r_b103_tot.xls");
addOption("single_yr_total_heads_by_inst_gender_ftpt_9900", "HTML", "1999-00/html/r_b103_tot.htm");

addOption("single_yr_total_heads_by_inst_gender_ftpt_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_gender_ftpt_9899", "PDF", "1998-99/pdf/r_b103_tot.pdf");
addOption("single_yr_total_heads_by_inst_gender_ftpt_9899", "Excel", "1998-99/excel/r_b103_tot.xls");
addOption("single_yr_total_heads_by_inst_gender_ftpt_9899", "HTML", "1998-99/html/r_b103_tot.htm");


<!-- single year total heads by INST, GEO ORIGIN -->

addOption("single_yr_total_heads_by_inst_geo_origin_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_geo_origin_0809", "PDF", "2008-09/pdf/r_b104_tot.pdf");
addOption("single_yr_total_heads_by_inst_geo_origin_0809", "Excel", "2008-09/excel/r_b104_tot.xls");
addOption("single_yr_total_heads_by_inst_geo_origin_0809", "HTML", "2008-09/html/r_b104_tot.htm");

addOption("single_yr_total_heads_by_inst_geo_origin_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_geo_origin_0708", "PDF", "2007-08/pdf/r_b104_tot.pdf");
addOption("single_yr_total_heads_by_inst_geo_origin_0708", "Excel", "2007-08/excel/r_b104_tot.xls");
addOption("single_yr_total_heads_by_inst_geo_origin_0708", "HTML", "2007-08/html/r_b104_tot.htm");

addOption("single_yr_total_heads_by_inst_geo_origin_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_geo_origin_0607", "PDF", "2006-07/pdf/r_b104_tot.pdf");
addOption("single_yr_total_heads_by_inst_geo_origin_0607", "Excel", "2006-07/excel/r_b104_tot.xls");
addOption("single_yr_total_heads_by_inst_geo_origin_0607", "HTML", "2006-07/html/r_b104_tot.htm");

addOption("single_yr_total_heads_by_inst_geo_origin_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_geo_origin_0506", "PDF", "2005-06/pdf/r_b104_tot.pdf");
addOption("single_yr_total_heads_by_inst_geo_origin_0506", "Excel", "2005-06/excel/r_b104_tot.xls");
addOption("single_yr_total_heads_by_inst_geo_origin_0506", "HTML", "2005-06/html/r_b104_tot.htm");

addOption("single_yr_total_heads_by_inst_geo_origin_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_geo_origin_0405", "PDF", "2004-05/pdf/r_b104_tot.pdf");
addOption("single_yr_total_heads_by_inst_geo_origin_0405", "Excel", "2004-05/excel/r_b104_tot.xls");
addOption("single_yr_total_heads_by_inst_geo_origin_0405", "HTML", "2004-05/html/r_b104_tot.htm");

addOption("single_yr_total_heads_by_inst_geo_origin_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_geo_origin_0304", "PDF", "2003-04/pdf/r_b104_tot.pdf");
addOption("single_yr_total_heads_by_inst_geo_origin_0304", "Excel", "2003-04/excel/r_b104_tot.xls");
addOption("single_yr_total_heads_by_inst_geo_origin_0304", "HTML", "2003-04/html/r_b104_tot.htm");

addOption("single_yr_total_heads_by_inst_geo_origin_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_geo_origin_0203", "PDF", "2002-03/pdf/r_b104_tot.pdf");
addOption("single_yr_total_heads_by_inst_geo_origin_0203", "Excel", "2002-03/excel/r_b104_tot.xls");
addOption("single_yr_total_heads_by_inst_geo_origin_0203", "HTML", "2002-03/html/r_b104_tot.htm");

addOption("single_yr_total_heads_by_inst_geo_origin_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_geo_origin_0102", "PDF", "2001-02/pdf/r_b104_tot.pdf");
addOption("single_yr_total_heads_by_inst_geo_origin_0102", "Excel", "2001-02/excel/r_b104_tot.xls");
addOption("single_yr_total_heads_by_inst_geo_origin_0102", "HTML", "2001-02/html/r_b104_tot.htm");

addOption("single_yr_total_heads_by_inst_geo_origin_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_geo_origin_0001", "PDF", "2000-01/pdf/r_b104_tot.pdf");
addOption("single_yr_total_heads_by_inst_geo_origin_0001", "Excel", "2000-01/excel/r_b104_tot.xls");
addOption("single_yr_total_heads_by_inst_geo_origin_0001", "HTML", "2000-01/html/r_b104_tot.htm");

addOption("single_yr_total_heads_by_inst_geo_origin_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_geo_origin_9900", "PDF", "1999-00/pdf/r_b104_tot.pdf");
addOption("single_yr_total_heads_by_inst_geo_origin_9900", "Excel", "1999-00/excel/r_b104_tot.xls");
addOption("single_yr_total_heads_by_inst_geo_origin_9900", "HTML", "1999-00/html/r_b104_tot.htm");

addOption("single_yr_total_heads_by_inst_geo_origin_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_geo_origin_9899", "PDF", "1998-99/pdf/r_b104_tot.pdf");
addOption("single_yr_total_heads_by_inst_geo_origin_9899", "Excel", "1998-99/excel/r_b104_tot.xls");
addOption("single_yr_total_heads_by_inst_geo_origin_9899", "HTML", "1998-99/html/r_b104_tot.htm");


<!-- single year total heads by INST, LEVEL, GENDER -->

addOption("single_yr_total_heads_by_inst_level_gender_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_gender_0809", "PDF", "2008-09/pdf/r_b105_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_gender_0809", "Excel", "2008-09/excel/r_b105_tot.xls");
addOption("single_yr_total_heads_by_inst_level_gender_0809", "HTML", "2008-09/html/r_b105_tot.htm");

addOption("single_yr_total_heads_by_inst_level_gender_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_gender_0708", "PDF", "2007-08/pdf/r_b105_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_gender_0708", "Excel", "2007-08/excel/r_b105_tot.xls");
addOption("single_yr_total_heads_by_inst_level_gender_0708", "HTML", "2007-08/html/r_b105_tot.htm");

addOption("single_yr_total_heads_by_inst_level_gender_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_gender_0607", "PDF", "2006-07/pdf/r_b105_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_gender_0607", "Excel", "2006-07/excel/r_b105_tot.xls");
addOption("single_yr_total_heads_by_inst_level_gender_0607", "HTML", "2006-07/html/r_b105_tot.htm");

addOption("single_yr_total_heads_by_inst_level_gender_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_gender_0506", "PDF", "2005-06/pdf/r_b105_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_gender_0506", "Excel", "2005-06/excel/r_b105_tot.xls");
addOption("single_yr_total_heads_by_inst_level_gender_0506", "HTML", "2005-06/html/r_b105_tot.htm");

addOption("single_yr_total_heads_by_inst_level_gender_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_gender_0405", "PDF", "2004-05/pdf/r_b105_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_gender_0405", "Excel", "2004-05/excel/r_b105_tot.xls");
addOption("single_yr_total_heads_by_inst_level_gender_0405", "HTML", "2004-05/html/r_b105_tot.htm");

addOption("single_yr_total_heads_by_inst_level_gender_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_gender_0304", "PDF", "2003-04/pdf/r_b105_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_gender_0304", "Excel", "2003-04/excel/r_b105_tot.xls");
addOption("single_yr_total_heads_by_inst_level_gender_0304", "HTML", "2003-04/html/r_b105_tot.htm");

addOption("single_yr_total_heads_by_inst_level_gender_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_gender_0203", "PDF", "2002-03/pdf/r_b105_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_gender_0203", "Excel", "2002-03/excel/r_b105_tot.xls");
addOption("single_yr_total_heads_by_inst_level_gender_0203", "HTML", "2002-03/html/r_b105_tot.htm");

addOption("single_yr_total_heads_by_inst_level_gender_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_gender_0102", "PDF", "2001-02/pdf/r_b105_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_gender_0102", "Excel", "2001-02/excel/r_b105_tot.xls");
addOption("single_yr_total_heads_by_inst_level_gender_0102", "HTML", "2001-02/html/r_b105_tot.htm");

addOption("single_yr_total_heads_by_inst_level_gender_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_gender_0001", "PDF", "2000-01/pdf/r_b105_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_gender_0001", "Excel", "2000-01/excel/r_b105_tot.xls");
addOption("single_yr_total_heads_by_inst_level_gender_0001", "HTML", "2000-01/html/r_b105_tot.htm");

addOption("single_yr_total_heads_by_inst_level_gender_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_gender_9900", "PDF", "1999-00/pdf/r_b105_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_gender_9900", "Excel", "1999-00/excel/r_b105_tot.xls");
addOption("single_yr_total_heads_by_inst_level_gender_9900", "HTML", "1999-00/html/r_b105_tot.htm");

addOption("single_yr_total_heads_by_inst_level_gender_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_gender_9899", "PDF", "1998-99/pdf/r_b105_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_gender_9899", "Excel", "1998-99/excel/r_b105_tot.xls");
addOption("single_yr_total_heads_by_inst_level_gender_9899", "HTML", "1998-99/html/r_b105_tot.htm");


<!-- single year total heads by INST, LEVEL, RES_STATUS -->

addOption("single_yr_total_heads_by_inst_level_res_stat_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_res_stat_0809", "PDF", "2008-09/pdf/r_b106_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_res_stat_0809", "Excel", "2008-09/excel/r_b106_tot.xls");
addOption("single_yr_total_heads_by_inst_level_res_stat_0809", "HTML", "2008-09/html/r_b106_tot.htm");

addOption("single_yr_total_heads_by_inst_level_res_stat_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_res_stat_0708", "PDF", "2007-08/pdf/r_b106_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_res_stat_0708", "Excel", "2007-08/excel/r_b106_tot.xls");
addOption("single_yr_total_heads_by_inst_level_res_stat_0708", "HTML", "2007-08/html/r_b106_tot.htm");

addOption("single_yr_total_heads_by_inst_level_res_stat_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_res_stat_0607", "PDF", "2006-07/pdf/r_b106_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_res_stat_0607", "Excel", "2006-07/excel/r_b106_tot.xls");
addOption("single_yr_total_heads_by_inst_level_res_stat_0607", "HTML", "2006-07/html/r_b106_tot.htm");

addOption("single_yr_total_heads_by_inst_level_res_stat_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_res_stat_0506", "PDF", "2005-06/pdf/r_b106_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_res_stat_0506", "Excel", "2005-06/excel/r_b106_tot.xls");
addOption("single_yr_total_heads_by_inst_level_res_stat_0506", "HTML", "2005-06/html/r_b106_tot.htm");

addOption("single_yr_total_heads_by_inst_level_res_stat_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_res_stat_0405", "PDF", "2004-05/pdf/r_b106_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_res_stat_0405", "Excel", "2004-05/excel/r_b106_tot.xls");
addOption("single_yr_total_heads_by_inst_level_res_stat_0405", "HTML", "2004-05/html/r_b106_tot.htm");

addOption("single_yr_total_heads_by_inst_level_res_stat_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_res_stat_0304", "PDF", "2003-04/pdf/r_b106_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_res_stat_0304", "Excel", "2003-04/excel/r_b106_tot.xls");
addOption("single_yr_total_heads_by_inst_level_res_stat_0304", "HTML", "2003-04/html/r_b106_tot.htm");

addOption("single_yr_total_heads_by_inst_level_res_stat_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_res_stat_0203", "PDF", "2002-03/pdf/r_b106_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_res_stat_0203", "Excel", "2002-03/excel/r_b106_tot.xls");
addOption("single_yr_total_heads_by_inst_level_res_stat_0203", "HTML", "2002-03/html/r_b106_tot.htm");

addOption("single_yr_total_heads_by_inst_level_res_stat_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_res_stat_0102", "PDF", "2001-02/pdf/r_b106_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_res_stat_0102", "Excel", "2001-02/excel/r_b106_tot.xls");
addOption("single_yr_total_heads_by_inst_level_res_stat_0102", "HTML", "2001-02/html/r_b106_tot.htm");

addOption("single_yr_total_heads_by_inst_level_res_stat_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_res_stat_0001", "PDF", "2000-01/pdf/r_b106_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_res_stat_0001", "Excel", "2000-01/excel/r_b106_tot.xls");
addOption("single_yr_total_heads_by_inst_level_res_stat_0001", "HTML", "2000-01/html/r_b106_tot.htm");

addOption("single_yr_total_heads_by_inst_level_res_stat_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_res_stat_9900", "PDF", "1999-00/pdf/r_b106_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_res_stat_9900", "Excel", "1999-00/excel/r_b106_tot.xls");
addOption("single_yr_total_heads_by_inst_level_res_stat_9900", "HTML", "1999-00/html/r_b106_tot.htm");

addOption("single_yr_total_heads_by_inst_level_res_stat_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_level_res_stat_9899", "PDF", "1998-99/pdf/r_b106_tot.pdf");
addOption("single_yr_total_heads_by_inst_level_res_stat_9899", "Excel", "1998-99/excel/r_b106_tot.xls");
addOption("single_yr_total_heads_by_inst_level_res_stat_9899", "HTML", "1998-99/html/r_b106_tot.htm");


<!-- single year total heads by INST, RACE, AGE -->

addOption("single_yr_total_heads_by_inst_race_age_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_age_0809", "PDF", "2008-09/pdf/r_b107_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_age_0809", "Excel", "2008-09/excel/r_b107_tot.xls");
addOption("single_yr_total_heads_by_inst_race_age_0809", "HTML", "2008-09/html/r_b107_tot.htm");

addOption("single_yr_total_heads_by_inst_race_age_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_age_0708", "PDF", "2007-08/pdf/r_b107_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_age_0708", "Excel", "2007-08/excel/r_b107_tot.xls");
addOption("single_yr_total_heads_by_inst_race_age_0708", "HTML", "2007-08/html/r_b107_tot.htm");

addOption("single_yr_total_heads_by_inst_race_age_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_age_0607", "PDF", "2006-07/pdf/r_b107_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_age_0607", "Excel", "2006-07/excel/r_b107_tot.xls");
addOption("single_yr_total_heads_by_inst_race_age_0607", "HTML", "2006-07/html/r_b107_tot.htm");

addOption("single_yr_total_heads_by_inst_race_age_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_age_0506", "PDF", "2005-06/pdf/r_b107_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_age_0506", "Excel", "2005-06/excel/r_b107_tot.xls");
addOption("single_yr_total_heads_by_inst_race_age_0506", "HTML", "2005-06/html/r_b107_tot.htm");

addOption("single_yr_total_heads_by_inst_race_age_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_age_0405", "PDF", "2004-05/pdf/r_b107_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_age_0405", "Excel", "2004-05/excel/r_b107_tot.xls");
addOption("single_yr_total_heads_by_inst_race_age_0405", "HTML", "2004-05/html/r_b107_tot.htm");

addOption("single_yr_total_heads_by_inst_race_age_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_age_0304", "PDF", "2003-04/pdf/r_b107_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_age_0304", "Excel", "2003-04/excel/r_b107_tot.xls");
addOption("single_yr_total_heads_by_inst_race_age_0304", "HTML", "2003-04/html/r_b107_tot.htm");

addOption("single_yr_total_heads_by_inst_race_age_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_age_0203", "PDF", "2002-03/pdf/r_b107_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_age_0203", "Excel", "2002-03/excel/r_b107_tot.xls");
addOption("single_yr_total_heads_by_inst_race_age_0203", "HTML", "2002-03/html/r_b107_tot.htm");

addOption("single_yr_total_heads_by_inst_race_age_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_age_0102", "PDF", "2001-02/pdf/r_b107_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_age_0102", "Excel", "2001-02/excel/r_b107_tot.xls");
addOption("single_yr_total_heads_by_inst_race_age_0102", "HTML", "2001-02/html/r_b107_tot.htm");

addOption("single_yr_total_heads_by_inst_race_age_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_age_0001", "PDF", "2000-01/pdf/r_b107_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_age_0001", "Excel", "2000-01/excel/r_b107_tot.xls");
addOption("single_yr_total_heads_by_inst_race_age_0001", "HTML", "2000-01/html/r_b107_tot.htm");

addOption("single_yr_total_heads_by_inst_race_age_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_age_9900", "PDF", "1999-00/pdf/r_b107_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_age_9900", "Excel", "1999-00/excel/r_b107_tot.xls");
addOption("single_yr_total_heads_by_inst_race_age_9900", "HTML", "1999-00/html/r_b107_tot.htm");

addOption("single_yr_total_heads_by_inst_race_age_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_age_9899", "PDF", "1998-99/pdf/r_b107_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_age_9899", "Excel", "1998-99/excel/r_b107_tot.xls");
addOption("single_yr_total_heads_by_inst_race_age_9899", "HTML", "1998-99/html/r_b107_tot.htm");


<!-- single year total heads by INST, RACE, CLASSIF -->

addOption("single_yr_total_heads_by_inst_race_classif_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_classif_0809", "PDF", "2008-09/pdf/r_b108_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_classif_0809", "Excel", "2008-09/excel/r_b108_tot.xls");
addOption("single_yr_total_heads_by_inst_race_classif_0809", "HTML", "2008-09/html/r_b108_tot.htm");

addOption("single_yr_total_heads_by_inst_race_classif_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_classif_0708", "PDF", "2007-08/pdf/r_b108_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_classif_0708", "Excel", "2007-08/excel/r_b108_tot.xls");
addOption("single_yr_total_heads_by_inst_race_classif_0708", "HTML", "2007-08/html/r_b108_tot.htm");

addOption("single_yr_total_heads_by_inst_race_classif_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_classif_0607", "PDF", "2006-07/pdf/r_b108_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_classif_0607", "Excel", "2006-07/excel/r_b108_tot.xls");
addOption("single_yr_total_heads_by_inst_race_classif_0607", "HTML", "2006-07/html/r_b108_tot.htm");

addOption("single_yr_total_heads_by_inst_race_classif_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_classif_0506", "PDF", "2005-06/pdf/r_b108_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_classif_0506", "Excel", "2005-06/excel/r_b108_tot.xls");
addOption("single_yr_total_heads_by_inst_race_classif_0506", "HTML", "2005-06/html/r_b108_tot.htm");

addOption("single_yr_total_heads_by_inst_race_classif_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_classif_0405", "PDF", "2004-05/pdf/r_b108_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_classif_0405", "Excel", "2004-05/excel/r_b108_tot.xls");
addOption("single_yr_total_heads_by_inst_race_classif_0405", "HTML", "2004-05/html/r_b108_tot.htm");

addOption("single_yr_total_heads_by_inst_race_classif_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_classif_0304", "PDF", "2003-04/pdf/r_b108_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_classif_0304", "Excel", "2003-04/excel/r_b108_tot.xls");
addOption("single_yr_total_heads_by_inst_race_classif_0304", "HTML", "2003-04/html/r_b108_tot.htm");

addOption("single_yr_total_heads_by_inst_race_classif_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_classif_0203", "PDF", "2002-03/pdf/r_b108_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_classif_0203", "Excel", "2002-03/excel/r_b108_tot.xls");
addOption("single_yr_total_heads_by_inst_race_classif_0203", "HTML", "2002-03/html/r_b108_tot.htm");

addOption("single_yr_total_heads_by_inst_race_classif_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_classif_0102", "PDF", "2001-02/pdf/r_b108_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_classif_0102", "Excel", "2001-02/excel/r_b108_tot.xls");
addOption("single_yr_total_heads_by_inst_race_classif_0102", "HTML", "2001-02/html/r_b108_tot.htm");

addOption("single_yr_total_heads_by_inst_race_classif_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_classif_0001", "PDF", "2000-01/pdf/r_b108_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_classif_0001", "Excel", "2000-01/excel/r_b108_tot.xls");
addOption("single_yr_total_heads_by_inst_race_classif_0001", "HTML", "2000-01/html/r_b108_tot.htm");

addOption("single_yr_total_heads_by_inst_race_classif_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_classif_9900", "PDF", "1999-00/pdf/r_b108_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_classif_9900", "Excel", "1999-00/excel/r_b108_tot.xls");
addOption("single_yr_total_heads_by_inst_race_classif_9900", "HTML", "1999-00/html/r_b108_tot.htm");

addOption("single_yr_total_heads_by_inst_race_classif_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_classif_9899", "PDF", "1998-99/pdf/r_b108_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_classif_9899", "Excel", "1998-99/excel/r_b108_tot.xls");
addOption("single_yr_total_heads_by_inst_race_classif_9899", "HTML", "1998-99/html/r_b108_tot.htm");


<!-- single year total heads by INST, RACE, ENTR_STAT -->

addOption("single_yr_total_heads_by_inst_race_entr_stat_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_entr_stat_0809", "PDF", "2008-09/pdf/r_b109_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0809", "Excel", "2008-09/excel/r_b109_tot.xls");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0809", "HTML", "2008-09/html/r_b109_tot.htm");

addOption("single_yr_total_heads_by_inst_race_entr_stat_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_entr_stat_0708", "PDF", "2007-08/pdf/r_b109_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0708", "Excel", "2007-08/excel/r_b109_tot.xls");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0708", "HTML", "2007-08/html/r_b109_tot.htm");

addOption("single_yr_total_heads_by_inst_race_entr_stat_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_entr_stat_0607", "PDF", "2006-07/pdf/r_b109_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0607", "Excel", "2006-07/excel/r_b109_tot.xls");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0607", "HTML", "2006-07/html/r_b109_tot.htm");

addOption("single_yr_total_heads_by_inst_race_entr_stat_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_entr_stat_0506", "PDF", "2005-06/pdf/r_b109_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0506", "Excel", "2005-06/excel/r_b109_tot.xls");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0506", "HTML", "2005-06/html/r_b109_tot.htm");

addOption("single_yr_total_heads_by_inst_race_entr_stat_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_entr_stat_0405", "PDF", "2004-05/pdf/r_b109_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0405", "Excel", "2004-05/excel/r_b109_tot.xls");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0405", "HTML", "2004-05/html/r_b109_tot.htm");

addOption("single_yr_total_heads_by_inst_race_entr_stat_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_entr_stat_0304", "PDF", "2003-04/pdf/r_b109_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0304", "Excel", "2003-04/excel/r_b109_tot.xls");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0304", "HTML", "2003-04/html/r_b109_tot.htm");

addOption("single_yr_total_heads_by_inst_race_entr_stat_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_entr_stat_0203", "PDF", "2002-03/pdf/r_b109_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0203", "Excel", "2002-03/excel/r_b109_tot.xls");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0203", "HTML", "2002-03/html/r_b109_tot.htm");

addOption("single_yr_total_heads_by_inst_race_entr_stat_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_entr_stat_0102", "PDF", "2001-02/pdf/r_b109_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0102", "Excel", "2001-02/excel/r_b109_tot.xls");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0102", "HTML", "2001-02/html/r_b109_tot.htm");

addOption("single_yr_total_heads_by_inst_race_entr_stat_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_entr_stat_0001", "PDF", "2000-01/pdf/r_b109_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0001", "Excel", "2000-01/excel/r_b109_tot.xls");
addOption("single_yr_total_heads_by_inst_race_entr_stat_0001", "HTML", "2000-01/html/r_b109_tot.htm");

addOption("single_yr_total_heads_by_inst_race_entr_stat_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_entr_stat_9900", "PDF", "1999-00/pdf/r_b109_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_entr_stat_9900", "Excel", "1999-00/excel/r_b109_tot.xls");
addOption("single_yr_total_heads_by_inst_race_entr_stat_9900", "HTML", "1999-00/html/r_b109_tot.htm");

addOption("single_yr_total_heads_by_inst_race_entr_stat_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_entr_stat_9899", "PDF", "1998-99/pdf/r_b109_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_entr_stat_9899", "Excel", "1998-99/excel/r_b109_tot.xls");
addOption("single_yr_total_heads_by_inst_race_entr_stat_9899", "HTML", "1998-99/html/r_b109_tot.htm");


<!-- single year total heads by INST, RACE, FTPT -->

addOption("single_yr_total_heads_by_inst_race_ftpt_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_ftpt_0809", "PDF", "2008-09/pdf/r_b110_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_ftpt_0809", "Excel", "2008-09/excel/r_b110_tot.xls");
addOption("single_yr_total_heads_by_inst_race_ftpt_0809", "HTML", "2008-09/html/r_b110_tot.htm");

addOption("single_yr_total_heads_by_inst_race_ftpt_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_ftpt_0708", "PDF", "2007-08/pdf/r_b110_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_ftpt_0708", "Excel", "2007-08/excel/r_b110_tot.xls");
addOption("single_yr_total_heads_by_inst_race_ftpt_0708", "HTML", "2007-08/html/r_b110_tot.htm");

addOption("single_yr_total_heads_by_inst_race_ftpt_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_ftpt_0607", "PDF", "2006-07/pdf/r_b110_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_ftpt_0607", "Excel", "2006-07/excel/r_b110_tot.xls");
addOption("single_yr_total_heads_by_inst_race_ftpt_0607", "HTML", "2006-07/html/r_b110_tot.htm");

addOption("single_yr_total_heads_by_inst_race_ftpt_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_ftpt_0506", "PDF", "2005-06/pdf/r_b110_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_ftpt_0506", "Excel", "2005-06/excel/r_b110_tot.xls");
addOption("single_yr_total_heads_by_inst_race_ftpt_0506", "HTML", "2005-06/html/r_b110_tot.htm");

addOption("single_yr_total_heads_by_inst_race_ftpt_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_ftpt_0405", "PDF", "2004-05/pdf/r_b110_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_ftpt_0405", "Excel", "2004-05/excel/r_b110_tot.xls");
addOption("single_yr_total_heads_by_inst_race_ftpt_0405", "HTML", "2004-05/html/r_b110_tot.htm");

addOption("single_yr_total_heads_by_inst_race_ftpt_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_ftpt_0304", "PDF", "2003-04/pdf/r_b110_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_ftpt_0304", "Excel", "2003-04/excel/r_b110_tot.xls");
addOption("single_yr_total_heads_by_inst_race_ftpt_0304", "HTML", "2003-04/html/r_b110_tot.htm");

addOption("single_yr_total_heads_by_inst_race_ftpt_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_ftpt_0203", "PDF", "2002-03/pdf/r_b110_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_ftpt_0203", "Excel", "2002-03/excel/r_b110_tot.xls");
addOption("single_yr_total_heads_by_inst_race_ftpt_0203", "HTML", "2002-03/html/r_b110_tot.htm");

addOption("single_yr_total_heads_by_inst_race_ftpt_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_ftpt_0102", "PDF", "2001-02/pdf/r_b110_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_ftpt_0102", "Excel", "2001-02/excel/r_b110_tot.xls");
addOption("single_yr_total_heads_by_inst_race_ftpt_0102", "HTML", "2001-02/html/r_b110_tot.htm");

addOption("single_yr_total_heads_by_inst_race_ftpt_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_ftpt_0001", "PDF", "2000-01/pdf/r_b110_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_ftpt_0001", "Excel", "2000-01/excel/r_b110_tot.xls");
addOption("single_yr_total_heads_by_inst_race_ftpt_0001", "HTML", "2000-01/html/r_b110_tot.htm");

addOption("single_yr_total_heads_by_inst_race_ftpt_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_ftpt_9900", "PDF", "1999-00/pdf/r_b110_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_ftpt_9900", "Excel", "1999-00/excel/r_b110_tot.xls");
addOption("single_yr_total_heads_by_inst_race_ftpt_9900", "HTML", "1999-00/html/r_b110_tot.htm");

addOption("single_yr_total_heads_by_inst_race_ftpt_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_ftpt_9899", "PDF", "1998-99/pdf/r_b110_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_ftpt_9899", "Excel", "1998-99/excel/r_b110_tot.xls");
addOption("single_yr_total_heads_by_inst_race_ftpt_9899", "HTML", "1998-99/html/r_b110_tot.htm");


<!-- single year total heads by INST, RACE, GENDER -->

addOption("single_yr_total_heads_by_inst_race_gender_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_gender_0809", "PDF", "2008-09/pdf/r_b111_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_gender_0809", "Excel", "2008-09/excel/r_b111_tot.xls");
addOption("single_yr_total_heads_by_inst_race_gender_0809", "HTML", "2008-09/html/r_b111_tot.htm");

addOption("single_yr_total_heads_by_inst_race_gender_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_gender_0708", "PDF", "2007-08/pdf/r_b111_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_gender_0708", "Excel", "2007-08/excel/r_b111_tot.xls");
addOption("single_yr_total_heads_by_inst_race_gender_0708", "HTML", "2007-08/html/r_b111_tot.htm");

addOption("single_yr_total_heads_by_inst_race_gender_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_gender_0607", "PDF", "2006-07/pdf/r_b111_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_gender_0607", "Excel", "2006-07/excel/r_b111_tot.xls");
addOption("single_yr_total_heads_by_inst_race_gender_0607", "HTML", "2006-07/html/r_b111_tot.htm");

addOption("single_yr_total_heads_by_inst_race_gender_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_gender_0506", "PDF", "2005-06/pdf/r_b111_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_gender_0506", "Excel", "2005-06/excel/r_b111_tot.xls");
addOption("single_yr_total_heads_by_inst_race_gender_0506", "HTML", "2005-06/html/r_b111_tot.htm");

addOption("single_yr_total_heads_by_inst_race_gender_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_gender_0405", "PDF", "2004-05/pdf/r_b111_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_gender_0405", "Excel", "2004-05/excel/r_b111_tot.xls");
addOption("single_yr_total_heads_by_inst_race_gender_0405", "HTML", "2004-05/html/r_b111_tot.htm");

addOption("single_yr_total_heads_by_inst_race_gender_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_gender_0304", "PDF", "2003-04/pdf/r_b111_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_gender_0304", "Excel", "2003-04/excel/r_b111_tot.xls");
addOption("single_yr_total_heads_by_inst_race_gender_0304", "HTML", "2003-04/html/r_b111_tot.htm");

addOption("single_yr_total_heads_by_inst_race_gender_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_gender_0203", "PDF", "2002-03/pdf/r_b111_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_gender_0203", "Excel", "2002-03/excel/r_b111_tot.xls");
addOption("single_yr_total_heads_by_inst_race_gender_0203", "HTML", "2002-03/html/r_b111_tot.htm");

addOption("single_yr_total_heads_by_inst_race_gender_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_gender_0102", "PDF", "2001-02/pdf/r_b111_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_gender_0102", "Excel", "2001-02/excel/r_b111_tot.xls");
addOption("single_yr_total_heads_by_inst_race_gender_0102", "HTML", "2001-02/html/r_b111_tot.htm");

addOption("single_yr_total_heads_by_inst_race_gender_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_gender_0001", "PDF", "2000-01/pdf/r_b111_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_gender_0001", "Excel", "2000-01/excel/r_b111_tot.xls");
addOption("single_yr_total_heads_by_inst_race_gender_0001", "HTML", "2000-01/html/r_b111_tot.htm");

addOption("single_yr_total_heads_by_inst_race_gender_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_gender_9900", "PDF", "1999-00/pdf/r_b111_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_gender_9900", "Excel", "1999-00/excel/r_b111_tot.xls");
addOption("single_yr_total_heads_by_inst_race_gender_9900", "HTML", "1999-00/html/r_b111_tot.htm");

addOption("single_yr_total_heads_by_inst_race_gender_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_gender_9899", "PDF", "1998-99/pdf/r_b111_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_gender_9899", "Excel", "1998-99/excel/r_b111_tot.xls");
addOption("single_yr_total_heads_by_inst_race_gender_9899", "HTML", "1998-99/html/r_b111_tot.htm");


<!-- single year total heads by INST, RACE, LEVEL -->

addOption("single_yr_total_heads_by_inst_race_level_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_level_0809", "PDF", "2008-09/pdf/r_b112_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_level_0809", "Excel", "2008-09/excel/r_b112_tot.xls");
addOption("single_yr_total_heads_by_inst_race_level_0809", "HTML", "2008-09/html/r_b112_tot.htm");

addOption("single_yr_total_heads_by_inst_race_level_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_level_0708", "PDF", "2007-08/pdf/r_b112_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_level_0708", "Excel", "2007-08/excel/r_b112_tot.xls");
addOption("single_yr_total_heads_by_inst_race_level_0708", "HTML", "2007-08/html/r_b112_tot.htm");

addOption("single_yr_total_heads_by_inst_race_level_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_level_0607", "PDF", "2006-07/pdf/r_b112_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_level_0607", "Excel", "2006-07/excel/r_b112_tot.xls");
addOption("single_yr_total_heads_by_inst_race_level_0607", "HTML", "2006-07/html/r_b112_tot.htm");

addOption("single_yr_total_heads_by_inst_race_level_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_level_0506", "PDF", "2005-06/pdf/r_b112_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_level_0506", "Excel", "2005-06/excel/r_b112_tot.xls");
addOption("single_yr_total_heads_by_inst_race_level_0506", "HTML", "2005-06/html/r_b112_tot.htm");

addOption("single_yr_total_heads_by_inst_race_level_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_level_0405", "PDF", "2004-05/pdf/r_b112_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_level_0405", "Excel", "2004-05/excel/r_b112_tot.xls");
addOption("single_yr_total_heads_by_inst_race_level_0405", "HTML", "2004-05/html/r_b112_tot.htm");

addOption("single_yr_total_heads_by_inst_race_level_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_level_0304", "PDF", "2003-04/pdf/r_b112_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_level_0304", "Excel", "2003-04/excel/r_b112_tot.xls");
addOption("single_yr_total_heads_by_inst_race_level_0304", "HTML", "2003-04/html/r_b112_tot.htm");

addOption("single_yr_total_heads_by_inst_race_level_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_level_0203", "PDF", "2002-03/pdf/r_b112_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_level_0203", "Excel", "2002-03/excel/r_b112_tot.xls");
addOption("single_yr_total_heads_by_inst_race_level_0203", "HTML", "2002-03/html/r_b112_tot.htm");

addOption("single_yr_total_heads_by_inst_race_level_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_level_0102", "PDF", "2001-02/pdf/r_b112_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_level_0102", "Excel", "2001-02/excel/r_b112_tot.xls");
addOption("single_yr_total_heads_by_inst_race_level_0102", "HTML", "2001-02/html/r_b112_tot.htm");

addOption("single_yr_total_heads_by_inst_race_level_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_level_0001", "PDF", "2000-01/pdf/r_b112_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_level_0001", "Excel", "2000-01/excel/r_b112_tot.xls");
addOption("single_yr_total_heads_by_inst_race_level_0001", "HTML", "2000-01/html/r_b112_tot.htm");

addOption("single_yr_total_heads_by_inst_race_level_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_level_9900", "PDF", "1999-00/pdf/r_b112_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_level_9900", "Excel", "1999-00/excel/r_b112_tot.xls");
addOption("single_yr_total_heads_by_inst_race_level_9900", "HTML", "1999-00/html/r_b112_tot.htm");

addOption("single_yr_total_heads_by_inst_race_level_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_level_9899", "PDF", "1998-99/pdf/r_b112_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_level_9899", "Excel", "1998-99/excel/r_b112_tot.xls");
addOption("single_yr_total_heads_by_inst_race_level_9899", "HTML", "1998-99/html/r_b112_tot.htm");


<!-- single year total heads by INST, RACE, RES_STAT -->

addOption("single_yr_total_heads_by_inst_race_res_stat_0809", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_res_stat_0809", "PDF", "2008-09/pdf/r_b113_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_res_stat_0809", "Excel", "2008-09/excel/r_b113_tot.xls");
addOption("single_yr_total_heads_by_inst_race_res_stat_0809", "HTML", "2008-09/html/r_b113_tot.htm");

addOption("single_yr_total_heads_by_inst_race_res_stat_0708", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_res_stat_0708", "PDF", "2007-08/pdf/r_b113_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_res_stat_0708", "Excel", "2007-08/excel/r_b113_tot.xls");
addOption("single_yr_total_heads_by_inst_race_res_stat_0708", "HTML", "2007-08/html/r_b113_tot.htm");

addOption("single_yr_total_heads_by_inst_race_res_stat_0607", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_res_stat_0607", "PDF", "2006-07/pdf/r_b113_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_res_stat_0607", "Excel", "2006-07/excel/r_b113_tot.xls");
addOption("single_yr_total_heads_by_inst_race_res_stat_0607", "HTML", "2006-07/html/r_b113_tot.htm");

addOption("single_yr_total_heads_by_inst_race_res_stat_0506", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_res_stat_0506", "PDF", "2005-06/pdf/r_b113_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_res_stat_0506", "Excel", "2005-06/excel/r_b113_tot.xls");
addOption("single_yr_total_heads_by_inst_race_res_stat_0506", "HTML", "2005-06/html/r_b113_tot.htm");

addOption("single_yr_total_heads_by_inst_race_res_stat_0405", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_res_stat_0405", "PDF", "2004-05/pdf/r_b113_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_res_stat_0405", "Excel", "2004-05/excel/r_b113_tot.xls");
addOption("single_yr_total_heads_by_inst_race_res_stat_0405", "HTML", "2004-05/html/r_b113_tot.htm");

addOption("single_yr_total_heads_by_inst_race_res_stat_0304", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_res_stat_0304", "PDF", "2003-04/pdf/r_b113_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_res_stat_0304", "Excel", "2003-04/excel/r_b113_tot.xls");
addOption("single_yr_total_heads_by_inst_race_res_stat_0304", "HTML", "2003-04/html/r_b113_tot.htm");

addOption("single_yr_total_heads_by_inst_race_res_stat_0203", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_res_stat_0203", "PDF", "2002-03/pdf/r_b113_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_res_stat_0203", "Excel", "2002-03/excel/r_b113_tot.xls");
addOption("single_yr_total_heads_by_inst_race_res_stat_0203", "HTML", "2002-03/html/r_b113_tot.htm");

addOption("single_yr_total_heads_by_inst_race_res_stat_0102", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_res_stat_0102", "PDF", "2001-02/pdf/r_b113_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_res_stat_0102", "Excel", "2001-02/excel/r_b113_tot.xls");
addOption("single_yr_total_heads_by_inst_race_res_stat_0102", "HTML", "2001-02/html/r_b113_tot.htm");

addOption("single_yr_total_heads_by_inst_race_res_stat_0001", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_res_stat_0001", "PDF", "2000-01/pdf/r_b113_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_res_stat_0001", "Excel", "2000-01/excel/r_b113_tot.xls");
addOption("single_yr_total_heads_by_inst_race_res_stat_0001", "HTML", "2000-01/html/r_b113_tot.htm");

addOption("single_yr_total_heads_by_inst_race_res_stat_9900", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_res_stat_9900", "PDF", "1999-00/pdf/r_b113_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_res_stat_9900", "Excel", "1999-00/excel/r_b113_tot.xls");
addOption("single_yr_total_heads_by_inst_race_res_stat_9900", "HTML", "1999-00/html/r_b113_tot.htm");

addOption("single_yr_total_heads_by_inst_race_res_stat_9899", "Select file format", "", 1); //HEADER OPTION
addOption("single_yr_total_heads_by_inst_race_res_stat_9899", "PDF", "1998-99/pdf/r_b113_tot.pdf");
addOption("single_yr_total_heads_by_inst_race_res_stat_9899", "Excel", "1998-99/excel/r_b113_tot.xls");
addOption("single_yr_total_heads_by_inst_race_res_stat_9899", "HTML", "1998-99/html/r_b113_tot.htm");


