/* 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 / Dusk-Trimmed", "", "cream-dusk-t");
addList("color", "Pink / Petal-Trimmed", "", "pink-petal-t");
addList("color", "Ivory / Lavender-Trimmed", "", "ivory-lavender-t");
addList("color", "Sky Blue / Ice-Trimmed", "", "skyblue-ice-t");
addList("color", "Ice / Cream-Trimmed", "", "ice-cream-t");

addOption("cream-dusk-t", "One Size", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+30310300");

addOption("pink-petal-t", "One Size", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+30310400");

addOption("ivory-lavender-t", "One Size", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+30310500");

addOption("skyblue-ice-t", "One Size", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+30310600");

addOption("ice-cream-t", "One Size", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+30310700");

