/* 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", "Baby Blue", "", "babyblue");
addList("color", "Aqua", "", "aqua");

addOption("cream", "-- Choose Size --", "", 1);
addOption("cream", "3 to 6 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20300321");
addOption("cream", "6 to 12 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20300322");
addOption("cream", "12 to 18 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20300323");
addOption("cream", "18 to 24 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20300324");

addOption("pink", "-- Choose Size --", "", 1);
addOption("pink", "3 to 6 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20300421");
addOption("pink", "6 to 12 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20300422");
addOption("pink", "12 to 18 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20300423");
addOption("pink", "18 to 24 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20300424");

addOption("babyblue", "-- Choose Size --", "", 1);
addOption("babyblue", "6 to 12 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20300622");
addOption("babyblue", "12 to 18 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20300623");

addOption("aqua", "-- Choose Size --", "", 1);
addOption("aqua", "6 to 12 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20301322");
addOption("aqua", "12 to 18 Months", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+20301323");

