/* 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", "White", "", "white");
addList("color", "Cream", "", "cream");
addList("color", "Pink", "", "pink");
addList("color", "Lavender", "", "lavender");
addList("color", "Beige", "", "beige");
addList("color", "Straw", "", "straw");

addOption("white", "-- Choose Size --", "", 1);
addOption("white", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10300106");
addOption("white", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10300109");

addOption("cream", "-- Choose Size --", "", 1);
addOption("cream", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10300306");
addOption("cream", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10300309");

addOption("pink", "-- Choose Size --", "", 1);
addOption("pink", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10300406");
addOption("pink", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10300409");

addOption("lavender", "-- Choose Size --", "", 1);
addOption("lavender", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10300506");
addOption("lavender", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10300509");

addOption("beige", "-- Choose Size --", "", 1);
addOption("beige", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10301906");
addOption("beige", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10301909");

addOption("straw", "-- Choose Size --", "", 1);
addOption("straw", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10300906");
addOption("straw", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10300909");
