/* 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", "Lavender", "", "lavender");
addList("color", "Sky Blue", "", "skyblue");

addOption("cream", "One Size", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10700300");

addOption("pink", "One Size", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10700400");

addOption("lavender", "One Size", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10700500");

addOption("skyblue", "One Size", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10700700");
