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 an Article Category", "", 1); //HEADER OPTION
addOption("First-Select", "Pet Types", "http://amazingpetz.com/articles/types/index.php"); //END OF THIS NODE
addList("First-Select", "Getting a New Pet", "", "New");
addList("First-Select", "Pet Care", "", "Care");
addList("First-Select", "Pet Health", "", "Health");
addList("First-Select", "Pet Supplies", "", "Supplies");
addList("First-Select", "Pet Death", "", "Death");
addOption("First-Select", "Miscellaneous Articles", "http://amazingpetz.com/articles/miscellaneous/index.php"); //END OF THIS NODE

addOption("New", "Select a Sub-Category", "", 1); //HEADER OPTION
addOption("New", "Benefits of Pets ", "http://amazingpetz.com/articles/new/benefits/index.php"); //END OF THIS NODE
addOption("New", "Choosing a Pet", "http://amazingpetz.com/articles/new/choose/index.php"); //END OF THIS NODE
addOption("New", "Adopting a Pet", "http://amazingpetz.com/articles/new/adoption/index.php"); //END OF THIS NODE
addOption("New", "Introducting a New Pet", "http://amazingpetz.com/articles/new/introduce/index.php"); //END OF THIS NODE
addOption("New", "Children and Pets", "http://amazingpetz.com/articles/new/children/index.php"); //END OF THIS NODE

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

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

addOption("Disease", "Select an Sub-Category", "", 1); //HEADER OPTION
addOption("Disease", "Lyme Disease", "http://amazingpetz.com/articles/health/disease/lyme/index.php"); //END OF THIS NODE
addOption("Disease", "Skin Conditions", "http://amazingpetz.com/articles/health/disease/skin/index.php"); //END OF THIS NODE
addOption("Disease", "Pet Medicine", "http://amazingpetz.com/articles/health/disease/medicine/index.php"); //END OF THIS NODE

addOption("Supplies", "Select a Sub-Category", "", 1); //HEADER OPTION
addOption("Supplies", "Discount Supplies", "http://amazingpetz.com/articles/supply/discount/index.php"); //END OF THIS NODE

addOption("Death", "Select a Sub-Category", "", 1); //HEADER OPTION
addOption("Death", "Bereavment", "http://amazingpetz.com/articles/death/bereavment/index.php"); //END OF THIS NODE
addOption("Death", "Memorials", "http://amazingpetz.com/articles/death/memorials/index.php"); //END OF THIS NODE

