/* Chained Menu Configuration */

//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" only or "goto" the link
var newwindow=0; //set to "1" or "0" to open link in new window or not

addListGroup("chainedmenu", "color");

addOption("color", "-- Choose Color --", "", 1);
addList("color", "Cream", "", "cream");
addList("color", "Pink", "", "pink");
addList("color", "Navy Blue", "", "navyblue");

addOption("cream", "-- Choose Size --", "", 1);
addOption("cream", "3 to 6 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20200321");
addOption("cream", "6 to 12 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20200322");
addOption("cream", "12 to 18 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20200323");
addOption("cream", "18 to 24 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20200324");

addOption("pink", "-- Choose Size --", "", 1);
addOption("pink", "3 to 6 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20200421");
addOption("pink", "6 to 12 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20200422");
addOption("pink", "12 to 18 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20200423");
addOption("pink", "18 to 24 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20200424");

addOption("navyblue", "-- Choose Size --", "", 1);
addOption("navyblue", "3 to 6 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20200821");
addOption("navyblue", "6 to 12 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20200822");
addOption("navyblue", "12 to 18 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20200823");
addOption("navyblue", "18 to 24 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20200824");

