//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", "First-Select");

addOption("First-Select", "Kies sector", "", 1); //HEADER OPTION

addList("First-Select", "Medische sector", "", "Medische sector");
addList("First-Select", "Invoer", "", "Invoer");



addOption("Medische sector", "Kies een profiel", "", 1); //HEADER OPTION

addOption("Medische sector", "Algemeen", "http://www.fanc.fgov.be/nl/page/profiel-medische-sector/1076.aspx");
addOption("Medische sector", "Tandheelkunde", "http://www.fanc.fgov.be/nl/page/tandheelkunde/946.aspx");
addOption("Medische sector", "Medische Stralingsfysica", "http://www.fanc.fgov.be/nl/page/medische-stralingsfysica/961.aspx");
addOption("Medische sector", "Radiotherapie", "http://www.fanc.fgov.be/nl/page/radiotherapie/1033.aspx");
addOption("Medische sector", "Arbeidsgeneesheren", "http://www.fanc.fgov.be/nl/page/arbeidsgeneesheren/1034.aspx");

addOption("Invoer", "Kies een profiel", "", 1);

addOption("Invoer", "Algemeen", "http://www.fanc.fgov.be/nl/page/profiel-invoer/1089.aspx");




