//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="alert" //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", "Challenge"); // First dropdown header 
addOption("Challenge", "-- Search", "", 1); //First dropdown header

		addList("Challenge", "Challenge", "", "Challenge-option_1"); //First dropdown value 1
		addOption("Challenge-option_1", "-- Select a challenge", "", 1); //Second dropdown header for Challenge
		
				addList("Challenge-option_1", "Ill-equipped for increasingly growing trading volumes", "", "Challenge-value_1"); //Second dropdown value 1
				addOption("Challenge-value_1", "-- Learn how Calypso can help", "#", 1); //Third dropdown value 1 for challenge 1
				
						addOption("Challenge-value_1", "Hypothetical Case Studies - Respond", "#"); //Third dropdown value 1 or 2
						//addOption("Challenge-value_1", "Case Studies - Respond", "#");
						//addOption("Challenge-value_1", "Case Studies - Respond", "#");
				
				addList("Challenge-option_1", "Unable to manage risk across assets", "", "Challenge-value_2"); //Second dropdown value 2
				addOption("Challenge-value_2", "-- Learn how Calypso can help", "#", 1); //Third dropdown value 1 for challenge 2
				
						addOption("Challenge-value_2", "Hypothetical Case Studies - Manage", "#");
						//addOption("Challenge-value_2", "Solution 2_2", "#");
		
				addList("Challenge-option_1", "Unable to pursue new product and market opportunities", "", "Challenge-value_3");//Second dropdown value 3//END OF THIS NODE
				addOption("Challenge-value_3", "-- Learn how Calypso can help", "#", 1); //Third dropdown value 1 or Challenge 3
				
						addOption("Challenge-value_3", "Hypothetical Case Studies - Pursue", "#"); //Third dropdown value 3 or header
						//addOption("Challenge-value_3", "Solution 3_2", "#");

		addList("Challenge", "Market", "", "Challenge-option_2"); //First dropdown value 2
		addOption("Challenge-option_2", "-- Select a market", "", 1); //Second dropdown header for Market
		
				addList("Challenge-option_2", "Global Markets", "", "global_markets"); //Second dropdown value 1
				addOption("global_markets", "-- Find Calypso Solution for your market", "", 1); //Third dropdown value 1 for Market 1
				
						addOption("global_markets", "Front-to-Back Office", "#");
						addOption("global_markets", "Trading", "#");
						addOption("global_markets", "Risk Management", "#");
						addOption("global_markets", "Processing", "#");
		
				addList("Challenge-option_2", "Regional Markets", "", "regional_markets"); //Second dropdown value 2
				addOption("regional_markets", "-- Find Calypso Solution for your market", "", 1); //Third dropdown value 1 for Market 2
				
						addOption("regional_markets", "Risk Management", "#");
						addOption("regional_markets", "Processing", "#");
						addOption("regional_markets", "Accounting", "#");
		
		addList("Challenge", "Role", "", "Challenge-option_3"); //First dropdown value 3
		addOption("Challenge-option_3", "-- Select a Role", "", 1); //Second dropdown header for Role
		
				addList("Challenge-option_3", "Trader", "", "trader");//Second dropdown value 1
				addOption("trader", "-- Find Calypso Solution for your role", "", 1); //Third dropdown value 1 for Role 1
				
						addOption("trader", "Commodity Derivatives", "#");
						addOption("trader", "Credit Derivatives", "#");
						addOption("trader", "Equity Derivatives", "#");
						addOption("trader", "Fixed Income", "#");
			
				addList("Challenge-option_3", "Clearing Agent", "", "clearing_agent");
				addOption("clearing_agent", "-- Find Calypso Solution for your role", "", 1); //Third dropdown value 1 for Role 2
				
						addOption("clearing_agent", "Equity Derivatives", "#");
						addOption("clearing_agent", "Fixed Income", "#");
