//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");

//first layer, SELECT A REPORT TYPE

//ten year headcount
addOption("ssb_menu", "Select a report type", "", 1); //HEADER OPTION
addList("ssb_menu", "Headcount Reports - All Students", "", "ten_yr_total_heads");
addList("ssb_menu", "New Freshman Headcount Reports", "", "ten_yr_new_freshman_heads");
addList("ssb_menu", "Undergraduate Headcount Reports", "", "ten_yr_undergrad_heads");
addList("ssb_menu", "Graduate/Professional Headcount Reports", "", "ten_yr_grad_prof_heads");

//second layer, VARIABLE(S)

//ten year heads
addOption("ten_yr_total_heads", "Select variable(s)", "", 1); //HEADER OPTION
addList("ten_yr_total_heads", "by Institution", "", "ten_yr_total_heads_by_inst");
addList("ten_yr_total_heads", "by Institution and Full-Time/Part-Time Status", "", "ten_yr_total_heads_by_inst_ftpt");
addList("ten_yr_total_heads", "by Institution and Gender", "", "ten_yr_total_heads_by_inst_gender");
addList("ten_yr_total_heads", "by Institution and Race/Ethnicity", "", "ten_yr_total_heads_by_inst_race");
addList("ten_yr_total_heads", "by Institution and Resident Status", "", "ten_yr_total_heads_by_inst_res_stat");

addOption("ten_yr_new_freshman_heads", "Select variable(s)", "", 1); //HEADER OPTION
addList("ten_yr_new_freshman_heads", "by Institution", "", "ten_yr_new_frosh_heads_by_inst");
addList("ten_yr_new_freshman_heads", "by Institution and Full-Time/Part-Time Status", "", "ten_yr_new_frosh_heads_by_inst_ftpt");
addList("ten_yr_new_freshman_heads", "by Institution and Gender", "", "ten_yr_new_frosh_heads_by_inst_gender");
addList("ten_yr_new_freshman_heads", "by Institution and Race/Ethnicity", "", "ten_yr_new_frosh_heads_by_inst_race");
addList("ten_yr_new_freshman_heads", "by Institution and Resident Status", "", "ten_yr_new_frosh_heads_by_inst_res_stat");

addOption("ten_yr_undergrad_heads", "Select variable(s)", "", 1); //HEADER OPTION
addList("ten_yr_undergrad_heads", "by Institution", "", "ten_yr_undergrad_heads_by_inst");
addList("ten_yr_undergrad_heads", "by Institution and Full-Time/Part-Time Status", "", "ten_yr_undergrad_heads_by_inst_ftpt");
addList("ten_yr_undergrad_heads", "by Institution and Gender", "", "ten_yr_undergrad_heads_by_inst_gender");
addList("ten_yr_undergrad_heads", "by Institution and Race/Ethnicity", "", "ten_yr_undergrad_heads_by_inst_race");
addList("ten_yr_undergrad_heads", "by Institution by Resident Status", "", "ten_yr_undergrad_heads_by_inst_res_stat");

addOption("ten_yr_grad_prof_heads", "Select variable(s)", "", 1); //HEADER OPTION
addList("ten_yr_grad_prof_heads", "by Institution", "", "ten_yr_grad_heads_by_inst");
addList("ten_yr_grad_prof_heads", "by Institution and Full-Time/Part-Time Status", "", "ten_yr_grad_heads_by_inst_ftpt");
addList("ten_yr_grad_prof_heads", "by Institution and Gender", "", "ten_yr_grad_heads_by_inst_gender");
addList("ten_yr_grad_prof_heads", "by Institution and Race/Ethnicity", "", "ten_yr_grad_heads_by_inst_race");
addList("ten_yr_grad_prof_heads", "by Institution and Resident Status", "", "ten_yr_grad_heads_by_inst_res_stat");
addList("ten_yr_grad_prof_heads", "by Institution and Classification", "", "ten_yr_grad_heads_by_inst_classif");


//third layer, DATE RANGE

addOption("ten_yr_total_heads_by_inst", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_total_heads_by_inst", "1998-99 to 2008-09", "", "ten_yr_total_heads_by_inst_0809");
addList("ten_yr_total_heads_by_inst", "1989-90 to 1998-99", "", "ten_yr_total_heads_by_inst_9899");

addOption("ten_yr_total_heads_by_inst_ftpt", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_total_heads_by_inst_ftpt", "1998-99 to 2008-09", "", "ten_yr_total_heads_by_inst_ftpt_0809");
addList("ten_yr_total_heads_by_inst_ftpt", "1989-90 to 1998-99", "", "ten_yr_total_heads_by_inst_ftpt_9899");

addOption("ten_yr_total_heads_by_inst_gender", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_total_heads_by_inst_gender", "1998-99 to 2008-09", "", "ten_yr_total_heads_by_inst_gender_0809");
addList("ten_yr_total_heads_by_inst_gender", "1989-90 to 1998-99", "", "ten_yr_total_heads_by_inst_gender_9899");

addOption("ten_yr_total_heads_by_inst_race", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_total_heads_by_inst_race", "1998-99 to 2008-09", "", "ten_yr_total_heads_by_inst_race_0809");
addList("ten_yr_total_heads_by_inst_race", "1989-90 to 1998-99", "", "ten_yr_total_heads_by_inst_race_9899");

addOption("ten_yr_total_heads_by_inst_res_stat", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_total_heads_by_inst_res_stat", "1998-99 to 2008-09", "", "ten_yr_total_heads_by_inst_res_stat_0809");
addList("ten_yr_total_heads_by_inst_res_stat", "1989-90 to 1998-99", "", "ten_yr_total_heads_by_inst_res_stat_9899");

addOption("ten_yr_new_frosh_heads_by_inst", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_new_frosh_heads_by_inst", "1998-99 to 2008-09", "", "ten_yr_new_frosh_heads_by_inst_0809");
addList("ten_yr_new_frosh_heads_by_inst", "1989-90 to 1998-99", "", "ten_yr_new_frosh_heads_by_inst_9899");

addOption("ten_yr_new_frosh_heads_by_inst_ftpt", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_new_frosh_heads_by_inst_ftpt", "1998-99 to 2008-09", "", "ten_yr_new_frosh_heads_by_inst_ftpt_0809");
addList("ten_yr_new_frosh_heads_by_inst_ftpt", "1989-90 to 1998-99", "", "ten_yr_new_frosh_heads_by_inst_ftpt_9899");

addOption("ten_yr_new_frosh_heads_by_inst_gender", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_new_frosh_heads_by_inst_gender", "1998-99 to 2008-09", "", "ten_yr_new_frosh_heads_by_inst_gender_0809");
addList("ten_yr_new_frosh_heads_by_inst_gender", "1989-90 to 1998-99", "", "ten_yr_new_frosh_heads_by_inst_gender_9899");

addOption("ten_yr_new_frosh_heads_by_inst_race", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_new_frosh_heads_by_inst_race", "1998-99 to 2008-09", "", "ten_yr_new_frosh_heads_by_inst_race_0809");
addList("ten_yr_new_frosh_heads_by_inst_race", "1989-90 to 1998-99", "", "ten_yr_new_frosh_heads_by_inst_race_9899");

addOption("ten_yr_new_frosh_heads_by_inst_res_stat", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_new_frosh_heads_by_inst_res_stat", "1998-99 to 2008-09", "", "ten_yr_new_frosh_heads_by_inst_res_stat_0809");
addList("ten_yr_new_frosh_heads_by_inst_res_stat", "1989-90 to 1998-99", "", "ten_yr_new_frosh_heads_by_inst_res_stat_9899");

addOption("ten_yr_undergrad_heads_by_inst", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_undergrad_heads_by_inst", "1998-99 to 2008-09", "", "ten_yr_undergrad_heads_by_inst_0809");
addList("ten_yr_undergrad_heads_by_inst", "1989-90 to 1998-99", "", "ten_yr_undergrad_heads_by_inst_9899");

addOption("ten_yr_undergrad_heads_by_inst_ftpt", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_undergrad_heads_by_inst_ftpt", "1998-99 to 2008-09", "", "ten_yr_undergrad_heads_by_inst_ftpt_0809");
addList("ten_yr_undergrad_heads_by_inst_ftpt", "1989-90 to 1998-99", "", "ten_yr_undergrad_heads_by_inst_ftpt_9899");

addOption("ten_yr_undergrad_heads_by_inst_gender", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_undergrad_heads_by_inst_gender", "1998-99 to 2008-09", "", "ten_yr_undergrad_heads_by_inst_gender_0809");
addList("ten_yr_undergrad_heads_by_inst_gender", "1989-90 to 1998-99", "", "ten_yr_undergrad_heads_by_inst_gender_9899");

addOption("ten_yr_undergrad_heads_by_inst_race", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_undergrad_heads_by_inst_race", "1998-99 to 2008-09", "", "ten_yr_undergrad_heads_by_inst_race_0809");
addList("ten_yr_undergrad_heads_by_inst_race", "1989-90 to 1998-99", "", "ten_yr_undergrad_heads_by_inst_race_9899");

addOption("ten_yr_undergrad_heads_by_inst_res_stat", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_undergrad_heads_by_inst_res_stat", "1998-99 to 2008-09", "", "ten_yr_undergrad_heads_by_inst_res_stat_0809");
addList("ten_yr_undergrad_heads_by_inst_res_stat", "1989-90 to 1998-99", "", "ten_yr_undergrad_heads_by_inst_res_stat_9899");

addOption("ten_yr_grad_heads_by_inst", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_grad_heads_by_inst", "1998-99 to 2008-09", "", "ten_yr_grad_heads_by_inst_0809");
addList("ten_yr_grad_heads_by_inst", "1989-90 to 1998-99", "", "ten_yr_grad_heads_by_inst_9899");

addOption("ten_yr_grad_heads_by_inst_ftpt", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_grad_heads_by_inst_ftpt", "1998-99 to 2008-09", "", "ten_yr_grad_heads_by_inst_ftpt_0809");
addList("ten_yr_grad_heads_by_inst_ftpt", "1989-90 to 1998-99", "", "ten_yr_grad_heads_by_inst_ftpt_9899");

addOption("ten_yr_grad_heads_by_inst_gender", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_grad_heads_by_inst_gender", "1998-99 to 2008-09", "", "ten_yr_grad_heads_by_inst_gender_0809");
addList("ten_yr_grad_heads_by_inst_gender", "1989-90 to 1998-99", "", "ten_yr_grad_heads_by_inst_gender_9899");

addOption("ten_yr_grad_heads_by_inst_race", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_grad_heads_by_inst_race", "1998-99 to 2008-09", "", "ten_yr_grad_heads_by_inst_race_0809");
addList("ten_yr_grad_heads_by_inst_race", "1989-90 to 1998-99", "", "ten_yr_grad_heads_by_inst_race_9899");

addOption("ten_yr_grad_heads_by_inst_res_stat", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_grad_heads_by_inst_res_stat", "1998-99 to 2008-09", "", "ten_yr_grad_heads_by_inst_res_stat_0809");
addList("ten_yr_grad_heads_by_inst_res_stat", "1989-90 to 1998-99", "", "ten_yr_grad_heads_by_inst_res_stat_9899");

addOption("ten_yr_grad_heads_by_inst_classif", "Select date range", "", 1); //HEADER OPTION
addList("ten_yr_grad_heads_by_inst_classif", "1998-99 to 2008-09", "", "ten_yr_grad_heads_by_inst_classif_0809");
addList("ten_yr_grad_heads_by_inst_classif", "1989-90 to 1998-99", "", "ten_yr_grad_heads_by_inst_classif_9899");

//fourth layer, FILE FORMAT

//ten year heads, total heads by INST

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

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


//ten year heads, total heads by INST and FTPT

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

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


//ten year heads, total heads by INST and GENDER

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

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


//ten year heads, total heads by INST and RACE

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

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


//ten year heads, total heads by INST and RES STATUS

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

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



//ten year heads, new frosh heads by INST

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

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


//ten year heads, new frosh heads by INST and FTPT

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

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


//ten year heads, new frosh heads by INST and GENDER

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

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


//ten year heads, new frosh heads by INST and RACE

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

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


//ten year heads, new frosh heads by INST and RES STATUS

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

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


<!-- ten year heads, undergrad heads by INST -->

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

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


<!-- ten year heads, undergrad heads by INST and FTPT -->

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

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


<!-- ten year heads, undergrad heads by INST and GENDER -->

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

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


<!-- ten year heads, undergrad heads by INST and RACE -->

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

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


<!-- ten year heads, undergrad heads by INST and RES STATUS -->

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

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


<!-- ten year heads, grad heads by INST -->

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

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


<!-- ten year heads, grad heads by INST and FTPT -->

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

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


<!-- ten year heads, grad heads by INST and GENDER -->

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

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


<!-- ten year heads, grad heads by INST and RACE -->

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

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


<!-- ten year heads, grad heads by INST and RES STATUS -->

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

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


<!-- ten year heads, grad heads by INST and CLASSIF -->

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

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