﻿//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", "State", "", 1); //HEADER OPTION

///

addList("First-Select", "Alabama", "/ccp2-catshow/southeast.html", "Alabama");
addList("First-Select", "Alaska (Please Call)", "", "");
addList("First-Select", "Arizona", "/ccp2-catshow/southwest.html", "Arizona");
addList("First-Select", "Arkansas", "/ccp2-catshow/southeast.html", "Arkansas");
addList("First-Select", "California", "/ccp2-catshow/southwest.html", "California");
addList("First-Select", "Colorado", "/ccp2-catshow/southwest.html", "Colorado");
addList("First-Select", "Connecticut", "/ccp2-catshow/northeast.html", "Connecticut");
addList("First-Select", "Delaware", "/ccp2-catshow/northeast.html", "Delaware");
addList("First-Select", "Florida", "/ccp2-catshow/southeast.html", "Florida");
addList("First-Select", "Georgia", "/ccp2-catshow/southeast.html", "Georgia");
addList("First-Select", "Hawaii", "/ccp2-catshow/southwest.html", "Hawaii");
addList("First-Select", "Idaho", "/ccp2-catshow/southeast.html", "Idaho");
addList("First-Select", "Illinois", "/ccp2-catshow/midwest.html", "Illinois");
addList("First-Select", "Indiana", "/ccp2-catshow/midwest.html", "Indiana");
addList("First-Select", "Iowa", "/ccp2-catshow/midwest.html", "Iowa");
addList("First-Select", "Kansas", "/ccp2-catshow/midwest.html", "Kansas");
addList("First-Select", "Kentucky", "/ccp2-catshow/southeast.html", "Kentucky");
addList("First-Select", "Louisiana", "/ccp2-catshow/southeast.html", "Louisiana");
addList("First-Select", "Maine", "/ccp2-catshow/northeast.html", "Maine");
addList("First-Select", "Maryland", "/NE/ccp2-catshow/northeast.html", "Maryland");
addList("First-Select", "Massachusetts", "/ccp2-catshow/northeast.html", "Massachusetts");
addList("First-Select", "Michigan", "/ccp2-catshow/midwest.html", "Michigan");
addList("First-Select", "Minnesota", "/ccp2-catshow/midwest.html", "Minnesota");
addList("First-Select", "Mississippi", "/ccp2-catshow/southeast.html", "Mississippi");
addList("First-Select", "Missouri", "/ccp2-catshow/southeast.html", "Missouri");
addList("First-Select", "Montana", "/ccp2-catshow/southwest.html", "Montana");
addList("First-Select", "Nebraska", "/ccp2-catshow/southeast.html", "Nebraska");
addList("First-Select", "Nevada", "/ccp2-catshow/southwest.html", "Nevada");
addList("First-Select", "New Hampshire", "/ccp2-catshow/northeast.html", "New Hampshire");
addList("First-Select", "New Jersey", "/ccp2-catshow/northeast.html", "New Jersey");
addList("First-Select", "New Mexico", "/ccp2-catshow/southwest.html ", "New Mexico");
addList("First-Select", "New York", "/ccp2-catshow/northeast.html", "New York");
addList("First-Select", "North Carolina", "/ccp2-catshow/southeast.html", "North Carolina");
addList("First-Select", "North Dakota", "/ccp2-catshow/southwest.html", "North Dakota");
addList("First-Select", "Ohio", "/ccp2-catshow/midwest.html", "Ohio");
addList("First-Select", "Oklahoma", "/ccp2-catshow/southeast.html", "Oklahoma");
addList("First-Select", "Oregon", "/ccp2-catshow/southwest.html", "Oregon");

addList("First-Select", "Pennsylvania", "", "Pennsylvania");
addList("Pennsylvania", "Closest City", "", 1);
addOption("Pennsylvania", "Philadelphia (East)","/ccp2-catshow/northeast.html");
addOption("Pennsylvania", "Pittsburgh  (West)","/ccp2-catshow/midwest.html");

addList("First-Select", "Rhode Island", "/ccp2-catshow/northeast.html", "Rhode Island");
addList("First-Select", "South Carolina", "/ccp2-catshow/southeast.html", "South Carolina");
addList("First-Select", "South Dakota", "/ccp2-catshow/southwest.html", "South Dakota");
addList("First-Select", "Tennessee", "/ccp2-catshow/southeast.html", "Tennessee");

addList("First-Select", "Texas", "", "Texas");
addList("Texas", "Closest City", "", 1);
addOption("Texas", "East (Dallas/Houston)","/ccp2-catshow/southeast.html");
addOption("Texas", "West (El Paso/San Antonio)","/ccp2-catshow/southeast.html");


addList("First-Select", "Utah", "/ccp2-catshow/southwest.html", "Utah");
addList("First-Select", "Vermont", "/ccp2-catshow/northeast.html", "Vermont");
addList("First-Select", "Virginia", "/ccp2-catshow/southeast.html", "Virginia");
addList("First-Select", "Washington", "/ccp2-catshow/southwest.html", "Washington");
addList("First-Select", "Washington DC", "/ccp2-catshow/southeast.html", "Washington DC");
addList("First-Select", "West Virginia", "/ccp2-catshow/southeast.html", "West Virginia");
addList("First-Select", "Wisconsin", "/ccp2-catshow/midwest.html", "Wisconsin");
addList("First-Select", "Wyoming", "/ccp2-catshow/southwest.html", "Wyoming");