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", "Select a Name Category", "", 1); //HEADER OPTION
addList("First-Select", "Boy Names", "", "Boy");
addList("First-Select", "Girl Names", "", "Girl");
addList("First-Select", "Unisex Names", "", "Unisex");
addList("First-Select", "Pair Names", "", "Pair");
addList("First-Select", "Names A - Z", "", "A-Z");

addOption("Boy", "Select a Sub-Category", "", 1); //HEADER OPTION
addList("Boy", "By Breed", "", "Boy_Breed");
addList("Boy", "By Color", "", "Boy_Color");
addList("Boy", "By Markings", "", "Boy_Markings");
addList("Boy", "By Personality", "", "Boy_Personality");
addList("Boy", "By Physical Characteristic", "", "Boy_Physical");

addOption("Girl", "Select a Sub-Category", "", 1); //HEADER OPTION
addList("Girl", "By Breed", "", "Girl_Breed");
addList("Girl", "By Color", "", "Girl_Color");
addList("Girl", "By Markings", "", "Girl_Markings");
addList("Girl", "By Personality", "", "Girl_Personality");
addList("Girl", "By Physical Characteristic", "", "Girl_Physical");

addOption("Unisex", "Select a Sub-Category", "", 1); //HEADER OPTION
addList("Unisex", "By Breed", "", "Unisex_Breed");
addList("Unisex", "By Color", "", "Unisex_Color");
addList("Unisex", "By Markings", "", "Unisex_Markings");
addList("Unisex", "By Personality", "", "Unisex_Personality");
addList("Unisex", "By Physical Characteristic", "", "Unisex_Physical");

addOption("Pair", "Select a Sub-Category", "", 1); //HEADER OPTION
addList("Pair", "By Breed", "", "Pair_Breed");
addList("Pair", "By Color", "", "Pair_Color");
addList("Pair", "By Markings", "", "Pair_Markings");
addList("Pair", "By Personality", "", "Pair_Personality");
addList("Pair", "By Physical Characteristic", "", "Pair_Physical");

addOption("A-Z", "Select a Sub-Category", "", 1); //HEADER OPTION
addOption("A-Z", "A", "http://purraffection.com/names/a.php"); //END OF THIS NODE
addOption("A-Z", "B", "http://purraffection.com/names/b.php"); //END OF THIS NODE
addOption("A-Z", "C", "http://purraffection.com/names/c.php"); //END OF THIS NODE
addOption("A-Z", "D", "http://purraffection.com/names/d.php"); //END OF THIS NODE
addOption("A-Z", "E", "http://purraffection.com/names/e.php"); //END OF THIS NODE
addOption("A-Z", "F", "http://purraffection.com/names/f.php"); //END OF THIS NODE
addOption("A-Z", "G", "http://purraffection.com/names/g.php"); //END OF THIS NODE
addOption("A-Z", "H", "http://purraffection.com/names/h.php"); //END OF THIS NODE
addOption("A-Z", "I", "http://purraffection.com/names/i.php"); //END OF THIS NODE
addOption("A-Z", "J", "http://purraffection.com/names/j.php"); //END OF THIS NODE
addOption("A-Z", "K", "http://purraffection.com/names/k.php"); //END OF THIS NODE
addOption("A-Z", "L", "http://purraffection.com/names/l.php"); //END OF THIS NODE
addOption("A-Z", "M", "http://purraffection.com/names/m.php"); //END OF THIS NODE
addOption("A-Z", "N", "http://purraffection.com/names/n.php"); //END OF THIS NODE
addOption("A-Z", "O", "http://purraffection.com/names/o.php"); //END OF THIS NODE
addOption("A-Z", "P", "http://purraffection.com/names/p.php"); //END OF THIS NODE
addOption("A-Z", "Q", "http://purraffection.com/names/q.php"); //END OF THIS NODE
addOption("A-Z", "R", "http://purraffection.com/names/r.php"); //END OF THIS NODE
addOption("A-Z", "S", "http://purraffection.com/names/s.php"); //END OF THIS NODE
addOption("A-Z", "T", "http://purraffection.com/names/t.php"); //END OF THIS NODE
addOption("A-Z", "U", "http://purraffection.com/names/u.php"); //END OF THIS NODE
addOption("A-Z", "V", "http://purraffection.com/names/v.php"); //END OF THIS NODE
addOption("A-Z", "W", "http://purraffection.com/names/w.php"); //END OF THIS NODE
addOption("A-Z", "X", "http://purraffection.com/names/x.php"); //END OF THIS NODE
addOption("A-Z", "Y", "http://purraffection.com/names/y.php"); //END OF THIS NODE
addOption("A-Z", "Z", "http://purraffection.com/names/z.php"); //END OF THIS NODE

addOption("New", "Select a Sub-Category", "", 1); //HEADER OPTION
addOption("New", "Choosing a Kitten", "http://purraffection.com/articles/new/kitten.php"); //END OF THIS NODE
addOption("New", "Choosing a Cat", "http://purraffection.com/articles/new/cat.php"); //END OF THIS NODE
addOption("New", "Adoption", "http://purraffection.com/articles/new/adoption.php"); //END OF THIS NODE
addOption("New", "Introducting a New Cat", "http://purraffection.com/articles/new/introduce.php"); //END OF THIS NODE
addOption("New", "Children and Cats", "http://purraffection.com/articles/new/children.php"); //END OF THIS NODE

addOption("Kitten", "Select a Sub-Category", "", 1); //HEADER OPTION
addOption("Kitten", "Caring for Your Kitten", "http://purraffection.com/articles/kittens/care.php"); //END OF THIS NODE

addOption("Care", "Select an Sub-Category", "", 1); //HEADER OPTION
addOption("Care", "Feeding", "http://purraffection.com/articles/care/feeding/index.php"); //END OF THIS NODE
addOption("Care", "Grooming", "http://purraffection.com/articles/care/grooming/index.php"); //END OF THIS NODE
addOption("Care", "Safety", "http://purraffection.com/articles/care/safety/index.php"); //END OF THIS NODE

addOption("Behavior", "Select a Sub-Category", "", 1); //HEADER OPTION
addOption("Behavior", "General", "http://purraffection.com/articles/behavior/general.php"); //END OF THIS NODE
addOption("Behavior", "Agression", "http://purraffection.com/articles/behavior/agression.php"); //END OF THIS NODE
addOption("Behavior", "Hunting", "http://purraffection.com/articles/behavior/hunting.php"); //END OF THIS NODE
addOption("Behavior", "Play", "http://purraffection.com/articles/behavior/play.php"); //END OF THIS NODE


addOption("Training", "Select a Sub-Category", "", 1); //HEADER OPTION
addOption("Training", "General", "http://purraffection.com/articles/training/general.php"); //END OF THIS NODE
addOption("Training", "Kitten Training", "http://purraffection.com/articles/training/kitten.php"); //END OF THIS NODE
addOption("Training", "Toilet Training", "http://purraffection.com/articles/training/toilet.php"); //END OF THIS NODE

addOption("Health", "Select a Sub-Category", "", 1); //HEADER OPTION
addOption("Health", "Healthy Cat", "http://purraffection.com/articles/health/healthy.php"); //END OF THIS NODE
addOption("Health", "Diseases and Conditions", "http://purraffection.com/articles/health/diseases.php"); //END OF THIS NODE
addOption("Health", "Pet Insurance", "http://purraffection.com/articles/health/insurance.php"); //END OF THIS NODE
