var elem1 = document.forms[1].elements[3];
var elem2 = document.forms[1].elements[4];
var elem3 = document.forms[1].elements[5];
elem2.style.visibility = 'hidden';
elem3.style.visibility = 'hidden';

if (elem2.options[1] != null) {var size1 = elem2.options[1].text;var size1_val = elem2.options[1].value;} else {var size1 = 'no';}
if (elem2.options[2] != null) {var size2 = elem2.options[2].text;var size2_val = elem2.options[2].value;} else {var size2 = 'no';}
if (elem2.options[3] != null) {var size3 = elem2.options[3].text;var size3_val = elem2.options[3].value;} else {var size3 = 'no';}
if (elem2.options[4] != null) {var size4 = elem2.options[4].text;var size4_val = elem2.options[4].value;} else {var size4 = 'no';}
if (elem2.options[5] != null) {var size5 = elem2.options[5].text;var size5_val = elem2.options[5].value;} else {var size5 = 'no';}
if (elem2.options[6] != null) {var size6 = elem2.options[6].text;var size6_val = elem2.options[6].value;} else {var size6 = 'no';}
if (elem2.options[7] != null) {var size7 = elem2.options[7].text;var size7_val = elem2.options[7].value;} else {var size7 = 'no';}
if (elem2.options[8] != null) {var size8 = elem2.options[8].text;var size8_val = elem2.options[8].value;} else {var size8 = 'no';}
if (elem2.options[9] != null) {var size9 = elem2.options[9].text;var size9_val = elem2.options[9].value;} else {var size9 = 'no';}

if (elem3.options[1] != null) {var prod1 = elem3.options[1].text;var prod1_val = elem3.options[1].value;} else {var prod1 = 'no';}
if (elem3.options[2] != null) {var prod2 = elem3.options[2].text;var prod2_val = elem3.options[2].value;} else {var prod2 = 'no';}
if (elem3.options[3] != null) {var prod3 = elem3.options[3].text;var prod3_val = elem3.options[3].value;} else {var prod3 = 'no';}
if (elem3.options[4] != null) {var prod4 = elem3.options[4].text;var prod4_val = elem3.options[4].value;} else {var prod4 = 'no';}
if (elem3.options[5] != null) {var prod5 = elem3.options[5].text;var prod5_val = elem3.options[5].value;} else {var prod5 = 'no';}
if (elem3.options[6] != null) {var prod6 = elem3.options[6].text;var prod6_val = elem3.options[6].value;} else {var prod6 = 'no';}
if (elem3.options[7] != null) {var prod7 = elem3.options[7].text;var prod7_val = elem3.options[7].value;} else {var prod7 = 'no';}
if (elem3.options[8] != null) {var prod8 = elem3.options[8].text;var prod8_val = elem3.options[8].value;} else {var prod8 = 'no';}
if (elem3.options[9] != null) {var prod9 = elem3.options[9].text;var prod9_val = elem3.options[9].value;} else {var prod9 = 'no';}
if (elem3.options[10] != null) {var prod10 = elem3.options[10].text;var prod10_val = elem3.options[10].value;} else {var prod10 = 'no';}
if (elem3.options[11] != null) {var prod11 = elem3.options[11].text;var prod11_val = elem3.options[11].value;} else {var prod11 = 'no';}
if (elem3.options[12] != null) {var prod12 = elem3.options[12].text;var prod12_val = elem3.options[12].value;} else {var prod12 = 'no';}
if (elem3.options[13] != null) {var prod13 = elem3.options[13].text;var prod13_val = elem3.options[13].value;} else {var prod13 = 'no';}
if (elem3.options[14] != null) {var prod14 = elem3.options[14].text;var prod14_val = elem3.options[14].value;} else {var prod14 = 'no';}
if (elem3.options[15] != null) {var prod15 = elem3.options[15].text;var prod15_val = elem3.options[15].value;} else {var prod15 = 'no';}
if (elem3.options[16] != null) {var prod16 = elem3.options[16].text;var prod16_val = elem3.options[16].value;} else {var prod16 = 'no';}

if (elem3.options[1].text != 'White') {elem1.options[2] = null;}

function writeindex() {
var selIndex = elem1.selectedIndex;
if (elem1.options[selIndex].text == '-- Please Select --'){
elem1.options[0] = null;}

// -----------------------------------------------------------------

if (elem1.options[selIndex].text == 'Mens American Apparel T'){

elem2.options.length=0;
if (size1 != 'no') {elem2.options[0] = new Option(size1, size1_val);}
if (size2 != 'no') {elem2.options[1] = new Option(size2, size2_val);}
if (size3 != 'no') {elem2.options[2] = new Option(size3, size3_val);}
if (size4 != 'no') {elem2.options[3] = new Option(size4, size4_val);}
if (size5 != 'no') {elem2.options[4] = new Option(size5, size5_val);}
if (size6 != 'no') {elem2.options[5] = new Option(size6, size6_val);}
if (size7 != 'no') {elem2.options[6] = new Option(size7, size7_val);}
if (size8 != 'no') {elem2.options[7] = new Option(size8, size8_val);}
if (size9 != 'no') {elem2.options[8] = new Option(size9, size9_val);}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'S(6-8)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'S(6-8)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'S(6-8)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'S(6-8)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'S(6-8)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'S(6-8)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'S(6-8)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'S(6-8)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'S(6-8)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'M(10-12)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'M(10-12)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'M(10-12)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'M(10-12)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'M(10-12)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'M(10-12)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'M(10-12)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'M(10-12)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'M(10-12)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'L(14-16)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'L(14-16)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'L(14-16)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'L(14-16)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'L(14-16)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'L(14-16)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'L(14-16)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'L(14-16)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'L(14-16)') {elem2.options[8] = null;}}
elem2.style.visibility = 'visible';

elem3.options.length=0;
if (prod1 != 'no') {elem3.options[0] = new Option(prod1, prod1_val);}
if (prod2 != 'no') {elem3.options[1] = new Option(prod2, prod2_val);}
if (prod3 != 'no') {elem3.options[2] = new Option(prod3, prod3_val);}
if (prod4 != 'no') {elem3.options[3] = new Option(prod4, prod4_val);}
if (prod5 != 'no') {elem3.options[4] = new Option(prod5, prod5_val);}
if (prod6 != 'no') {elem3.options[5] = new Option(prod6, prod6_val);}
if (prod7 != 'no') {elem3.options[6] = new Option(prod7, prod7_val);}
if (prod8 != 'no') {elem3.options[7] = new Option(prod8, prod8_val);}
if (prod9 != 'no') {elem3.options[8] = new Option(prod9, prod9_val);}
if (prod10 != 'no') {elem3.options[9] = new Option(prod10, prod10_val);}
if (prod11 != 'no') {elem3.options[10] = new Option(prod11, prod11_val);}
if (prod12 != 'no') {elem3.options[11] = new Option(prod12, prod12_val);}
if (prod13 != 'no') {elem3.options[12] = new Option(prod13, prod13_val);}
if (prod14 != 'no') {elem3.options[13] = new Option(prod14, prod14_val);}
if (prod15 != 'no') {elem3.options[14] = new Option(prod15, prod15_val);}
if (prod16 != 'no') {elem3.options[15] = new Option(prod16, prod16_val);}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Black') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Black') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Black') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Black') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Black') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Black') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Black') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Black') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Black') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Black') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Black') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Black') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Black') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Black') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Black') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Black') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Gold') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Gold') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Gold') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Gold') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Gold') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Gold') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Gold') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Gold') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Gold') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Gold') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Gold') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Gold') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Gold') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Gold') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Gold') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Gold') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Dark Red') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Dark Red') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Dark Red') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Dark Red') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Dark Red') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Dark Red') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Dark Red') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Dark Red') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Dark Red') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Dark Red') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Dark Red') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Dark Red') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Dark Red') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Dark Red') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Dark Red') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Dark Red') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Royal') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Royal') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Royal') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Royal') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Royal') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Royal') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Royal') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Royal') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Royal') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Royal') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Royal') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Royal') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Royal') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Royal') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Royal') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Royal') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Purple') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Purple') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Purple') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Purple') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Purple') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Purple') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Purple') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Purple') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Purple') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Purple') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Purple') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Purple') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Purple') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Purple') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Purple') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Purple') {elem3.options[15] = null;}}
elem3.style.visibility = 'visible';

}

// -----------------------------------------------------------------

if (elem1.options[selIndex].text == 'Mens 3/4 Jersey +US$ 2.00'){

elem2.options.length=0;
if (size1 != 'no') {elem2.options[0] = new Option(size1, size1_val);}
if (size2 != 'no') {elem2.options[1] = new Option(size2, size2_val);}
if (size3 != 'no') {elem2.options[2] = new Option(size3, size3_val);}
if (size4 != 'no') {elem2.options[3] = new Option(size4, size4_val);}
if (size5 != 'no') {elem2.options[4] = new Option(size5, size5_val);}
if (size6 != 'no') {elem2.options[5] = new Option(size6, size6_val);}
if (size7 != 'no') {elem2.options[6] = new Option(size7, size7_val);}
if (size8 != 'no') {elem2.options[7] = new Option(size8, size8_val);}
if (size9 != 'no') {elem2.options[8] = new Option(size9, size9_val);}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'S(6-8)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'S(6-8)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'S(6-8)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'S(6-8)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'S(6-8)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'S(6-8)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'S(6-8)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'S(6-8)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'S(6-8)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'M(10-12)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'M(10-12)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'M(10-12)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'M(10-12)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'M(10-12)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'M(10-12)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'M(10-12)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'M(10-12)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'M(10-12)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'L(14-16)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'L(14-16)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'L(14-16)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'L(14-16)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'L(14-16)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'L(14-16)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'L(14-16)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'L(14-16)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'L(14-16)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'XXXL +US$ 3.00') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'XXXL +US$ 3.00') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'XXXL +US$ 3.00') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'XXXL +US$ 3.00') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'XXXL +US$ 3.00') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'XXXL +US$ 3.00') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'XXXL +US$ 3.00') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'XXXL +US$ 3.00') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'XXXL +US$ 3.00') {elem2.options[8] = null;}}

elem2.style.visibility = 'visible';

elem3.options.length=0;
if (prod1 != 'no') {elem3.options[0] = new Option(prod1, prod1_val);}
if (prod2 != 'no') {elem3.options[1] = new Option(prod2, prod2_val);}
if (prod3 != 'no') {elem3.options[2] = new Option(prod3, prod3_val);}
if (prod4 != 'no') {elem3.options[3] = new Option(prod4, prod4_val);}
if (prod5 != 'no') {elem3.options[4] = new Option(prod5, prod5_val);}
if (prod6 != 'no') {elem3.options[5] = new Option(prod6, prod6_val);}
if (prod7 != 'no') {elem3.options[6] = new Option(prod7, prod7_val);}
if (prod8 != 'no') {elem3.options[7] = new Option(prod8, prod8_val);}
if (prod9 != 'no') {elem3.options[8] = new Option(prod9, prod9_val);}
if (prod10 != 'no') {elem3.options[9] = new Option(prod10, prod10_val);}
if (prod11 != 'no') {elem3.options[10] = new Option(prod11, prod11_val);}
if (prod12 != 'no') {elem3.options[11] = new Option(prod12, prod12_val);}
if (prod13 != 'no') {elem3.options[12] = new Option(prod13, prod13_val);}
if (prod14 != 'no') {elem3.options[13] = new Option(prod14, prod14_val);}
if (prod15 != 'no') {elem3.options[14] = new Option(prod15, prod15_val);}
if (prod16 != 'no') {elem3.options[15] = new Option(prod16, prod16_val);}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Black') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Black') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Black') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Black') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Black') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Black') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Black') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Black') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Black') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Black') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Black') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Black') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Black') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Black') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Black') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Black') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Creme') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Creme') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Creme') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Creme') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Creme') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Creme') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Creme') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Creme') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Creme') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Creme') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Creme') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Creme') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Creme') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Creme') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Creme') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Creme') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Lemon') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Lemon') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Lemon') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Lemon') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Lemon') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Lemon') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Lemon') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Lemon') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Lemon') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Lemon') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Lemon') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Lemon') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Lemon') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Lemon') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Lemon') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Lemon') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Cranberry') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Cranberry') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Cranberry') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Cranberry') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Cranberry') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Cranberry') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Cranberry') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Cranberry') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Cranberry') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Cranberry') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Cranberry') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Cranberry') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Cranberry') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Cranberry') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Cranberry') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Cranberry') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Pink') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Pink') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Pink') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Pink') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Pink') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Pink') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Pink') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Pink') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Pink') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Pink') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Pink') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Pink') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Pink') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Pink') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Pink') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Pink') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Kelly Green') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Kelly Green') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Kelly Green') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Kelly Green') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Kelly Green') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Kelly Green') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Kelly Green') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Kelly Green') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Kelly Green') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Kelly Green') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Kelly Green') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Kelly Green') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Kelly Green') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Kelly Green') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Kelly Green') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Kelly Green') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Grass Green') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Grass Green') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Grass Green') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Grass Green') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Grass Green') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Grass Green') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Grass Green') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Grass Green') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Grass Green') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Grass Green') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Grass Green') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Grass Green') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Grass Green') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Grass Green') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Grass Green') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Grass Green') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Baby Blue') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Baby Blue') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Baby Blue') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Baby Blue') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Baby Blue') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Baby Blue') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Baby Blue') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Baby Blue') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Baby Blue') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Baby Blue') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Baby Blue') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Baby Blue') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Baby Blue') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Baby Blue') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Baby Blue') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Baby Blue') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Navy') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Navy') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Navy') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Navy') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Navy') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Navy') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Navy') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Navy') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Navy') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Navy') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Navy') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Navy') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Navy') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Navy') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Navy') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Navy') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Asphalt') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Asphalt') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Asphalt') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Asphalt') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Asphalt') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Asphalt') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Asphalt') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Asphalt') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Asphalt') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Asphalt') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Asphalt') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Asphalt') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Asphalt') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Asphalt') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Asphalt') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Asphalt') {elem3.options[15] = null;}}

elem3.style.visibility = 'visible';

}

// -----------------------------------------------------------------

if (elem1.options[selIndex].text == 'Hoodies +US$ 9.00'){

elem2.options.length=0;
if (size1 != 'no') {elem2.options[0] = new Option(size1, size1_val);}
if (size2 != 'no') {elem2.options[1] = new Option(size2, size2_val);}
if (size3 != 'no') {elem2.options[2] = new Option(size3, size3_val);}
if (size4 != 'no') {elem2.options[3] = new Option(size4, size4_val);}
if (size5 != 'no') {elem2.options[4] = new Option(size5, size5_val);}
if (size6 != 'no') {elem2.options[5] = new Option(size6, size6_val);}
if (size7 != 'no') {elem2.options[6] = new Option(size7, size7_val);}
if (size8 != 'no') {elem2.options[7] = new Option(size8, size8_val);}
if (size9 != 'no') {elem2.options[8] = new Option(size9, size9_val);}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'S(6-8)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'S(6-8)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'S(6-8)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'S(6-8)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'S(6-8)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'S(6-8)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'S(6-8)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'S(6-8)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'S(6-8)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'M(10-12)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'M(10-12)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'M(10-12)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'M(10-12)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'M(10-12)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'M(10-12)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'M(10-12)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'M(10-12)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'M(10-12)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'L(14-16)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'L(14-16)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'L(14-16)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'L(14-16)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'L(14-16)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'L(14-16)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'L(14-16)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'L(14-16)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'L(14-16)') {elem2.options[8] = null;}}

elem2.style.visibility = 'visible';

elem3.options.length=0;
if (prod1 != 'no') {elem3.options[0] = new Option(prod1, prod1_val);}
if (prod2 != 'no') {elem3.options[1] = new Option(prod2, prod2_val);}
if (prod3 != 'no') {elem3.options[2] = new Option(prod3, prod3_val);}
if (prod4 != 'no') {elem3.options[3] = new Option(prod4, prod4_val);}
if (prod5 != 'no') {elem3.options[4] = new Option(prod5, prod5_val);}
if (prod6 != 'no') {elem3.options[5] = new Option(prod6, prod6_val);}
if (prod7 != 'no') {elem3.options[6] = new Option(prod7, prod7_val);}
if (prod8 != 'no') {elem3.options[7] = new Option(prod8, prod8_val);}
if (prod9 != 'no') {elem3.options[8] = new Option(prod9, prod9_val);}
if (prod10 != 'no') {elem3.options[9] = new Option(prod10, prod10_val);}
if (prod11 != 'no') {elem3.options[10] = new Option(prod11, prod11_val);}
if (prod12 != 'no') {elem3.options[11] = new Option(prod12, prod12_val);}
if (prod13 != 'no') {elem3.options[12] = new Option(prod13, prod13_val);}
if (prod14 != 'no') {elem3.options[13] = new Option(prod14, prod14_val);}
if (prod15 != 'no') {elem3.options[14] = new Option(prod15, prod15_val);}
if (prod16 != 'no') {elem3.options[15] = new Option(prod16, prod16_val);}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Black') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Black') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Black') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Black') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Black') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Black') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Black') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Black') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Black') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Black') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Black') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Black') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Black') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Black') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Black') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Black') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Gold') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Gold') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Gold') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Gold') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Gold') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Gold') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Gold') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Gold') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Gold') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Gold') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Gold') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Gold') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Gold') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Gold') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Gold') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Gold') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Creme') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Creme') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Creme') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Creme') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Creme') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Creme') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Creme') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Creme') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Creme') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Creme') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Creme') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Creme') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Creme') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Creme') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Creme') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Creme') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Lemon') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Lemon') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Lemon') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Lemon') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Lemon') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Lemon') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Lemon') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Lemon') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Lemon') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Lemon') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Lemon') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Lemon') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Lemon') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Lemon') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Lemon') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Lemon') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Dark Red') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Dark Red') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Dark Red') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Dark Red') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Dark Red') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Dark Red') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Dark Red') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Dark Red') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Dark Red') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Dark Red') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Dark Red') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Dark Red') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Dark Red') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Dark Red') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Dark Red') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Dark Red') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Pink') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Pink') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Pink') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Pink') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Pink') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Pink') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Pink') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Pink') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Pink') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Pink') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Pink') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Pink') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Pink') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Pink') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Pink') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Pink') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Kelly Green') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Kelly Green') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Kelly Green') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Kelly Green') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Kelly Green') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Kelly Green') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Kelly Green') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Kelly Green') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Kelly Green') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Kelly Green') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Kelly Green') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Kelly Green') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Kelly Green') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Kelly Green') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Kelly Green') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Kelly Green') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Grass Green') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Grass Green') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Grass Green') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Grass Green') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Grass Green') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Grass Green') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Grass Green') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Grass Green') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Grass Green') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Grass Green') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Grass Green') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Grass Green') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Grass Green') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Grass Green') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Grass Green') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Grass Green') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Baby Blue') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Baby Blue') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Baby Blue') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Baby Blue') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Baby Blue') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Baby Blue') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Baby Blue') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Baby Blue') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Baby Blue') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Baby Blue') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Baby Blue') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Baby Blue') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Baby Blue') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Baby Blue') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Baby Blue') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Baby Blue') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Royal') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Royal') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Royal') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Royal') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Royal') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Royal') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Royal') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Royal') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Royal') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Royal') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Royal') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Royal') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Royal') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Royal') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Royal') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Royal') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Purple') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Purple') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Purple') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Purple') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Purple') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Purple') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Purple') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Purple') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Purple') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Purple') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Purple') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Purple') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Purple') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Purple') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Purple') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Purple') {elem3.options[15] = null;}}

elem3.style.visibility = 'visible';

}

// -----------------------------------------------------------------

if (elem1.options[selIndex].text == 'Womens American Apparel T'){

elem2.options.length=0;
if (size1 != 'no') {elem2.options[0] = new Option(size1, size1_val);}
if (size2 != 'no') {elem2.options[1] = new Option(size2, size2_val);}
if (size3 != 'no') {elem2.options[2] = new Option(size3, size3_val);}
if (size4 != 'no') {elem2.options[3] = new Option(size4, size4_val);}
if (size5 != 'no') {elem2.options[4] = new Option(size5, size5_val);}
if (size6 != 'no') {elem2.options[5] = new Option(size6, size6_val);}
if (size7 != 'no') {elem2.options[6] = new Option(size7, size7_val);}
if (size8 != 'no') {elem2.options[7] = new Option(size8, size8_val);}
if (size9 != 'no') {elem2.options[8] = new Option(size9, size9_val);}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'S(6-8)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'S(6-8)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'S(6-8)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'S(6-8)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'S(6-8)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'S(6-8)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'S(6-8)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'S(6-8)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'S(6-8)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'M(10-12)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'M(10-12)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'M(10-12)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'M(10-12)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'M(10-12)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'M(10-12)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'M(10-12)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'M(10-12)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'M(10-12)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'L(14-16)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'L(14-16)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'L(14-16)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'L(14-16)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'L(14-16)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'L(14-16)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'L(14-16)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'L(14-16)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'L(14-16)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'XXXL +US$ 3.00') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'XXXL +US$ 3.00') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'XXXL +US$ 3.00') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'XXXL +US$ 3.00') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'XXXL +US$ 3.00') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'XXXL +US$ 3.00') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'XXXL +US$ 3.00') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'XXXL +US$ 3.00') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'XXXL +US$ 3.00') {elem2.options[8] = null;}}
elem2.style.visibility = 'visible';

elem3.options.length=0;
if (prod1 != 'no') {elem3.options[0] = new Option(prod1, prod1_val);}
if (prod2 != 'no') {elem3.options[1] = new Option(prod2, prod2_val);}
if (prod3 != 'no') {elem3.options[2] = new Option(prod3, prod3_val);}
if (prod4 != 'no') {elem3.options[3] = new Option(prod4, prod4_val);}
if (prod5 != 'no') {elem3.options[4] = new Option(prod5, prod5_val);}
if (prod6 != 'no') {elem3.options[5] = new Option(prod6, prod6_val);}
if (prod7 != 'no') {elem3.options[6] = new Option(prod7, prod7_val);}
if (prod8 != 'no') {elem3.options[7] = new Option(prod8, prod8_val);}
if (prod9 != 'no') {elem3.options[8] = new Option(prod9, prod9_val);}
if (prod10 != 'no') {elem3.options[9] = new Option(prod10, prod10_val);}
if (prod11 != 'no') {elem3.options[10] = new Option(prod11, prod11_val);}
if (prod12 != 'no') {elem3.options[11] = new Option(prod12, prod12_val);}
if (prod13 != 'no') {elem3.options[12] = new Option(prod13, prod13_val);}
if (prod14 != 'no') {elem3.options[13] = new Option(prod14, prod14_val);}
if (prod15 != 'no') {elem3.options[14] = new Option(prod15, prod15_val);}
if (prod16 != 'no') {elem3.options[15] = new Option(prod16, prod16_val);}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Black') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Black') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Black') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Black') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Black') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Black') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Black') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Black') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Black') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Black') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Black') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Black') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Black') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Black') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Black') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Black') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Gold') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Gold') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Gold') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Gold') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Gold') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Gold') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Gold') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Gold') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Gold') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Gold') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Gold') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Gold') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Gold') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Gold') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Gold') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Gold') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Dark Red') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Dark Red') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Dark Red') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Dark Red') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Dark Red') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Dark Red') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Dark Red') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Dark Red') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Dark Red') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Dark Red') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Dark Red') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Dark Red') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Dark Red') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Dark Red') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Dark Red') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Dark Red') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Royal') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Royal') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Royal') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Royal') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Royal') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Royal') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Royal') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Royal') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Royal') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Royal') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Royal') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Royal') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Royal') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Royal') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Royal') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Royal') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Purple') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Purple') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Purple') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Purple') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Purple') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Purple') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Purple') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Purple') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Purple') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Purple') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Purple') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Purple') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Purple') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Purple') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Purple') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Purple') {elem3.options[15] = null;}}
elem3.style.visibility = 'visible';

}

// -----------------------------------------------------------------

if (elem1.options[selIndex].text == 'Womens American Apparel Babydoll'){

elem2.options.length=0;
if (size1 != 'no') {elem2.options[0] = new Option(size1, size1_val);}
if (size2 != 'no') {elem2.options[1] = new Option(size2, size2_val);}
if (size3 != 'no') {elem2.options[2] = new Option(size3, size3_val);}
if (size4 != 'no') {elem2.options[3] = new Option(size4, size4_val);}
if (size5 != 'no') {elem2.options[4] = new Option(size5, size5_val);}
if (size6 != 'no') {elem2.options[5] = new Option(size6, size6_val);}
if (size7 != 'no') {elem2.options[6] = new Option(size7, size7_val);}
if (size8 != 'no') {elem2.options[7] = new Option(size8, size8_val);}
if (size9 != 'no') {elem2.options[8] = new Option(size9, size9_val);}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'S(6-8)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'S(6-8)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'S(6-8)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'S(6-8)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'S(6-8)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'S(6-8)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'S(6-8)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'S(6-8)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'S(6-8)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'M(10-12)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'M(10-12)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'M(10-12)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'M(10-12)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'M(10-12)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'M(10-12)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'M(10-12)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'M(10-12)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'M(10-12)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'L(14-16)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'L(14-16)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'L(14-16)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'L(14-16)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'L(14-16)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'L(14-16)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'L(14-16)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'L(14-16)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'L(14-16)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'XXXL +US$ 3.00') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'XXXL +US$ 3.00') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'XXXL +US$ 3.00') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'XXXL +US$ 3.00') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'XXXL +US$ 3.00') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'XXXL +US$ 3.00') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'XXXL +US$ 3.00') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'XXXL +US$ 3.00') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'XXXL +US$ 3.00') {elem2.options[8] = null;}}
elem2.style.visibility = 'visible';

elem3.options.length=0;
if (prod1 != 'no') {elem3.options[0] = new Option(prod1, prod1_val);}
if (prod2 != 'no') {elem3.options[1] = new Option(prod2, prod2_val);}
if (prod3 != 'no') {elem3.options[2] = new Option(prod3, prod3_val);}
if (prod4 != 'no') {elem3.options[3] = new Option(prod4, prod4_val);}
if (prod5 != 'no') {elem3.options[4] = new Option(prod5, prod5_val);}
if (prod6 != 'no') {elem3.options[5] = new Option(prod6, prod6_val);}
if (prod7 != 'no') {elem3.options[6] = new Option(prod7, prod7_val);}
if (prod8 != 'no') {elem3.options[7] = new Option(prod8, prod8_val);}
if (prod9 != 'no') {elem3.options[8] = new Option(prod9, prod9_val);}
if (prod10 != 'no') {elem3.options[9] = new Option(prod10, prod10_val);}
if (prod11 != 'no') {elem3.options[10] = new Option(prod11, prod11_val);}
if (prod12 != 'no') {elem3.options[11] = new Option(prod12, prod12_val);}
if (prod13 != 'no') {elem3.options[12] = new Option(prod13, prod13_val);}
if (prod14 != 'no') {elem3.options[13] = new Option(prod14, prod14_val);}
if (prod15 != 'no') {elem3.options[14] = new Option(prod15, prod15_val);}
if (prod16 != 'no') {elem3.options[15] = new Option(prod16, prod16_val);}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Black') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Black') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Black') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Black') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Black') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Black') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Black') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Black') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Black') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Black') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Black') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Black') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Black') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Black') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Black') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Black') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Gold') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Gold') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Gold') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Gold') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Gold') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Gold') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Gold') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Gold') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Gold') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Gold') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Gold') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Gold') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Gold') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Gold') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Gold') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Gold') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Dark Red') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Dark Red') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Dark Red') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Dark Red') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Dark Red') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Dark Red') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Dark Red') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Dark Red') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Dark Red') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Dark Red') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Dark Red') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Dark Red') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Dark Red') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Dark Red') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Dark Red') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Dark Red') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Royal') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Royal') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Royal') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Royal') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Royal') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Royal') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Royal') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Royal') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Royal') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Royal') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Royal') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Royal') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Royal') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Royal') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Royal') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Royal') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Purple') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Purple') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Purple') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Purple') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Purple') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Purple') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Purple') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Purple') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Purple') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Purple') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Purple') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Purple') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Purple') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Purple') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Purple') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Purple') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Cranberry') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Cranberry') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Cranberry') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Cranberry') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Cranberry') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Cranberry') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Cranberry') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Cranberry') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Cranberry') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Cranberry') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Cranberry') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Cranberry') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Cranberry') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Cranberry') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Cranberry') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Cranberry') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Grass Green') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Grass Green') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Grass Green') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Grass Green') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Grass Green') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Grass Green') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Grass Green') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Grass Green') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Grass Green') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Grass Green') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Grass Green') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Grass Green') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Grass Green') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Grass Green') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Grass Green') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Grass Green') {elem3.options[15] = null;}}
elem3.style.visibility = 'visible';

}

// -----------------------------------------------------------------

if (elem1.options[selIndex].text == 'Womens American Apparel Boybeater'){

elem2.options.length=0;
if (size1 != 'no') {elem2.options[0] = new Option(size1, size1_val);}
if (size2 != 'no') {elem2.options[1] = new Option(size2, size2_val);}
if (size3 != 'no') {elem2.options[2] = new Option(size3, size3_val);}
if (size4 != 'no') {elem2.options[3] = new Option(size4, size4_val);}
if (size5 != 'no') {elem2.options[4] = new Option(size5, size5_val);}
if (size6 != 'no') {elem2.options[5] = new Option(size6, size6_val);}
if (size7 != 'no') {elem2.options[6] = new Option(size7, size7_val);}
if (size8 != 'no') {elem2.options[7] = new Option(size8, size8_val);}
if (size9 != 'no') {elem2.options[8] = new Option(size9, size9_val);}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'S(6-8)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'S(6-8)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'S(6-8)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'S(6-8)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'S(6-8)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'S(6-8)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'S(6-8)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'S(6-8)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'S(6-8)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'M(10-12)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'M(10-12)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'M(10-12)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'M(10-12)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'M(10-12)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'M(10-12)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'M(10-12)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'M(10-12)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'M(10-12)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'L(14-16)') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'L(14-16)') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'L(14-16)') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'L(14-16)') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'L(14-16)') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'L(14-16)') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'L(14-16)') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'L(14-16)') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'L(14-16)') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'XXXL +US$ 3.00') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'XXXL +US$ 3.00') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'XXXL +US$ 3.00') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'XXXL +US$ 3.00') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'XXXL +US$ 3.00') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'XXXL +US$ 3.00') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'XXXL +US$ 3.00') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'XXXL +US$ 3.00') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'XXXL +US$ 3.00') {elem2.options[8] = null;}}
elem2.style.visibility = 'visible';

elem3.options.length=0;
if (prod1 != 'no') {elem3.options[0] = new Option(prod1, prod1_val);}
if (prod2 != 'no') {elem3.options[1] = new Option(prod2, prod2_val);}
if (prod3 != 'no') {elem3.options[2] = new Option(prod3, prod3_val);}
if (prod4 != 'no') {elem3.options[3] = new Option(prod4, prod4_val);}
if (prod5 != 'no') {elem3.options[4] = new Option(prod5, prod5_val);}
if (prod6 != 'no') {elem3.options[5] = new Option(prod6, prod6_val);}
if (prod7 != 'no') {elem3.options[6] = new Option(prod7, prod7_val);}
if (prod8 != 'no') {elem3.options[7] = new Option(prod8, prod8_val);}
if (prod9 != 'no') {elem3.options[8] = new Option(prod9, prod9_val);}
if (prod10 != 'no') {elem3.options[9] = new Option(prod10, prod10_val);}
if (prod11 != 'no') {elem3.options[10] = new Option(prod11, prod11_val);}
if (prod12 != 'no') {elem3.options[11] = new Option(prod12, prod12_val);}
if (prod13 != 'no') {elem3.options[12] = new Option(prod13, prod13_val);}
if (prod14 != 'no') {elem3.options[13] = new Option(prod14, prod14_val);}
if (prod15 != 'no') {elem3.options[14] = new Option(prod15, prod15_val);}
if (prod16 != 'no') {elem3.options[15] = new Option(prod16, prod16_val);}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Black') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Black') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Black') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Black') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Black') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Black') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Black') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Black') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Black') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Black') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Black') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Black') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Black') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Black') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Black') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Black') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Gold') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Gold') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Gold') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Gold') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Gold') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Gold') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Gold') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Gold') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Gold') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Gold') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Gold') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Gold') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Gold') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Gold') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Gold') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Gold') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Dark Red') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Dark Red') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Dark Red') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Dark Red') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Dark Red') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Dark Red') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Dark Red') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Dark Red') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Dark Red') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Dark Red') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Dark Red') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Dark Red') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Dark Red') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Dark Red') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Dark Red') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Dark Red') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Royal') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Royal') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Royal') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Royal') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Royal') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Royal') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Royal') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Royal') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Royal') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Royal') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Royal') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Royal') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Royal') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Royal') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Royal') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Royal') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Purple') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Purple') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Purple') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Purple') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Purple') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Purple') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Purple') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Purple') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Purple') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Purple') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Purple') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Purple') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Purple') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Purple') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Purple') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Purple') {elem3.options[15] = null;}}
elem3.style.visibility = 'visible';

}

// -----------------------------------------------------------------

if (elem1.options[selIndex].text == 'Kids T'){

elem2.options.length=0;
if (size1 != 'no') {elem2.options[0] = new Option(size1, size1_val);}
if (size2 != 'no') {elem2.options[1] = new Option(size2, size2_val);}
if (size3 != 'no') {elem2.options[2] = new Option(size3, size3_val);}
if (size4 != 'no') {elem2.options[3] = new Option(size4, size4_val);}
if (size5 != 'no') {elem2.options[4] = new Option(size5, size5_val);}
if (size6 != 'no') {elem2.options[5] = new Option(size6, size6_val);}
if (size7 != 'no') {elem2.options[6] = new Option(size7, size7_val);}
if (size8 != 'no') {elem2.options[7] = new Option(size8, size8_val);}
if (size9 != 'no') {elem2.options[8] = new Option(size9, size9_val);}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'S') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'S') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'S') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'S') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'S') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'S') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'S') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'S') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'S') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'M') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'M') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'M') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'M') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'M') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'M') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'M') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'M') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'M') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'L') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'L') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'L') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'L') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'L') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'L') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'L') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'L') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'L') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'XL') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'XL') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'XL') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'XL') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'XL') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'XL') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'XL') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'XL') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'XL') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'XXL +US$ 2.00') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'XXL +US$ 2.00') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'XXL +US$ 2.00') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'XXL +US$ 2.00') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'XXL +US$ 2.00') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'XXL +US$ 2.00') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'XXL +US$ 2.00') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'XXL +US$ 2.00') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'XXL +US$ 2.00') {elem2.options[8] = null;}}
if (elem2.options[0] != null) {if (elem2.options[0].text == 'XXXL +US$ 3.00') {elem2.options[0] = null;}}
if (elem2.options[1] != null) {if (elem2.options[1].text == 'XXXL +US$ 3.00') {elem2.options[1] = null;}}
if (elem2.options[2] != null) {if (elem2.options[2].text == 'XXXL +US$ 3.00') {elem2.options[2] = null;}}
if (elem2.options[3] != null) {if (elem2.options[3].text == 'XXXL +US$ 3.00') {elem2.options[3] = null;}}
if (elem2.options[4] != null) {if (elem2.options[4].text == 'XXXL +US$ 3.00') {elem2.options[4] = null;}}
if (elem2.options[5] != null) {if (elem2.options[5].text == 'XXXL +US$ 3.00') {elem2.options[5] = null;}}
if (elem2.options[6] != null) {if (elem2.options[6].text == 'XXXL +US$ 3.00') {elem2.options[6] = null;}}
if (elem2.options[7] != null) {if (elem2.options[7].text == 'XXXL +US$ 3.00') {elem2.options[7] = null;}}
if (elem2.options[8] != null) {if (elem2.options[8].text == 'XXXL +US$ 3.00') {elem2.options[8] = null;}}
elem2.style.visibility = 'visible';

elem3.options.length=0;
if (prod1 != 'no') {elem3.options[0] = new Option(prod1, prod1_val);}
if (prod2 != 'no') {elem3.options[1] = new Option(prod2, prod2_val);}
if (prod3 != 'no') {elem3.options[2] = new Option(prod3, prod3_val);}
if (prod4 != 'no') {elem3.options[3] = new Option(prod4, prod4_val);}
if (prod5 != 'no') {elem3.options[4] = new Option(prod5, prod5_val);}
if (prod6 != 'no') {elem3.options[5] = new Option(prod6, prod6_val);}
if (prod7 != 'no') {elem3.options[6] = new Option(prod7, prod7_val);}
if (prod8 != 'no') {elem3.options[7] = new Option(prod8, prod8_val);}
if (prod9 != 'no') {elem3.options[8] = new Option(prod9, prod9_val);}
if (prod10 != 'no') {elem3.options[9] = new Option(prod10, prod10_val);}
if (prod11 != 'no') {elem3.options[10] = new Option(prod11, prod11_val);}
if (prod12 != 'no') {elem3.options[11] = new Option(prod12, prod12_val);}
if (prod13 != 'no') {elem3.options[12] = new Option(prod13, prod13_val);}
if (prod14 != 'no') {elem3.options[13] = new Option(prod14, prod14_val);}
if (prod15 != 'no') {elem3.options[14] = new Option(prod15, prod15_val);}
if (prod16 != 'no') {elem3.options[15] = new Option(prod16, prod16_val);}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Black') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Black') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Black') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Black') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Black') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Black') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Black') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Black') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Black') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Black') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Black') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Black') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Black') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Black') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Black') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Black') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Gold') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Gold') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Gold') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Gold') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Gold') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Gold') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Gold') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Gold') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Gold') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Gold') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Gold') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Gold') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Gold') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Gold') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Gold') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Gold') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Dark Red') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Dark Red') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Dark Red') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Dark Red') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Dark Red') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Dark Red') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Dark Red') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Dark Red') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Dark Red') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Dark Red') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Dark Red') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Dark Red') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Dark Red') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Dark Red') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Dark Red') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Dark Red') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Royal') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Royal') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Royal') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Royal') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Royal') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Royal') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Royal') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Royal') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Royal') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Royal') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Royal') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Royal') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Royal') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Royal') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Royal') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Royal') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'White/Purple') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'White/Purple') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'White/Purple') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'White/Purple') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'White/Purple') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'White/Purple') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'White/Purple') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'White/Purple') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'White/Purple') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'White/Purple') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'White/Purple') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'White/Purple') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'White/Purple') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'White/Purple') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'White/Purple') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'White/Purple') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Lemon') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Lemon') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Lemon') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Lemon') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Lemon') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Lemon') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Lemon') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Lemon') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Lemon') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Lemon') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Lemon') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Lemon') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Lemon') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Lemon') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Lemon') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Lemon') {elem3.options[15] = null;}}
if (elem3.options[0] != null) {if (elem3.options[0].text == 'Grass Green') {elem3.options[0] = null;}}
if (elem3.options[1] != null) {if (elem3.options[1].text == 'Grass Green') {elem3.options[1] = null;}}
if (elem3.options[2] != null) {if (elem3.options[2].text == 'Grass Green') {elem3.options[2] = null;}}
if (elem3.options[3] != null) {if (elem3.options[3].text == 'Grass Green') {elem3.options[3] = null;}}
if (elem3.options[4] != null) {if (elem3.options[4].text == 'Grass Green') {elem3.options[4] = null;}}
if (elem3.options[5] != null) {if (elem3.options[5].text == 'Grass Green') {elem3.options[5] = null;}}
if (elem3.options[6] != null) {if (elem3.options[6].text == 'Grass Green') {elem3.options[6] = null;}}
if (elem3.options[7] != null) {if (elem3.options[7].text == 'Grass Green') {elem3.options[7] = null;}}
if (elem3.options[8] != null) {if (elem3.options[8].text == 'Grass Green') {elem3.options[8] = null;}}
if (elem3.options[9] != null) {if (elem3.options[9].text == 'Grass Green') {elem3.options[9] = null;}}
if (elem3.options[10] != null) {if (elem3.options[10].text == 'Grass Green') {elem3.options[10] = null;}}
if (elem3.options[11] != null) {if (elem3.options[11].text == 'Grass Green') {elem3.options[11] = null;}}
if (elem3.options[12] != null) {if (elem3.options[12].text == 'Grass Green') {elem3.options[12] = null;}}
if (elem3.options[13] != null) {if (elem3.options[13].text == 'Grass Green') {elem3.options[13] = null;}}
if (elem3.options[14] != null) {if (elem3.options[14].text == 'Grass Green') {elem3.options[14] = null;}}
if (elem3.options[15] != null) {if (elem3.options[15].text == 'Grass Green') {elem3.options[15] = null;}}
elem3.style.visibility = 'visible';

}

// -----------------------------------------------------------------


// ('White ', '81')('Black ', '82')('Creme ', '83')('Lemon ', '84')('Cranberry ', '85')('Pink ', '86')('Kelly Green ', '87')('Grass Green ', '88')('Baby Blue ', '89')('Navy ', '90')('Asphalt ', '91')('White/Black ', '92')('White/Gold ', '93')('White/Dark Red ', '94')('White/Royal ', '95')('White/Purple ', '96')

}

function newimage() {
var currentcolor_pre = elem3.options[elem3.selectedIndex].text;
if (currentcolor_pre == 'White') {currentcolor = 'white';}
if (currentcolor_pre == 'Black') {currentcolor = 'black';}
if (currentcolor_pre == 'Creme') {currentcolor = 'creme';}
if (currentcolor_pre == 'Lemon') {currentcolor = 'lemon';}
if (currentcolor_pre == 'Cranberry') {currentcolor = 'cranberry';}
if (currentcolor_pre == 'Pink') {currentcolor = 'pink';}
if (currentcolor_pre == 'Kelly Green') {currentcolor = 'kellygreen';}
if (currentcolor_pre == 'Grass Green') {currentcolor = 'grass';}
if (currentcolor_pre == 'Baby Blue') {currentcolor = 'babyblue';}
if (currentcolor_pre == 'Navy') {currentcolor = 'navy';}
if (currentcolor_pre == 'Asphalt') {currentcolor = 'asphalt';}
if (currentcolor_pre == 'White/Black') {currentcolor = 'white';}
if (currentcolor_pre == 'White/Gold') {currentcolor = 'white';}
if (currentcolor_pre == 'White/Dark Red') {currentcolor = 'white';}
if (currentcolor_pre == 'White/Royal') {currentcolor = 'white';}
if (currentcolor_pre == 'White/Purple') {currentcolor = 'white';}
var currentimage = prod_sku + '_' + currentcolor + '.jpg';
var prod_image = document.getElementById('image');
prod_image.src = 'http://www.tshirtcrack.com/images/' + currentimage;
}


var allHTMLTags = new Array();
function newprice() {
var baseprice = 19;
baseprice = parseInt(prod_price);
var styleprice = 0;
var sizeprice = 0;
var multiply = document.getElementById('qty').value;
if (multiply == ''){multiply = 1;}

var totalprice = '$ ' + ((baseprice + styleprice + sizeprice)*multiply) + '.00';
var allHTMLTags = document.getElementsByTagName('*');
for (i=0; i<allHTMLTags.length; i++) {
if (allHTMLTags[i].className == 'price') {
allHTMLTags[i].innerHTML = totalprice;
}}

if (elem1.options[elem1.selectedIndex].text == 'Mens 3/4 Jersey +$ 2.00'){styleprice = 2;}
if (elem1.options[elem1.selectedIndex].text == 'Hoodies +$ 9.00'){styleprice = 9;}
if (elem2.options[elem2.selectedIndex].text == 'XXL +$ 2.00'){sizeprice = 2;}
if (elem2.options[elem2.selectedIndex].text == 'XXXL +$ 3.00'){sizeprice = 3;}
var totalprice = '$ ' + ((baseprice + styleprice + sizeprice)*multiply) + '.00';
var allHTMLTags = document.getElementsByTagName('*');
for (i=0; i<allHTMLTags.length; i++) {
if (allHTMLTags[i].className == 'price') {
allHTMLTags[i].innerHTML = totalprice;
}}}

elem1.onclick = writeindex;
elem1.onchange = newprice;
elem2.onclick = newprice; 
var currentcolor = 'white';
elem3.onclick = newimage;
