/* 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", "Sky Blue", "", "skyblue");
addList("color", "Aqua", "", "aqua");
addList("color", "Camel", "", "camel");
addList("color", "Chocolate", "", "chocolate");

addOption("white", "-- Choose Size --", "", 1);
addOption("white", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10200106");
addOption("white", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10200109");

addOption("cream", "-- Choose Size --", "", 1);
addOption("cream", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10200306");
addOption("cream", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10200309");

addOption("pink", "-- Choose Size --", "", 1);
addOption("pink", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10200406");
addOption("pink", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10200409");

addOption("lavender", "-- Choose Size --", "", 1);
addOption("lavender", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10200506");
addOption("lavender", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10200509");

addOption("skyblue", "-- Choose Size --", "", 1);
addOption("skyblue", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10200706");
addOption("skyblue", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10200709");

addOption("aqua", "-- Choose Size --", "", 1);
addOption("aqua", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10201306");
addOption("aqua", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10201309");

addOption("camel", "-- Choose Size --", "", 1);
addOption("camel", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10201106");
addOption("camel", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10201109");

addOption("chocolate", "-- Choose Size --", "", 1);
addOption("chocolate", "Small/Medium", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10201706");
addOption("chocolate", "Large", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+10201709");
