
var surfacePick ="o";
var formatPick ="o";
var sizePick = "o";
var fullSelection = "o";
function setOptions(chosen) {
var selbox = document.myform.opttwo;
selbox.options.length = 0;
if (chosen == " ") {
selbox.options[selbox.options.length] = new Option('Please select one of the options above first',' ');
}

if (chosen == "999") {
selbox.options[selbox.options.length] = new Option('Screen Format',' ');
setOptionsTwo("99");
}
if (chosen == "High Contrast Grey") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('15:9','15:9');
selbox.options[selbox.options.length] = new Option('16:10','16:10');
selbox.options[selbox.options.length] = new Option('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('NTSC','NTSC');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('AV','AV');
}

if (chosen == "Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('15:9','15:9');
selbox.options[selbox.options.length] = new Option('16:10','16:10');
selbox.options[selbox.options.length] = new Option('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('NTSC','NTSC');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('AV','AV');
}

if (chosen == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('15:9','15:9');
selbox.options[selbox.options.length] = new Option('16:10','16:10');
selbox.options[selbox.options.length] = new Option('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('NTSC','NTSC');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('AV','AV');
}

surfacePick = chosen;
}
function setOptionsTwo(chosen) {
var selbox = document.myform.optthree;
selbox.options.length = 0;
if (chosen == " ") {
selbox.options[selbox.options.length] = new Option('Please select one of the options above first',' ');
}
if (chosen == "99") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
}
if (chosen == "AV" && surfacePick == "High Contrast Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('50 inch x 50 inch','50 inch x 50 inch');
selbox.options[selbox.options.length] = new Option('60 inch x 60 inch','60 inch x 60 inch');
selbox.options[selbox.options.length] = new Option('70 inch x 70 inch','70 inch x 70 inch');
selbox.options[selbox.options.length] = new Option('84 inch x 84 inch','84 inch x 84 inch');
selbox.options[selbox.options.length] = new Option('72 inch x 96 inch','72 inch x 96 inch');
selbox.options[selbox.options.length] = new Option('96 inch x 96 inch','96 inch x 96 inch');
}


if (chosen == "AV" && surfacePick == "Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('50 inch x 50 inch','50 inch x 50 inch');
selbox.options[selbox.options.length] = new Option('60 inch x 60 inch','60 inch x 60 inch');
selbox.options[selbox.options.length] = new Option('70 inch x 70 inch','70 inch x 70 inch');
selbox.options[selbox.options.length] = new Option('84 inch x 84 inch','84 inch x 84 inch');
selbox.options[selbox.options.length] = new Option('72 inch x 96 inch','72 inch x 96 inch');
selbox.options[selbox.options.length] = new Option('96 inch x 96 inch','96 inch x 96 inch');
}


if (chosen == "AV" && surfacePick == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('50 inch x 50 inch','50 inch x 50 inch');
selbox.options[selbox.options.length] = new Option('60 inch x 60 inch','60 inch x 60 inch');
selbox.options[selbox.options.length] = new Option('70 inch x 70 inch','70 inch x 70 inch');
selbox.options[selbox.options.length] = new Option('84 inch x 84 inch','84 inch x 84 inch');
selbox.options[selbox.options.length] = new Option('72 inch x 96 inch','72 inch x 96 inch');
selbox.options[selbox.options.length] = new Option('96 inch x 96 inch','96 inch x 96 inch');
}


if (chosen == "HDTV" && surfacePick == "High Contrast Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('65 inch','65 inch');
selbox.options[selbox.options.length] = new Option('73 inch','73 inch');
selbox.options[selbox.options.length] = new Option('82 inch','82 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
}


if (chosen == "HDTV" && surfacePick == "Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('65 inch','65 inch');
selbox.options[selbox.options.length] = new Option('73 inch','73 inch');
selbox.options[selbox.options.length] = new Option('82 inch','82 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
}


if (chosen == "HDTV" && surfacePick == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('65 inch','65 inch');
selbox.options[selbox.options.length] = new Option('73 inch','73 inch');
selbox.options[selbox.options.length] = new Option('82 inch','82 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
}


if (chosen == "16:10" && surfacePick == "High Contrast Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('67 inch','67 inch');
selbox.options[selbox.options.length] = new Option('76 inch','76 inch');
selbox.options[selbox.options.length] = new Option('85 inch','85 inch');
selbox.options[selbox.options.length] = new Option('94 inch','94 inch');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
}


if (chosen == "16:10" && surfacePick == "Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('67 inch','67 inch');
selbox.options[selbox.options.length] = new Option('76 inch','76 inch');
selbox.options[selbox.options.length] = new Option('85 inch','85 inch');
selbox.options[selbox.options.length] = new Option('94 inch','94 inch');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
}


if (chosen == "16:10" && surfacePick == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
}


if (chosen == "NTSC" && surfacePick == "High Contrast Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('6 ft','6 ft');
selbox.options[selbox.options.length] = new Option('7 ft','7 ft');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('10 ft','10 ft');
}


if (chosen == "NTSC" && surfacePick == "Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('6 ft','6 ft');
selbox.options[selbox.options.length] = new Option('7 ft','7 ft');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('10 ft','10 ft');
}


if (chosen == "NTSC" && surfacePick == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('6 ft','6 ft');
selbox.options[selbox.options.length] = new Option('7 ft','7 ft');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('10 ft','10 ft');
}


if (chosen == "15:9" && surfacePick == "High Contrast Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('66 inch','66 inch');
selbox.options[selbox.options.length] = new Option('75 inch','75 inch');
selbox.options[selbox.options.length] = new Option('93 inch','93 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('107 inch','107 inch');
}


if (chosen == "15:9" && surfacePick == "Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('66 inch','66 inch');
selbox.options[selbox.options.length] = new Option('75 inch','75 inch');
selbox.options[selbox.options.length] = new Option('93 inch','93 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('107 inch','107 inch');
}


if (chosen == "15:9" && surfacePick == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
}


if (chosen == "WideScreen" && surfacePick == "High Contrast Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
selbox.options[selbox.options.length] = new Option('108 inch','108 inch');
}


if (chosen == "WideScreen" && surfacePick == "Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
selbox.options[selbox.options.length] = new Option('108 inch','108 inch');
}


if (chosen == "WideScreen" && surfacePick == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
selbox.options[selbox.options.length] = new Option('108 inch','108 inch');
}


 formatPick = chosen; 
}
function storeSize(chosen) {
sizePick= chosen;
}

function ChooseProd() {
var Products = new Array(71)

Products["High Contrast Grey"+"AV"+"50 inch x 50 inch"] = "129066";
Products["Matt White"+"AV"+"50 inch x 50 inch"] = "129001";
Products["Glass Beaded"+"AV"+"50 inch x 50 inch"] = "129014";
Products["Matt White"+"HDTV"+"65 inch"] = "129106";
Products["Matt White"+"16:10"+"67 inch"] = "129141";
Products["High Contrast Grey"+"NTSC"+"6 ft"] = "129071";
Products["Glass Beaded"+"NTSC"+"6 ft"] = "129019";
Products["Glass Beaded"+"AV"+"60 inch x 60 inch"] = "129015";
Products["High Contrast Grey"+"AV"+"60 inch x 60 inch"] = "129067";
Products["High Contrast Grey"+"16:10"+"67 inch"] = "129146";
Products["Matt White"+"NTSC"+"6 ft"] = "129006";
Products["Glass Beaded"+"HDTV"+"65 inch"] = "129109";
Products["Matt White"+"AV"+"60 inch x 60 inch"] = "129002";
Products["High Contrast Grey"+"HDTV"+"65 inch"] = "129112";
Products["High Contrast Grey"+"15:9"+"66 inch"] = "129156";
Products["Matt White"+"15:9"+"66 inch"] = "129151";
Products["Matt White"+"16:10"+"76 inch"] = "129142";
Products["High Contrast Grey"+"16:10"+"76 inch"] = "129147";
Products["Matt White"+"AV"+"70 inch x 70 inch"] = "129003";
Products["Glass Beaded"+"AV"+"70 inch x 70 inch"] = "129016";
Products["Matt White"+"15:9"+"75 inch"] = "129152";
Products["Glass Beaded"+"NTSC"+"7 ft"] = "129020";
Products["High Contrast Grey"+"15:9"+"75 inch"] = "129157";
Products["Matt White"+"NTSC"+"7 ft"] = "129007";
Products["High Contrast Grey"+"AV"+"70 inch x 70 inch"] = "129068";
Products["Glass Beaded"+"HDTV"+"73 inch"] = "129110";
Products["High Contrast Grey"+"NTSC"+"7 ft"] = "129072";
Products["High Contrast Grey"+"HDTV"+"73 inch"] = "129113";
Products["Matt White"+"HDTV"+"73 inch"] = "129107";
Products["Matt White"+"16:10"+"85 inch"] = "129143";
Products["Glass Beaded"+"HDTV"+"82 inch"] = "129111";
Products["High Contrast Grey"+"16:10"+"85 inch"] = "129148";
Products["Matt White"+"HDTV"+"82 inch"] = "129108";
Products["Matt White"+"AV"+"84 inch x 84 inch"] = "129004";
Products["High Contrast Grey"+"15:9"+"93 inch"] = "129159";
Products["High Contrast Grey"+"15:9"+"84 inch"] = "129158";
Products["High Contrast Grey"+"HDTV"+"82 inch"] = "129114";
Products["Matt White"+"HDTV"+"92 inch"] = "129124";
Products["Glass Beaded"+"HDTV"+"92 inch"] = "129126";
Products["Matt White"+"15:9"+"93 inch"] = "129154";
Products["Matt White"+"15:9"+"84 inch"] = "129153";
Products["High Contrast Grey"+"16:10"+"94 inch"] = "129149";
Products["High Contrast Grey"+"WideScreen"+"99 inch"] = "129077";
Products["High Contrast Grey"+"AV"+"84 inch x 84 inch"] = "129069";
Products["Glass Beaded"+"WideScreen"+"99 inch"] = "129025";
Products["Matt White"+"WideScreen"+"99 inch"] = "129012";
Products["High Contrast Grey"+"NTSC"+"100 inch"] = "129073";
Products["High Contrast Grey"+"HDTV"+"92 inch"] = "129128";
Products["Glass Beaded"+"AV"+"84 inch x 84 inch"] = "129017";
Products["Glass Beaded"+"NTSC"+"100 inch"] = "129021";
Products["Matt White"+"16:10"+"94 inch"] = "129144";
Products["Matt White"+"NTSC"+"100 inch"] = "129008";
Products["High Contrast Grey"+"AV"+"72 inch x 96 inch"] = "129105";
Products["Matt White"+"AV"+"72 inch x 96 inch"] = "129103";
Products["Glass Beaded"+"AV"+"72 inch x 96 inch"] = "129104";
Products["Glass Beaded"+"HDTV"+"106 inch"] = "129127";
Products["Matt White"+"16:10"+"109 inch"] = "129145";
Products["High Contrast Grey"+"HDTV"+"106 inch"] = "129129";
Products["High Contrast Grey"+"16:10"+"109 inch"] = "129150";
Products["Glass Beaded"+"AV"+"96 inch x 96 inch"] = "129018";
Products["Matt White"+"HDTV"+"106 inch"] = "129125";
Products["High Contrast Grey"+"WideScreen"+"108 inch"] = "129078";
Products["High Contrast Grey"+"NTSC"+"10 ft"] = "129074";
Products["High Contrast Grey"+"AV"+"96 inch x 96 inch"] = "129070";
Products["Matt White"+"NTSC"+"10 ft"] = "129009";
Products["Glass Beaded"+"NTSC"+"10 ft"] = "129022";
Products["Matt White"+"15:9"+"107 inch"] = "129155";
Products["Matt White"+"WideScreen"+"108 inch"] = "129013";
Products["Matt White"+"AV"+"96 inch x 96 inch"] = "129005";
Products["High Contrast Grey"+"15:9"+"107 inch"] = "129160";
Products["Glass Beaded"+"WideScreen"+"108 inch"] = "129026";

var Desc = new Array(71)

Desc["High Contrast Grey"+"AV"+"50 inch x 50 inch"] = "Draper High Contrast Grey AV 50 inch x 50 inch screen :Baronet, 50 inch x 50 inch, AV, High Contrast Grey, 110 V";
Desc["Matt White"+"AV"+"50 inch x 50 inch"] = "Draper Matt White AV 50 inch x 50 inch screen :Baronet, 50 inch x 50 inch, AV, Matt White, 110 V";
Desc["Glass Beaded"+"AV"+"50 inch x 50 inch"] = "Draper Glass Beaded AV 50 inch x 50 inch screen :Baronet, 50 inch x 50 inch, AV, Glass Beaded, 110 V";
Desc["Matt White"+"HDTV"+"65 inch"] = "Draper Matt White HDTV 65 inch screen :Baronet, 65 inch, HDTV, Matt White, 110 V";
Desc["Matt White"+"16:10"+"67 inch"] = "Draper Matt White 16:10 67 inch screen :Baronet, 67 inch, 16:10, Matt White, 110 V";
Desc["High Contrast Grey"+"NTSC"+"6 ft"] = "Draper High Contrast Grey NTSC 6 ft screen :Baronet, 6', NTSC, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"NTSC"+"6 ft"] = "Draper Glass Beaded NTSC 6 ft screen :Baronet, 6', NTSC, Glass Beaded, 110 V";
Desc["Glass Beaded"+"AV"+"60 inch x 60 inch"] = "Draper Glass Beaded AV 60 inch x 60 inch screen :Baronet, 60 inch x 60 inch, AV, Glass Beaded, 110 V";
Desc["High Contrast Grey"+"AV"+"60 inch x 60 inch"] = "Draper High Contrast Grey AV 60 inch x 60 inch screen :Baronet, 60 inch x 60 inch, AV, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"16:10"+"67 inch"] = "Draper High Contrast Grey 16:10 67 inch screen :Baronet, 67 inch, 16:10, High Contrast Grey, 110 V";
Desc["Matt White"+"NTSC"+"6 ft"] = "Draper Matt White NTSC 6 ft screen :Baronet, 6', NTSC, Matt White, 110 V";
Desc["Glass Beaded"+"HDTV"+"65 inch"] = "Draper Glass Beaded HDTV 65 inch screen :Baronet, 65 inch, HDTV, Glass Beaded, 110 V";
Desc["Matt White"+"AV"+"60 inch x 60 inch"] = "Draper Matt White AV 60 inch x 60 inch screen :Baronet, 60 inch x 60 inch, AV, Matt White, 110 V";
Desc["High Contrast Grey"+"HDTV"+"65 inch"] = "Draper High Contrast Grey HDTV 65 inch screen :Baronet, 65 inch, HDTV, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"15:9"+"66 inch"] = "Draper High Contrast Grey 15:9 66 inch screen :Baronet, 66 inch, 15:9, High Contrast Grey, 110 V";
Desc["Matt White"+"15:9"+"66 inch"] = "Draper Matt White 15:9 66 inch screen :Baronet, 66 inch, 15:9, Matt White, 110 V";
Desc["Matt White"+"16:10"+"76 inch"] = "Draper Matt White 16:10 76 inch screen :Baronet, 76 inch, 16:10, Matt White, 110 V";
Desc["High Contrast Grey"+"16:10"+"76 inch"] = "Draper High Contrast Grey 16:10 76 inch screen :Baronet, 76 inch, 16:10, High Contrast Grey, 110 V";
Desc["Matt White"+"AV"+"70 inch x 70 inch"] = "Draper Matt White AV 70 inch x 70 inch screen :Baronet, 70 inch x 70 inch, AV, Matt White, 110 V";
Desc["Glass Beaded"+"AV"+"70 inch x 70 inch"] = "Draper Glass Beaded AV 70 inch x 70 inch screen :Baronet, 70 inch x 70 inch, AV, Glass Beaded, 110 V";
Desc["Matt White"+"15:9"+"75 inch"] = "Draper Matt White 15:9 75 inch screen :Baronet, 75 inch, 15:9, Matt White, 110 V";
Desc["Glass Beaded"+"NTSC"+"7 ft"] = "Draper Glass Beaded NTSC 7 ft screen :Baronet, 7', NTSC, Glass Beaded, 110 V";
Desc["High Contrast Grey"+"15:9"+"75 inch"] = "Draper High Contrast Grey 15:9 75 inch screen :Baronet, 75 inch, 15:9, High Contrast Grey, 110 V";
Desc["Matt White"+"NTSC"+"7 ft"] = "Draper Matt White NTSC 7 ft screen :Baronet, 7', NTSC, Matt White, 110 V";
Desc["High Contrast Grey"+"AV"+"70 inch x 70 inch"] = "Draper High Contrast Grey AV 70 inch x 70 inch screen :Baronet, 70 inch x 70 inch, AV, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"HDTV"+"73 inch"] = "Draper Glass Beaded HDTV 73 inch screen :Baronet, 73 inch, HDTV, Glass Beaded, 110 V";
Desc["High Contrast Grey"+"NTSC"+"7 ft"] = "Draper High Contrast Grey NTSC 7 ft screen :Baronet, 7', NTSC, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"HDTV"+"73 inch"] = "Draper High Contrast Grey HDTV 73 inch screen :Baronet, 73 inch, HDTV, High Contrast Grey, 110 V";
Desc["Matt White"+"HDTV"+"73 inch"] = "Draper Matt White HDTV 73 inch screen :Baronet, 73 inch, HDTV, Matt White, 110 V";
Desc["Matt White"+"16:10"+"85 inch"] = "Draper Matt White 16:10 85 inch screen :Baronet, 85 inch, 16:10, Matt White, 110 V";
Desc["Glass Beaded"+"HDTV"+"82 inch"] = "Draper Glass Beaded HDTV 82 inch screen :Baronet, 82 inch, HDTV, Glass Beaded, 110 V";
Desc["High Contrast Grey"+"16:10"+"85 inch"] = "Draper High Contrast Grey 16:10 85 inch screen :Baronet, 85 inch, 16:10, High Contrast Grey, 110 V";
Desc["Matt White"+"HDTV"+"82 inch"] = "Draper Matt White HDTV 82 inch screen :Baronet, 82 inch, HDTV, Matt White, 110 V";
Desc["Matt White"+"AV"+"84 inch x 84 inch"] = "Draper Matt White AV 84 inch x 84 inch screen :Baronet, 84 inch x 84 inch, AV, Matt White, 110 V";
Desc["High Contrast Grey"+"15:9"+"93 inch"] = "Draper High Contrast Grey 15:9 93 inch screen :Baronet, 93 inch, 15:9, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"15:9"+"84 inch"] = "Draper High Contrast Grey 15:9 84 inch screen :Baronet, 84 inch, 15:9, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"HDTV"+"82 inch"] = "Draper High Contrast Grey HDTV 82 inch screen :Baronet, 82 inch, HDTV, High Contrast Grey, 110 V";
Desc["Matt White"+"HDTV"+"92 inch"] = "Draper Matt White HDTV 92 inch screen :Baronet, 92 inch, HDTV, Matt White, 110 V";
Desc["Glass Beaded"+"HDTV"+"92 inch"] = "Draper Glass Beaded HDTV 92 inch screen :Baronet, 92 inch, HDTV, Glass Beaded, 110 V";
Desc["Matt White"+"15:9"+"93 inch"] = "Draper Matt White 15:9 93 inch screen :Baronet, 93 inch, 15:9, Matt White, 110 V";
Desc["Matt White"+"15:9"+"84 inch"] = "Draper Matt White 15:9 84 inch screen :Baronet, 84 inch, 15:9, Matt White, 110 V";
Desc["High Contrast Grey"+"16:10"+"94 inch"] = "Draper High Contrast Grey 16:10 94 inch screen :Baronet, 94 inch, 16:10, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"WideScreen"+"99 inch"] = "Draper High Contrast Grey WideScreen 99 inch screen :Baronet, 99 inch, WideScreen, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"AV"+"84 inch x 84 inch"] = "Draper High Contrast Grey AV 84 inch x 84 inch screen :Baronet, 84 inch x 84 inch, AV, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"WideScreen"+"99 inch"] = "Draper Glass Beaded WideScreen 99 inch screen :Baronet, 99 inch, WideScreen, Glass Beaded, 110 V";
Desc["Matt White"+"WideScreen"+"99 inch"] = "Draper Matt White WideScreen 99 inch screen :Baronet, 99 inch, WideScreen, Matt White, 110 V";
Desc["High Contrast Grey"+"NTSC"+"100 inch"] = "Draper High Contrast Grey NTSC 100 inch screen :Baronet, 100 inch, NTSC, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"HDTV"+"92 inch"] = "Draper High Contrast Grey HDTV 92 inch screen :Baronet, 92 inch, HDTV, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"AV"+"84 inch x 84 inch"] = "Draper Glass Beaded AV 84 inch x 84 inch screen :Baronet, 84 inch x 84 inch, AV, Glass Beaded, 110 V";
Desc["Glass Beaded"+"NTSC"+"100 inch"] = "Draper Glass Beaded NTSC 100 inch screen :Baronet, 100 inch, NTSC, Glass Beaded, 110 V";
Desc["Matt White"+"16:10"+"94 inch"] = "Draper Matt White 16:10 94 inch screen :Baronet, 94 inch, 16:10, Matt White, 110 V";
Desc["Matt White"+"NTSC"+"100 inch"] = "Draper Matt White NTSC 100 inch screen :Baronet, 100 inch, NTSC, Matt White, 110 V";
Desc["High Contrast Grey"+"AV"+"72 inch x 96 inch"] = "Draper High Contrast Grey AV 72 inch x 96 inch screen :Baronet, 72 inch x 96 inch, AV, High Contrast Grey, 110 V";
Desc["Matt White"+"AV"+"72 inch x 96 inch"] = "Draper Matt White AV 72 inch x 96 inch screen :Baronet, 72 inch x 96 inch, AV, Matt White, 110 V";
Desc["Glass Beaded"+"AV"+"72 inch x 96 inch"] = "Draper Glass Beaded AV 72 inch x 96 inch screen :Baronet, 72 inch x 96 inch, AV, Glass Beaded, 110 V";
Desc["Glass Beaded"+"HDTV"+"106 inch"] = "Draper Glass Beaded HDTV 106 inch screen :Baronet, 106 inch, HDTV, Glass Beaded, 110 V";
Desc["Matt White"+"16:10"+"109 inch"] = "Draper Matt White 16:10 109 inch screen :Baronet, 109 inch, 16:10, Matt White, 110 V";
Desc["High Contrast Grey"+"HDTV"+"106 inch"] = "Draper High Contrast Grey HDTV 106 inch screen :Baronet, 106 inch, HDTV, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"16:10"+"109 inch"] = "Draper High Contrast Grey 16:10 109 inch screen :Baronet, 109 inch, 16:10, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"AV"+"96 inch x 96 inch"] = "Draper Glass Beaded AV 96 inch x 96 inch screen :Baronet, 96 inch x 96 inch, AV, Glass Beaded, 110 V";
Desc["Matt White"+"HDTV"+"106 inch"] = "Draper Matt White HDTV 106 inch screen :Baronet, 106 inch, HDTV, Matt White, 110 V";
Desc["High Contrast Grey"+"WideScreen"+"108 inch"] = "Draper High Contrast Grey WideScreen 108 inch screen :Baronet, 108 inch, WideScreen, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"NTSC"+"10 ft"] = "Draper High Contrast Grey NTSC 10 ft screen :Baronet, 10', NTSC, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"AV"+"96 inch x 96 inch"] = "Draper High Contrast Grey AV 96 inch x 96 inch screen :Baronet, 96 inch x 96 inch, AV, High Contrast Grey, 110 V";
Desc["Matt White"+"NTSC"+"10 ft"] = "Draper Matt White NTSC 10 ft screen :Baronet, 10', NTSC, Matt White, 110 V";
Desc["Glass Beaded"+"NTSC"+"10 ft"] = "Draper Glass Beaded NTSC 10 ft screen :Baronet, 10', NTSC, Glass Beaded, 110 V";
Desc["Matt White"+"15:9"+"107 inch"] = "Draper Matt White 15:9 107 inch screen :Baronet, 107 inch, 15:9, Matt White, 110 V";
Desc["Matt White"+"WideScreen"+"108 inch"] = "Draper Matt White WideScreen 108 inch screen :Baronet, 108 inch, WideScreen, Matt White, 110 V";
Desc["Matt White"+"AV"+"96 inch x 96 inch"] = "Draper Matt White AV 96 inch x 96 inch screen :Baronet, 96 inch x 96 inch, AV, Matt White, 110 V";
Desc["High Contrast Grey"+"15:9"+"107 inch"] = "Draper High Contrast Grey 15:9 107 inch screen :Baronet, 107 inch, 15:9, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"WideScreen"+"108 inch"] = "Draper Glass Beaded WideScreen 108 inch screen :Baronet, 108 inch, WideScreen, Glass Beaded, 110 V";

var Cost = new Array(71)

Cost["High Contrast Grey"+"AV"+"50 inch x 50 inch"] = 431.5;
Cost["Matt White"+"AV"+"50 inch x 50 inch"] = 431.5;
Cost["Glass Beaded"+"AV"+"50 inch x 50 inch"] = 431.5;
Cost["Matt White"+"HDTV"+"65 inch"] = 426.7;
Cost["Matt White"+"16:10"+"67 inch"] = 426.7;
Cost["High Contrast Grey"+"NTSC"+"6 ft"] = 426.7;
Cost["Glass Beaded"+"NTSC"+"6 ft"] = 426.7;
Cost["Glass Beaded"+"AV"+"60 inch x 60 inch"] = 438.8;
Cost["High Contrast Grey"+"AV"+"60 inch x 60 inch"] = 438.8;
Cost["High Contrast Grey"+"16:10"+"67 inch"] = 426.7;
Cost["Matt White"+"NTSC"+"6 ft"] = 426.7;
Cost["Glass Beaded"+"HDTV"+"65 inch"] = 426.7;
Cost["Matt White"+"AV"+"60 inch x 60 inch"] = 438.8;
Cost["High Contrast Grey"+"HDTV"+"65 inch"] = 426.7;
Cost["High Contrast Grey"+"15:9"+"66 inch"] = 426.7;
Cost["Matt White"+"15:9"+"66 inch"] = 426.7;
Cost["Matt White"+"16:10"+"76 inch"] = 461.7;
Cost["High Contrast Grey"+"16:10"+"76 inch"] = 461.7;
Cost["Matt White"+"AV"+"70 inch x 70 inch"] = 450.7;
Cost["Glass Beaded"+"AV"+"70 inch x 70 inch"] = 450.7;
Cost["Matt White"+"15:9"+"75 inch"] = 461.7;
Cost["Glass Beaded"+"NTSC"+"7 ft"] = 461.7;
Cost["High Contrast Grey"+"15:9"+"75 inch"] = 461.7;
Cost["Matt White"+"NTSC"+"7 ft"] = 461.7;
Cost["High Contrast Grey"+"AV"+"70 inch x 70 inch"] = 450.7;
Cost["Glass Beaded"+"HDTV"+"73 inch"] = 461.7;
Cost["High Contrast Grey"+"NTSC"+"7 ft"] = 461.7;
Cost["High Contrast Grey"+"HDTV"+"73 inch"] = 461.7;
Cost["Matt White"+"HDTV"+"73 inch"] = 461.7;
Cost["Matt White"+"16:10"+"85 inch"] = 471.2;
Cost["Glass Beaded"+"HDTV"+"82 inch"] = 471.2;
Cost["High Contrast Grey"+"16:10"+"85 inch"] = 471.2;
Cost["Matt White"+"HDTV"+"82 inch"] = 471.2;
Cost["Matt White"+"AV"+"84 inch x 84 inch"] = 520.2;
Cost["High Contrast Grey"+"15:9"+"93 inch"] = 481.7;
Cost["High Contrast Grey"+"15:9"+"84 inch"] = 476.2;
Cost["High Contrast Grey"+"HDTV"+"82 inch"] = 476.2;
Cost["Matt White"+"HDTV"+"92 inch"] = 481.7;
Cost["Glass Beaded"+"HDTV"+"92 inch"] = 481.7;
Cost["Matt White"+"15:9"+"93 inch"] = 481.7;
Cost["Matt White"+"15:9"+"84 inch"] = 476.2;
Cost["High Contrast Grey"+"16:10"+"94 inch"] = 481.7;
Cost["High Contrast Grey"+"WideScreen"+"99 inch"] = 529;
Cost["High Contrast Grey"+"AV"+"84 inch x 84 inch"] = 520.2;
Cost["Glass Beaded"+"WideScreen"+"99 inch"] = 529;
Cost["Matt White"+"WideScreen"+"99 inch"] = 529;
Cost["High Contrast Grey"+"NTSC"+"100 inch"] = 481.7;
Cost["High Contrast Grey"+"HDTV"+"92 inch"] = 481.7;
Cost["Glass Beaded"+"AV"+"84 inch x 84 inch"] = 520.2;
Cost["Glass Beaded"+"NTSC"+"100 inch"] = 481.7;
Cost["Matt White"+"16:10"+"94 inch"] = 481.7;
Cost["Matt White"+"NTSC"+"100 inch"] = 481.7;
Cost["High Contrast Grey"+"AV"+"72 inch x 96 inch"] = 535.5;
Cost["Matt White"+"AV"+"72 inch x 96 inch"] = 535.5;
Cost["Glass Beaded"+"AV"+"72 inch x 96 inch"] = 535.5;
Cost["Glass Beaded"+"HDTV"+"106 inch"] = 536.5;
Cost["Matt White"+"16:10"+"109 inch"] = 536.5;
Cost["High Contrast Grey"+"HDTV"+"106 inch"] = 536.5;
Cost["High Contrast Grey"+"16:10"+"109 inch"] = 536.5;
Cost["Glass Beaded"+"AV"+"96 inch x 96 inch"] = 569.5;
Cost["Matt White"+"HDTV"+"106 inch"] = 536.5;
Cost["High Contrast Grey"+"WideScreen"+"108 inch"] = 536.5;
Cost["High Contrast Grey"+"NTSC"+"10 ft"] = 536.5;
Cost["High Contrast Grey"+"AV"+"96 inch x 96 inch"] = 569.5;
Cost["Matt White"+"NTSC"+"10 ft"] = 536.5;
Cost["Glass Beaded"+"NTSC"+"10 ft"] = 536.5;
Cost["Matt White"+"15:9"+"107 inch"] = 536.5;
Cost["Matt White"+"WideScreen"+"108 inch"] = 536.5;
Cost["Matt White"+"AV"+"96 inch x 96 inch"] = 569.5;
Cost["High Contrast Grey"+"15:9"+"107 inch"] = 536.5;
Cost["Glass Beaded"+"WideScreen"+"108 inch"] = 536.5;

document.all.unitInfo.innerHTML = surfacePick + " " + formatPick+ " " + sizePick
document.all.cost.innerHTML = "Our Price $" + Cost[surfacePick+formatPick+sizePick] +" Including Free Shipping <br><br>" 
document.Prod.PartNo.value = Products[surfacePick+formatPick+sizePick];
document.Prod.Item.value = Desc[surfacePick+formatPick+sizePick];
document.Prod.Price.value = Cost[surfacePick+formatPick+sizePick];
document.all.button.innerHTML = '<input type="submit" value="ADD TO CART" class="btn">'
}
function resetCost() {
document.all.unitInfo.innerHTML = ""
document.all.cost.innerHTML = "Select a Material, Format and Screen Size below<br><br> "
document.all.button.innerHTML = '<input disabled type="submit" value="ADD TO CART" class="btn">'
}



