function setOptions(chosen,selbox) {

// ----- *** DO NOT EDIT BELOW *** ----------------
selbox.options.length = 0;
if (chosen == " ") {
  selbox.options[selbox.options.length] = new Option('select size first',' ');
 setTimeout(setOptions(' ',document.addToCartForm.optthree),5);
}
if (chosen > "0") {
  selbox.options[selbox.options.length] = new Option('now select this option','');  
}

if (chosen == "8"){ size="8";
selbox.options[selbox.options.length] = new Option('Soft Cup Bra', 'Soft Cup Bra');	
   selbox.options[selbox.options.length] = new Option('Mastectomy Bra +$7.00', 'Mastectomy Bra');
setTimeout(setOptions('',document.addToCartForm.optthree),5); 
}
if (chosen == "10") {size="10";
selbox.options[selbox.options.length] = new Option('Soft Cup Bra', 'Soft Cup Bra');	
  selbox.options[selbox.options.length] = new Option('Mastectomy Bra +$7.00', 'Mastectomy Bra');
setTimeout(setOptions('',document.addToCartForm.optthree),5); 
}
if (chosen == "12") {size="12";
selbox.options[selbox.options.length] = new Option('Soft Cup Bra', 'Soft Cup Bra');	
    selbox.options[selbox.options.length] = new Option('Mastectomy Bra +$7.00', 'Mastectomy Bra');
setTimeout(setOptions('',document.addToCartForm.optthree),5); 
}
if (chosen == "14") { size="14";
selbox.options[selbox.options.length] = new Option('Soft Cup Bra', 'Soft Cup Bra');	
    selbox.options[selbox.options.length] = new Option('Mastectomy Bra +$7.00', 'Mastectomy Bra');
setTimeout(setOptions('',document.addToCartForm.optthree),5); 
}
if (chosen == "16") { size="16";
selbox.options[selbox.options.length] = new Option('Soft Cup Bra', 'Soft Cup Bra');	
    selbox.options[selbox.options.length] = new Option('Mastectomy Bra +$7.00', 'Mastectomy Bra');
setTimeout(setOptions('',document.addToCartForm.optthree),5); 
}
if (chosen == "18") { size="18";
selbox.options[selbox.options.length] = new Option('Soft Cup Bra', 'Soft Cup Bra');	
    selbox.options[selbox.options.length] = new Option('Mastectomy Bra +$7.00', 'Mastectomy Bra');
setTimeout(setOptions('',document.addToCartForm.optthree),5); 
}
if (chosen == "18W") { size="18W";
selbox.options[selbox.options.length] = new Option('Soft Cup Bra', 'Soft Cup Bra');	
   selbox.options[selbox.options.length] = new Option('Mastectomy Bra +$7.00', 'Mastectomy Bra');
setTimeout(setOptions('',document.addToCartForm.optthree),5); 
}
if (chosen == "20W") { size="20W";
selbox.options[selbox.options.length] = new Option('Soft Cup Bra', 'Soft Cup Bra');	
    selbox.options[selbox.options.length] = new Option('Mastectomy Bra +$7.00', 'Mastectomy Bra');
setTimeout(setOptions('',document.addToCartForm.optthree),5); 
}
if (chosen == "22W") { size="22W";
selbox.options[selbox.options.length] = new Option('Soft Cup Bra', 'Soft Cup Bra');	
    selbox.options[selbox.options.length] = new Option('Mastectomy Bra +$7.00', 'Mastectomy Bra');
setTimeout(setOptions('',document.addToCartForm.optthree),5); 
}
if (chosen == "24W") { size="24W";
selbox.options[selbox.options.length] = new Option('Soft Cup Bra', 'Soft Cup Bra');	
    selbox.options[selbox.options.length] = new Option('Mastectomy Bra +$7.00', 'Mastectomy Bra');
setTimeout(setOptions('',document.addToCartForm.optthree),5); 
}
if (chosen == "26W") { size="26W";
selbox.options[selbox.options.length] = new Option('Soft Cup Bra', 'Soft Cup Bra');	
    selbox.options[selbox.options.length] = new Option('Mastectomy Bra +$7.00', 'Mastectomy Bra');
setTimeout(setOptions('',document.addToCartForm.optthree),5); 
}
// ** DO NOT EDIT ABOVE THIS LINE **
//---------------------------------------------------------------------------



// -------- *** SIZE/BRA/COLOR STARTS HERE *** ---------------


if  (size == "8" && chosen == "Soft Cup Bra"){
  selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');	
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  // selbox.options[selbox.options.length] = new Option('Green', 'Green');	
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  selbox.options[selbox.options.length] = new Option('Eggplant', 'Eggplant');  
  //selbox.options[selbox.options.length] = new Option('Pool Blue', 'Pool Blue');
  //selbox.options[selbox.options.length] = new Option('Cantaloupe', 'Cantaloupe');
  selbox.options[selbox.options.length] = new Option('Jade', 'Jade');	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}
if (size == "8" && chosen == "Mastectomy Bra"){
  selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');  	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}

if  (size == "10" && chosen == "Soft Cup Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');	
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  // selbox.options[selbox.options.length] = new Option('Green', 'Green');	
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  selbox.options[selbox.options.length] = new Option('Eggplant', 'Eggplant');  
  //selbox.options[selbox.options.length] = new Option('Pool Blue', 'Pool Blue');
  //selbox.options[selbox.options.length] = new Option('Cantaloupe', 'Cantaloupe');
  selbox.options[selbox.options.length] = new Option('Jade', 'Jade');	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}
if (size == "10" && chosen == "Mastectomy Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');  	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}


if  (size == "12" && chosen == "Soft Cup Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');	
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  // selbox.options[selbox.options.length] = new Option('Green', 'Green');	
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  // selbox.options[selbox.options.length] = new Option('Eggplant', 'Eggplant');  
  //selbox.options[selbox.options.length] = new Option('Pool Blue', 'Pool Blue');
  // selbox.options[selbox.options.length] = new Option('Cantaloupe', 'Cantaloupe');
  selbox.options[selbox.options.length] = new Option('Jade', 'Jade');	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}

if (size == "12" && chosen == "Mastectomy Bra") {
 selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');  	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}


if  (size == "14" && chosen == "Soft Cup Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');	
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  //selbox.options[selbox.options.length] = new Option('Green', 'Green');	
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  // selbox.options[selbox.options.length] = new Option('Eggplant', 'Eggplant');  
  //selbox.options[selbox.options.length] = new Option('Pool Blue', 'Pool Blue');
  selbox.options[selbox.options.length] = new Option('Cantaloupe', 'Cantaloupe');
  selbox.options[selbox.options.length] = new Option('Jade', 'Jade');	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}

if (size == "14" && chosen == "Mastectomy Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  //selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');  	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}


if  (size == "16" && chosen == "Soft Cup Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');	
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  //selbox.options[selbox.options.length] = new Option('Green', 'Green');	
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  // selbox.options[selbox.options.length] = new Option('Eggplant', 'Eggplant');  
  //selbox.options[selbox.options.length] = new Option('Pool Blue', 'Pool Blue');
  selbox.options[selbox.options.length] = new Option('Cantaloupe', 'Cantaloupe');
  selbox.options[selbox.options.length] = new Option('Jade', 'Jade');	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}
if (size == "16" && chosen == "Mastectomy Bra") {
  // selbox.options[selbox.options.length] = new Option('Black','Black');
  //selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');  	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}


if  (size == "18" && chosen == "Soft Cup Bra") {
  //selbox.options[selbox.options.length] = new Option('Black','Black');
  //selbox.options[selbox.options.length] = new Option('Royal', 'Royal');	
  //selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  //selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  //selbox.options[selbox.options.length] = new Option('Green', 'Green');	
  //selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  //selbox.options[selbox.options.length] = new Option('Eggplant', 'Eggplant');  
  //selbox.options[selbox.options.length] = new Option('Pool Blue', 'Pool Blue');
  //selbox.options[selbox.options.length] = new Option('Cantaloupe', 'Cantaloupe');
  // selbox.options[selbox.options.length] = new Option('Jade', 'Jade');	
  selbox.options[selbox.options.length] = new Option('not available','not available');
}
if (size == "18" && chosen == "Mastectomy Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  // selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');  	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}


if  (size == "18W" && chosen == "Soft Cup Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');	
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  // selbox.options[selbox.options.length] = new Option('Green', 'Green');	
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  selbox.options[selbox.options.length] = new Option('Eggplant', 'Eggplant');  
  //selbox.options[selbox.options.length] = new Option('Pool Blue', 'Pool Blue');
  selbox.options[selbox.options.length] = new Option('Cantaloupe', 'Cantaloupe');
  selbox.options[selbox.options.length] = new Option('Jade', 'Jade');	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}
if (size == "18W" && chosen == "Mastectomy Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  // selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}


if  (size == "20W" && chosen == "Soft Cup Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');	
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  //selbox.options[selbox.options.length] = new Option('Green', 'Green');	
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  selbox.options[selbox.options.length] = new Option('Eggplant', 'Eggplant');  
  //selbox.options[selbox.options.length] = new Option('Pool Blue', 'Pool Blue');
  selbox.options[selbox.options.length] = new Option('Cantaloupe', 'Cantaloupe');
  selbox.options[selbox.options.length] = new Option('Jade', 'Jade');	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}

if (size == "20W" && chosen == "Mastectomy Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
 //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}


if  (size == "22W" && chosen == "Soft Cup Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');	
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  //selbox.options[selbox.options.length] = new Option('Green', 'Green');	
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  selbox.options[selbox.options.length] = new Option('Eggplant', 'Eggplant');  
  // selbox.options[selbox.options.length] = new Option('Pool Blue', 'Pool Blue');
  selbox.options[selbox.options.length] = new Option('Cantaloupe', 'Cantaloupe');
  // selbox.options[selbox.options.length] = new Option('Jade', 'Jade');	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}
if (size == "22W" && chosen == "Mastectomy Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  // selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}


if  (size == "24W" && chosen == "Soft Cup Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');	
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  //selbox.options[selbox.options.length] = new Option('Green', 'Green');	
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  selbox.options[selbox.options.length] = new Option('Eggplant', 'Eggplant');  
  //selbox.options[selbox.options.length] = new Option('Pool Blue', 'Pool Blue');
  selbox.options[selbox.options.length] = new Option('Cantaloupe', 'Cantaloupe');
  selbox.options[selbox.options.length] = new Option('Jade', 'Jade');	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}
if (size == "24W" && chosen == "Mastectomy Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  // selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}


if  (size == "26W" && chosen == "Soft Cup Bra") {
  selbox.options[selbox.options.length] = new Option('Black','Black');
  selbox.options[selbox.options.length] = new Option('Royal', 'Royal');	
  selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  // selbox.options[selbox.options.length] = new Option('Green', 'Green');	
  selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  selbox.options[selbox.options.length] = new Option('Eggplant', 'Eggplant');  
  //selbox.options[selbox.options.length] = new Option('Pool Blue', 'Pool Blue');
  // selbox.options[selbox.options.length] = new Option('Cantaloupe', 'Cantaloupe');
  selbox.options[selbox.options.length] = new Option('Jade', 'Jade');	
  //selbox.options[selbox.options.length] = new Option('currently sold out','currently sold out');
}
if (size == "26W" && chosen == "Mastectomy Bra") {
  //selbox.options[selbox.options.length] = new Option('Black','Black');
  //selbox.options[selbox.options.length] = new Option('Navy', 'Navy');
  //selbox.options[selbox.options.length] = new Option('Royal', 'Royal');
  //selbox.options[selbox.options.length] = new Option('Purple', 'Purple');
  //selbox.options[selbox.options.length] = new Option('Rose', 'Rose');
  selbox.options[selbox.options.length] = new Option('not available','not available');
}

}