//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=1 //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", "Why Go Custom?", "", 1); //HEADER OPTION
addOption("First-Select", "Select A Question", "", 1); //HEADER OPTION
addList("First-Select", "What Sets Us Apart?", "", "Custom");
addList("First-Select", "What is the Price?", "", "Price");
addList("First-Select", "What Do I Need to Give?", "", "Giving");
addList("First-Select", "How Much Time?", "", "Time");
addList("First-Select", "Who Will See It?", "", "SeeIt");

//Customized Design Area
addOption("Custom", "NOW CLICK HERE", "", 1); //HEADER OPTION
addOption("Custom", "Detailed Answer", "customize.cfm"); //END OF THIS NODE
addOption("Custom", "Compare The Reasons", "comparison_chart.cfm"); //END OF THIS NODE
addOption("Custom", "View What Clients Say", "experiences.cfm"); //END OF THIS NODE

//Price Area
addOption("Price", "NOW CLICK HERE", "", 1); //HEADER OPTION
addOption("Price", "A Custom Website", "customize.cfm#price_time"); //END OF THIS NODE
addOption("Price", "A Starter Website", "price.cfm#webdesignprices"); //END OF THIS NODE
addOption("Price", "Search Engine Marketing", "price.cfm#marketingprices"); //END OF THIS NODE

//Customer Giving Area
addOption("Giving", "NOW CLICK HERE", "", 1); //HEADER OPTION
addOption("Giving", "Pictures & Text", "what_you_should_know.cfm#customer_items"); //END OF THIS NODE
addOption("Giving", "Business Strategy", "what_you_should_know.cfm#consultation"); //END OF THIS NODE
addOption("Giving", "Web Worksheet", "what_you_should_know.cfm#worksheet"); //END OF THIS NODE

//addOption("News-General", "Select an item", "", 1); //HEADER OPTION
//addOption("News-General", "CNN", "http://www.cnn.com");

//How Much Time Will It Take?
addOption("Time", "NOW CLICK HERE", "", 1); //HEADER OPTION
addOption("Time", "A Custom Website", "customize.cfm#price_time"); //END OF THIS NODE
addOption("Time", "A Starter Website", "starterdesigns.cfm#price_time"); //END OF THIS NODE

//How Will They Find My Website
addOption("SeeIt", "NOW CLICK HERE", "", 1); //HEADER OPTION
addList("SeeIt", "Local Client", "", "Client-Local");
addList("SeeIt", "National Client", "", "Client-National");
addList("SeeIt", "Existing Client", "", "Client-Existing");

addOption("Client-Local", "NOW CLICK HERE", "", 1); //HEADER OPTION
addOption("Client-Local", "Local Directories", "dirlistings.cfm#local_national_dir"); //END OF THIS NODE
addOption("Client-Local", "Search Engines", "searchenginemarketing.cfm#local"); //END OF THIS NODE

addOption("Client-National", "NOW CLICK HERE", "", 1); //HEADER OPTION
addOption("Client-National", "National Directories", "dirlistings.cfm#local_national_dir"); //END OF THIS NODE
addOption("Client-National", "Search Engines", "searchenginemarketing.cfm#national"); //END OF THIS NODE

addOption("Client-Existing", "NOW CLICK HERE", "", 1); //HEADER OPTION
addOption("Client-Existing", "Periodic Email Contact", "email_marketing.cfm"); //END OF THIS NODE
addOption("Client-Existing", "Co. Name #1 in Searches", "searchenginemarketing.cfm#company_name"); //END OF THIS NODE