/* 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", "Aqua / Green-Trimmed", "", "aqua-green-t");
addList("color", "Pink / Green-Trimmed", "", "pink-green-t");
addList("color", "Solid Pink", "", "pink");

addOption("aqua-green-t", "-- Choose Size --", "", 1);
addOption("aqua-green-t", "2 to 4 Years", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10510131");
addOption("aqua-green-t", "4 to 6 Years", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10510132");

addOption("pink-green-t", "-- Choose Size --", "", 1);
addOption("pink-green-t", "2 to 4 Years", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10510231");
addOption("pink-green-t", "4 to 6 Years", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10510232");

addOption("pink", "-- Choose Size --", "", 1);
addOption("pink", "2 to 4 Years", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10500431");
addOption("pink", "4 to 6 Years", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10500432");

