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", "First-Select");

//addOption("First-Select", "Select a section...", "", 1); //HEADER OPTION
addOption("First-Select", "-- Please select --", "", 1); //HEADER OPTION
addList("First-Select", "Magazine / Print", "", "magPrint");
addList("First-Select", "Internet", "", "internet");
addList("First-Select", "Directory (eg Yellow pages)", "", "directory");
addList("First-Select", "Exhibition", "", "exhibition");
addList("First-Select", "Vehicle Signage", "", "vehicle");
addList("First-Select", "Television", "", "television");
addList("First-Select", "Referral", "", "referral");

//	addOption("directory", "Select a subcategory...", "", 1); //HEADER OPTION
	addOption("directory", "Please select ...", "Please select");
	addOption("directory", "Top 5 Guide", "Directory - Top 5 Guide");
	addOption("directory", "Yellow Pages (Party Hire section)", "Directory - YP Party Hire");
	addOption("directory", "Yellow Pages (Catering section)", "Directory - YP Catering");
	addOption("directory", "Q Pages", "Directory - Q Pages");
	addOption("directory", "Stirling Business Directory", "Directory - Stirling");
	addOption("directory", "Wanneroo Business Directory", "Directory - Wanneroo");

//	addOption("exhibition", "Select a subcategory...", "", 1); //HEADER OPTION
	addOption("exhibition", "Please select ...", "Please select");
	addOption("exhibition", "Exhibition", "Exhibition");

//	addOption("vehicle", "Select a subcategory...", "", 1); //HEADER OPTION
	addOption("vehicle", "Please select ...", "Please select");
	addOption("vehicle", "Vehicle Signage", "Vehicle Signage");

//	addOption("magPress", "Select a subcategory...", "", 1); //HEADER OPTION
	addOption("magPrint", "Please select ...", "Please select");
	addOption("magPrint", "WA Wedding Guide", "Mag/Press - WA Wedding Guide");
	addOption("magPrint", "Your Brides Guide", "Mag/Press - Your Brides Guide");
	addOption("magPrint", "Perth Vita Magazine", "Mag/Press - Perth Vita");
	addOption("magPrint", "Police Downunder Magazine", "Mag/Press - Police Downunder");
	addOption("magPrint", "Newspaper", "Mag/Press - Newspaper");
	addOption("magPrint", "Postal flyer", "Mag/Press - Postal flyer");

//	addOption("internet", "Select a category...", "", 1); //HEADER OPTION
	addOption("internet", "Please select ...", "Please select");
	addOption("internet", "Top 5 Guide Website", "Internet - eBridal Website");
	addOption("internet", "eBridal Website", "Internet - eBridal Website");
	addOption("internet", "yellowpages.com.au", "Internet - Yellow Pages Online");
	addOption("internet", "Search Engine (eg Google)", "Internet - Search Engine");
	addOption("internet", "Link from another website", "Internet - Website Link");

//	addOption("referral", "Select a subcategory...", "", 1); //HEADER OPTION
	addOption("referral", "Please select ...", "Please select");
	addOption("referral", "Friend / Word of Mouth", "Referral - Friend/Word of Mouth");
	addOption("referral", "Party Hire shop", "Referral - Party Hire shop");
	addOption("referral", "other catering business", "Referral - other catering");
	
//	addOption("television", "Select a subcategory...", "", 1); //HEADER OPTION
	addOption("television", "Please select ...", "Please select");
	addOption("television", "Programme", "Television - Programme");
	addOption("television", "Advertisement", "Television - Advertisement");
