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", ":Choisir Catégorie", "", 1); //HEADER OPTION

addList("First-Select", "Poèsie", "", "News");
addList("First-Select", "Ecriture", "", "Cars");




addOption("News", ":Poète", "", 1); //HEADER OPTION
addList("News", "Ghoubachi Boualem", "", "News-General");
addList("News", "Sedouq Mohammed", "", "News-Tech");

addOption("News-General", ":Poème", "", 1); //HEADER OPTION
addOption("News-General", " Ichtihaa'aat", "ghoubac1.html");
addOption("News-General", "Garou ala Garou", "ghoubac4.html");
addOption("News-General", "Inkitaab", "ghoubac2.html");
addOption("News-General", "Ihtifaa mouajal", "ghoubac3.html");

addOption("News-Tech", ":Poème", "", 1); //HEADER OPTION
addOption("News-Tech", "Aakher wakfa", "sedouq1.html");
addOption("News-Tech", "Wa qabla haada", "sedouq2.html");
addOption("News-Tech", "Aynaak", "sedouq3.html");
addOption("News-Tech", "Ourchaliim", "sedouq4.html");
addOption("News-Tech", "Kalimaat ala 'chifaah", "sedouq5.html");

addOption("Cars", ":Ecrivain", "", 1); //HEADER OPTION
addList("Cars", "Sidayne Belkacem", "", "Cars-Regular");

addOption("Cars-Regular", ":Titre", "", 1); //HEADER OPTION
addOption("Cars-Regular", "Al Hazima", "sidayne.html");







