//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

addListGroup("quantity", "evaluation-method");

//addOption("evaluation-method", "Choose", "", "",1); //Empty starter option
addList("evaluation-method", "IES ILLUM", "0", "IES_ILLUM",1);
addList("evaluation-method", "IES LUM", "1", "IES_LUM");
addList("evaluation-method", "CIE", "2", "CIE");

//addOption("CIE", "Choose", "", "", 1); //Empty starter option
addOption("CIE", "M1", "0");
addOption("CIE", "M2", "1");
addOption("CIE", "M3", "2");
addOption("CIE", "M4", "3");
addOption("CIE", "M5", "4");

//addOption("IES_ILLUM", "Choose", "", "", 1); //Empty starter option
addList("IES_ILLUM", "Local", "5", "Pedestrian_Levels");
addList("IES_ILLUM", "Collector", "4", "Pedestrian_Levels",1);
addList("IES_ILLUM", "Major", "3", "Pedestrian_Levels");
addList("IES_ILLUM", "Expressway", "2", "Pedestrian_Levels");
addOption("IES_ILLUM", "Freeway B", "1");
addOption("IES_ILLUM", "Freeway A", "0");

addOption("Pedestrian_Levels", "Low", "3", 1);
addOption("Pedestrian_Levels", "Medium", "2");
addOption("Pedestrian_Levels", "High", "1");

//addOption("IES_LUM", "Choose", "", "", 1); //Empty starter option
addOption("IES_LUM", "Freeway A", "0");
addOption("IES_LUM", "Freeway B", "1");
addList("IES_LUM", "Expressway", "2", "Pedestrian_Levels");
addList("IES_LUM", "Major", "3", "Pedestrian_Levels");
addList("IES_LUM", "Collector", "4", "Pedestrian_Levels",1);
addList("IES_LUM", "Local", "5", "Pedestrian_Levels");

