/* 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", "Camel", "", "camel");

addOption("cream", "-- Choose Size --", "", 1);
addOption("cream", "Full (70\" x 48\")", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+40200355");
addOption("cream", "King (90\" x 78\")", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+40200357");

addOption("camel", "-- Choose Size --", "", 1);
addOption("camel", "Throw (60\" x 50\") (-$10)", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+40201154");
addOption("camel", "Full (70\" x 48\")", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+40201155");
addOption("camel", "King (90\" x 78\") (+$40)", "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-51023498541347+40201157");

