//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", "Where to you want to deliver?", "", 1); //HEADER OPTION
addList("First-Select", "Singapore", "", "local");
addOption("First-Select", "Other countries", "http://ww10.aitsafe.com/cf/add.cfm?userid=C2179134&product=gold+rose+w+box+ribbon&price=65.00"); //END OF THIS NODE


addOption("local", "How do you want to  pay?", "", 1); //HEADER OPTION
addOption("local", "Visa/ Master/ Amex", "http://ww12.aitsafe.com/cf/add.cfm?userid=E0160574&product=gold+rose+w+box+ribbon&price=65.90");
addOption("local", "Bank Transfer by internet, phone or ATM", "http://ww10.aitsafe.com/cf/add.cfm?userid=C2179134&product=gold+rose+w+box+ribbon&price=65.00"); //END OF THIS NODE


