
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 == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
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 == "High Contrast Grey") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
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('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 == "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('96 inch x 96 inch','96 inch x 96 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('7 ft x 9 ft','7 ft x 9 ft');
selbox.options[selbox.options.length] = new Option('9 ft x 9 ft','9 ft x 9 ft');
selbox.options[selbox.options.length] = new Option('8 ft x 10 ft','8 ft x 10 ft');
selbox.options[selbox.options.length] = new Option('10 ft x 10 ft','10 ft x 10 ft');
selbox.options[selbox.options.length] = new Option('9 ft x 12 ft','9 ft x 12 ft');
selbox.options[selbox.options.length] = new Option('12 ft x 12 ft','12 ft x 12 ft');
}


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');
selbox.options[selbox.options.length] = new Option('7 ft x 9 ft','7 ft x 9 ft');
selbox.options[selbox.options.length] = new Option('8 ft x 10 ft','8 ft x 10 ft');
}


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('96 inch x 96 inch','96 inch x 96 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('7 ft x 9 ft','7 ft x 9 ft');
selbox.options[selbox.options.length] = new Option('9 ft x 9 ft','9 ft x 9 ft');
selbox.options[selbox.options.length] = new Option('8 ft x 10 ft','8 ft x 10 ft');
selbox.options[selbox.options.length] = new Option('10 ft x 10 ft','10 ft x 10 ft');
selbox.options[selbox.options.length] = new Option('9 ft x 12 ft','9 ft x 12 ft');
selbox.options[selbox.options.length] = new Option('12 ft x 12 ft','12 ft x 12 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');
selbox.options[selbox.options.length] = new Option('11 ft','11 ft');
selbox.options[selbox.options.length] = new Option('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('15 ft','15 ft');
}


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');
selbox.options[selbox.options.length] = new Option('11 ft','11 ft');
selbox.options[selbox.options.length] = new Option('150 inch','150 inch');
}


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');
selbox.options[selbox.options.length] = new Option('11 ft','11 ft');
selbox.options[selbox.options.length] = new Option('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('15 ft','15 ft');
}


if (chosen == "HDTV" && surfacePick == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 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('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 inch');
}


if (chosen == "HDTV" && surfacePick == "Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 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');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('162 inch','162 inch');
}


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');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('162 inch','162 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');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('162 inch','162 inch');
}


 formatPick = chosen; 
}
function storeSize(chosen) {
sizePick= chosen;
}

function ChooseProd() {
var Products = new Array(82)

Products["Glass Beaded"+"AV"+"50 inch x 50 inch"] = "203029";
Products["High Contrast Grey"+"AV"+"50 inch x 50 inch"] = "203073";
Products["Matt White"+"AV"+"50 inch x 50 inch"] = "203001";
Products["High Contrast Grey"+"NTSC"+"6 ft"] = "203081";
Products["Matt White"+"NTSC"+"6 ft"] = "203013";
Products["Glass Beaded"+"NTSC"+"6 ft"] = "203041";
Products["Glass Beaded"+"AV"+"60 inch x 60 inch"] = "203030";
Products["Matt White"+"AV"+"60 inch x 60 inch"] = "203002";
Products["High Contrast Grey"+"AV"+"60 inch x 60 inch"] = "203074";
Products["Glass Beaded"+"NTSC"+"7 ft"] = "203042";
Products["High Contrast Grey"+"NTSC"+"7 ft"] = "203082";
Products["Matt White"+"NTSC"+"7 ft"] = "203014";
Products["High Contrast Grey"+"AV"+"70 inch x 70 inch"] = "203075";
Products["Matt White"+"AV"+"70 inch x 70 inch"] = "203003";
Products["Glass Beaded"+"AV"+"70 inch x 70 inch"] = "203031";
Products["High Contrast Grey"+"HDTV"+"92 inch"] = "203104";
Products["Matt White"+"HDTV"+"92 inch"] = "203100";
Products["Glass Beaded"+"HDTV"+"92 inch"] = "203102";
Products["Matt White"+"NTSC"+"100 inch"] = "203015";
Products["High Contrast Grey"+"NTSC"+"100 inch"] = "203083";
Products["Glass Beaded"+"NTSC"+"100 inch"] = "203043";
Products["High Contrast Grey"+"AV"+"84 inch x 84 inch"] = "203076";
Products["Matt White"+"AV"+"84 inch x 84 inch"] = "203004";
Products["Glass Beaded"+"AV"+"84 inch x 84 inch"] = "203032";
Products["Glass Beaded"+"WideScreen"+"99 inch"] = "203052";
Products["Matt White"+"WideScreen"+"99 inch"] = "203024";
Products["High Contrast Grey"+"WideScreen"+"99 inch"] = "203091";
Products["Glass Beaded"+"AV"+"96 inch x 96 inch"] = "203034";
Products["High Contrast Grey"+"AV"+"72 inch x 96 inch"] = "203077";
Products["High Contrast Grey"+"AV"+"96 inch x 96 inch"] = "203078";
Products["Glass Beaded"+"WideScreen"+"108 inch"] = "203053";
Products["High Contrast Grey"+"WideScreen"+"108 inch"] = "203092";
Products["Glass Beaded"+"AV"+"72 inch x 96 inch"] = "203033";
Products["High Contrast Grey"+"HDTV"+"106 inch"] = "203105";
Products["Glass Beaded"+"HDTV"+"106 inch"] = "203103";
Products["Matt White"+"HDTV"+"106 inch"] = "203101";
Products["Matt White"+"AV"+"96 inch x 96 inch"] = "203006";
Products["Matt White"+"AV"+"72 inch x 96 inch"] = "203005";
Products["Matt White"+"WideScreen"+"108 inch"] = "203025";
Products["Matt White"+"NTSC"+"10 ft"] = "203016";
Products["High Contrast Grey"+"NTSC"+"10 ft"] = "203084";
Products["Glass Beaded"+"NTSC"+"10 ft"] = "203044";
Products["Matt White"+"AV"+"7 ft x 9 ft"] = "203007";
Products["Glass Beaded"+"WideScreen"+"120 inch"] = "203054";
Products["Glass Beaded"+"AV"+"7 ft x 9 ft"] = "203035";
Products["High Contrast Grey"+"WideScreen"+"120 inch"] = "203093";
Products["High Contrast Grey"+"HDTV"+"119 inch"] = "203099";
Products["Glass Beaded"+"HDTV"+"119 inch"] = "203097";
Products["Matt White"+"HDTV"+"119 inch"] = "203096";
Products["Matt White"+"WideScreen"+"120 inch"] = "203026";
Products["High Contrast Grey"+"AV"+"7 ft x 9 ft"] = "203079";
Products["Glass Beaded"+"NTSC"+"11 ft"] = "203045";
Products["High Contrast Grey"+"NTSC"+"11 ft"] = "203085";
Products["Matt White"+"NTSC"+"11 ft"] = "203017";
Products["Matt White"+"AV"+"9 ft x 9 ft"] = "203008";
Products["Glass Beaded"+"AV"+"9 ft x 9 ft"] = "203036";
Products["Glass Beaded"+"WideScreen"+"132 inch"] = "203055";
Products["Glass Beaded"+"HDTV"+"133 inch"] = "203050";
Products["High Contrast Grey"+"HDTV"+"133 inch"] = "203089";
Products["High Contrast Grey"+"WideScreen"+"132 inch"] = "203094";
Products["Matt White"+"WideScreen"+"132 inch"] = "203027";
Products["Matt White"+"HDTV"+"133 inch"] = "203022";
Products["High Contrast Grey"+"AV"+"8 ft x 10 ft"] = "203080";
Products["Glass Beaded"+"AV"+"8 ft x 10 ft"] = "203037";
Products["Matt White"+"AV"+"8 ft x 10 ft"] = "203009";
Products["High Contrast Grey"+"NTSC"+"150 inch"] = "203086";
Products["Glass Beaded"+"NTSC"+"150 inch"] = "203046";
Products["Matt White"+"NTSC"+"150 inch"] = "203018";
Products["Matt White"+"AV"+"10 ft x 10 ft"] = "203010";
Products["Glass Beaded"+"AV"+"10 ft x 10 ft"] = "203038";
Products["Glass Beaded"+"HDTV"+"161 inch"] = "203051";
Products["High Contrast Grey"+"HDTV"+"161 inch"] = "203090";
Products["Glass Beaded"+"WideScreen"+"162 inch"] = "203056";
Products["High Contrast Grey"+"WideScreen"+"162 inch"] = "203095";
Products["Matt White"+"WideScreen"+"162 inch"] = "203028";
Products["Matt White"+"HDTV"+"161 inch"] = "203023";
Products["Glass Beaded"+"NTSC"+"15 ft"] = "203047";
Products["Matt White"+"NTSC"+"15 ft"] = "203019";
Products["Matt White"+"AV"+"9 ft x 12 ft"] = "203011";
Products["Glass Beaded"+"AV"+"9 ft x 12 ft"] = "203039";
Products["Matt White"+"AV"+"12 ft x 12 ft"] = "203012";
Products["Glass Beaded"+"AV"+"12 ft x 12 ft"] = "203040";

var Desc = new Array(82)

Desc["Glass Beaded"+"AV"+"50 inch x 50 inch"] = "Draper Glass Beaded AV 50 inch x 50 inch screen :Access/Series M, 50 inch x 50 inch, AV, Glass Beaded";
Desc["High Contrast Grey"+"AV"+"50 inch x 50 inch"] = "Draper High Contrast Grey AV 50 inch x 50 inch screen :Access/Series M, 50 inch x 50 inch, AV, High Contrast Grey";
Desc["Matt White"+"AV"+"50 inch x 50 inch"] = "Draper Matt White AV 50 inch x 50 inch screen :Access/Series M, 50 inch x 50 inch, AV, Matt White";
Desc["High Contrast Grey"+"NTSC"+"6 ft"] = "Draper High Contrast Grey NTSC 6 ft screen :Access/Series M, 6', NTSC, High Contrast Grey";
Desc["Matt White"+"NTSC"+"6 ft"] = "Draper Matt White NTSC 6 ft screen :Access/Series M, 6', NTSC, Matt White";
Desc["Glass Beaded"+"NTSC"+"6 ft"] = "Draper Glass Beaded NTSC 6 ft screen :Access/Series M, 6', NTSC, Glass Beaded";
Desc["Glass Beaded"+"AV"+"60 inch x 60 inch"] = "Draper Glass Beaded AV 60 inch x 60 inch screen :Access/Series M, 60 inch x 60 inch, AV, Glass Beaded";
Desc["Matt White"+"AV"+"60 inch x 60 inch"] = "Draper Matt White AV 60 inch x 60 inch screen :Access/Series M, 60 inch x 60 inch, AV, Matt White";
Desc["High Contrast Grey"+"AV"+"60 inch x 60 inch"] = "Draper High Contrast Grey AV 60 inch x 60 inch screen :Access/Series M, 60 inch x 60 inch, AV, High Contrast Grey";
Desc["Glass Beaded"+"NTSC"+"7 ft"] = "Draper Glass Beaded NTSC 7 ft screen :Access/Series M, 7', NTSC, Glass Beaded";
Desc["High Contrast Grey"+"NTSC"+"7 ft"] = "Draper High Contrast Grey NTSC 7 ft screen :Access/Series M, 7', NTSC, High Contrast Grey";
Desc["Matt White"+"NTSC"+"7 ft"] = "Draper Matt White NTSC 7 ft screen :Access/Series M, 7', NTSC, Matt White";
Desc["High Contrast Grey"+"AV"+"70 inch x 70 inch"] = "Draper High Contrast Grey AV 70 inch x 70 inch screen :Access/Series M, 70 inch x 70 inch, AV, High Contrast Grey";
Desc["Matt White"+"AV"+"70 inch x 70 inch"] = "Draper Matt White AV 70 inch x 70 inch screen :Access/Series M, 70 inch x 70 inch, AV, Matt White";
Desc["Glass Beaded"+"AV"+"70 inch x 70 inch"] = "Draper Glass Beaded AV 70 inch x 70 inch screen :Access/Series M, 70 inch x 70 inch, AV, Glass Beaded";
Desc["High Contrast Grey"+"HDTV"+"92 inch"] = "Draper High Contrast Grey HDTV 92 inch screen :Access/Series M, 92 inch, HDTV, High Contrast Grey";
Desc["Matt White"+"HDTV"+"92 inch"] = "Draper Matt White HDTV 92 inch screen :Access/Series M, 92 inch, HDTV, Matt White";
Desc["Glass Beaded"+"HDTV"+"92 inch"] = "Draper Glass Beaded HDTV 92 inch screen :Access/Series M, 92 inch, HDTV, Glass Beaded";
Desc["Matt White"+"NTSC"+"100 inch"] = "Draper Matt White NTSC 100 inch screen :Access/Series M, 100 inch, NTSC, Matt White";
Desc["High Contrast Grey"+"NTSC"+"100 inch"] = "Draper High Contrast Grey NTSC 100 inch screen :Access/Series M, 100 inch, NTSC, High Contrast Grey";
Desc["Glass Beaded"+"NTSC"+"100 inch"] = "Draper Glass Beaded NTSC 100 inch screen :Access/Series M, 100 inch, NTSC, Glass Beaded";
Desc["High Contrast Grey"+"AV"+"84 inch x 84 inch"] = "Draper High Contrast Grey AV 84 inch x 84 inch screen :Access/Series M, 84 inch x 84 inch, AV, High Contrast Grey";
Desc["Matt White"+"AV"+"84 inch x 84 inch"] = "Draper Matt White AV 84 inch x 84 inch screen :Access/Series M, 84 inch x 84 inch, AV, Matt White";
Desc["Glass Beaded"+"AV"+"84 inch x 84 inch"] = "Draper Glass Beaded AV 84 inch x 84 inch screen :Access/Series M, 84 inch x 84 inch, AV, Glass Beaded";
Desc["Glass Beaded"+"WideScreen"+"99 inch"] = "Draper Glass Beaded WideScreen 99 inch screen :Access/Series M, 99 inch, WideScreen, Glass Beaded";
Desc["Matt White"+"WideScreen"+"99 inch"] = "Draper Matt White WideScreen 99 inch screen :Access/Series M, 99 inch, WideScreen, Matt White";
Desc["High Contrast Grey"+"WideScreen"+"99 inch"] = "Draper High Contrast Grey WideScreen 99 inch screen :Access/Series M, 99 inch, WideScreen, High Contrast Grey";
Desc["Glass Beaded"+"AV"+"96 inch x 96 inch"] = "Draper Glass Beaded AV 96 inch x 96 inch screen :Access/Series M, 96 inch x 96 inch, AV, Glass Beaded";
Desc["High Contrast Grey"+"AV"+"72 inch x 96 inch"] = "Draper High Contrast Grey AV 72 inch x 96 inch screen :Access/Series M, 72 inch x 96 inch, AV, High Contrast Grey";
Desc["High Contrast Grey"+"AV"+"96 inch x 96 inch"] = "Draper High Contrast Grey AV 96 inch x 96 inch screen :Access/Series M, 96 inch x 96 inch, AV, High Contrast Grey";
Desc["Glass Beaded"+"WideScreen"+"108 inch"] = "Draper Glass Beaded WideScreen 108 inch screen :Access/Series M, 108 inch, WideScreen, Glass Beaded";
Desc["High Contrast Grey"+"WideScreen"+"108 inch"] = "Draper High Contrast Grey WideScreen 108 inch screen :Access/Series M, 108 inch, WideScreen, High Contrast Grey";
Desc["Glass Beaded"+"AV"+"72 inch x 96 inch"] = "Draper Glass Beaded AV 72 inch x 96 inch screen :Access/Series M, 72 inch x 96 inch, AV, Glass Beaded";
Desc["High Contrast Grey"+"HDTV"+"106 inch"] = "Draper High Contrast Grey HDTV 106 inch screen :Access/Series M, 106 inch, HDTV, High Contrast Grey";
Desc["Glass Beaded"+"HDTV"+"106 inch"] = "Draper Glass Beaded HDTV 106 inch screen :Access/Series M, 106 inch, HDTV, Glass Beaded";
Desc["Matt White"+"HDTV"+"106 inch"] = "Draper Matt White HDTV 106 inch screen :Access/Series M, 106 inch, HDTV, Matt White";
Desc["Matt White"+"AV"+"96 inch x 96 inch"] = "Draper Matt White AV 96 inch x 96 inch screen :Access/Series M, 96 inch x 96 inch, AV, Matt White";
Desc["Matt White"+"AV"+"72 inch x 96 inch"] = "Draper Matt White AV 72 inch x 96 inch screen :Access/Series M, 72 inch x 96 inch, AV, Matt White";
Desc["Matt White"+"WideScreen"+"108 inch"] = "Draper Matt White WideScreen 108 inch screen :Access/Series M, 108 inch, WideScreen, Matt White";
Desc["Matt White"+"NTSC"+"10 ft"] = "Draper Matt White NTSC 10 ft screen :Access/Series M, 10', NTSC, Matt White";
Desc["High Contrast Grey"+"NTSC"+"10 ft"] = "Draper High Contrast Grey NTSC 10 ft screen :Access/Series M, 10', NTSC, High Contrast Grey";
Desc["Glass Beaded"+"NTSC"+"10 ft"] = "Draper Glass Beaded NTSC 10 ft screen :Access/Series M, 10', NTSC, Glass Beaded";
Desc["Matt White"+"AV"+"7 ft x 9 ft"] = "Draper Matt White AV 7 ft x 9 ft screen :Access/Series M, 7' x 9', AV, Matt White";
Desc["Glass Beaded"+"WideScreen"+"120 inch"] = "Draper Glass Beaded WideScreen 120 inch screen :Access/Series M, 120 inch, WideScreen, Glass Beaded";
Desc["Glass Beaded"+"AV"+"7 ft x 9 ft"] = "Draper Glass Beaded AV 7 ft x 9 ft screen :Access/Series M, 7' x 9', AV, Glass Beaded";
Desc["High Contrast Grey"+"WideScreen"+"120 inch"] = "Draper High Contrast Grey WideScreen 120 inch screen :Access/Series M, 120 inch, WideScreen, High Contrast Grey";
Desc["High Contrast Grey"+"HDTV"+"119 inch"] = "Draper High Contrast Grey HDTV 119 inch screen :Access/Series M, 119 inch, HDTV, High Contrast Grey";
Desc["Glass Beaded"+"HDTV"+"119 inch"] = "Draper Glass Beaded HDTV 119 inch screen :Access/Series M, 119 inch, HDTV, Glass Beaded";
Desc["Matt White"+"HDTV"+"119 inch"] = "Draper Matt White HDTV 119 inch screen :Access/Series M, 119 inch, HDTV, Matt White";
Desc["Matt White"+"WideScreen"+"120 inch"] = "Draper Matt White WideScreen 120 inch screen :Access/Series M, 120 inch, WideScreen, Matt White";
Desc["High Contrast Grey"+"AV"+"7 ft x 9 ft"] = "Draper High Contrast Grey AV 7 ft x 9 ft screen :Access/Series M, 7' x 9', AV, High Contrast Grey";
Desc["Glass Beaded"+"NTSC"+"11 ft"] = "Draper Glass Beaded NTSC 11 ft screen :Access/Series M, 11', NTSC, Glass Beaded";
Desc["High Contrast Grey"+"NTSC"+"11 ft"] = "Draper High Contrast Grey NTSC 11 ft screen :Access/Series M, 11', NTSC, High Contrast Grey";
Desc["Matt White"+"NTSC"+"11 ft"] = "Draper Matt White NTSC 11 ft screen :Access/Series M, 11', NTSC, Matt White";
Desc["Matt White"+"AV"+"9 ft x 9 ft"] = "Draper Matt White AV 9 ft x 9 ft screen :Access/Series M, 9' x 9', AV, Matt White";
Desc["Glass Beaded"+"AV"+"9 ft x 9 ft"] = "Draper Glass Beaded AV 9 ft x 9 ft screen :Access/Series M, 9' x 9', AV, Glass Beaded";
Desc["Glass Beaded"+"WideScreen"+"132 inch"] = "Draper Glass Beaded WideScreen 132 inch screen :Access/Series M, 132 inch, WideScreen, Glass Beaded";
Desc["Glass Beaded"+"HDTV"+"133 inch"] = "Draper Glass Beaded HDTV 133 inch screen :Access/Series M, 133 inch, HDTV, Glass Beaded";
Desc["High Contrast Grey"+"HDTV"+"133 inch"] = "Draper High Contrast Grey HDTV 133 inch screen :Access/Series M, 133 inch, HDTV, High Contrast Grey";
Desc["High Contrast Grey"+"WideScreen"+"132 inch"] = "Draper High Contrast Grey WideScreen 132 inch screen :Access/Series M, 132 inch, WideScreen, High Contrast Grey";
Desc["Matt White"+"WideScreen"+"132 inch"] = "Draper Matt White WideScreen 132 inch screen :Access/Series M, 132 inch, WideScreen, Matt White";
Desc["Matt White"+"HDTV"+"133 inch"] = "Draper Matt White HDTV 133 inch screen :Access/Series M, 133 inch, HDTV, Matt White";
Desc["High Contrast Grey"+"AV"+"8 ft x 10 ft"] = "Draper High Contrast Grey AV 8 ft x 10 ft screen :Access/Series M, 8' x 10', AV, High Contrast Grey";
Desc["Glass Beaded"+"AV"+"8 ft x 10 ft"] = "Draper Glass Beaded AV 8 ft x 10 ft screen :Access/Series M, 8' x 10', AV, Glass Beaded";
Desc["Matt White"+"AV"+"8 ft x 10 ft"] = "Draper Matt White AV 8 ft x 10 ft screen :Access/Series M, 8' x 10', AV, Matt White";
Desc["High Contrast Grey"+"NTSC"+"150 inch"] = "Draper High Contrast Grey NTSC 150 inch screen :Access/Series M, 150 inch, NTSC, High Contrast Grey";
Desc["Glass Beaded"+"NTSC"+"150 inch"] = "Draper Glass Beaded NTSC 150 inch screen :Access/Series M, 150 inch, NTSC, Glass Beaded";
Desc["Matt White"+"NTSC"+"150 inch"] = "Draper Matt White NTSC 150 inch screen :Access/Series M, 150 inch, NTSC, Matt White";
Desc["Matt White"+"AV"+"10 ft x 10 ft"] = "Draper Matt White AV 10 ft x 10 ft screen :Access/Series M, 10' x 10', AV, Matt White";
Desc["Glass Beaded"+"AV"+"10 ft x 10 ft"] = "Draper Glass Beaded AV 10 ft x 10 ft screen :Access/Series M, 10' x 10', AV, Glass Beaded";
Desc["Glass Beaded"+"HDTV"+"161 inch"] = "Draper Glass Beaded HDTV 161 inch screen :Access/Series M, 161 inch, HDTV, Glass Beaded";
Desc["High Contrast Grey"+"HDTV"+"161 inch"] = "Draper High Contrast Grey HDTV 161 inch screen :Access/Series M, 161 inch, HDTV, High Contrast Grey";
Desc["Glass Beaded"+"WideScreen"+"162 inch"] = "Draper Glass Beaded WideScreen 162 inch screen :Access/Series M, 162 inch, WideScreen, Glass Beaded";
Desc["High Contrast Grey"+"WideScreen"+"162 inch"] = "Draper High Contrast Grey WideScreen 162 inch screen :Access/Series M, 162 inch, WideScreen, High Contrast Grey";
Desc["Matt White"+"WideScreen"+"162 inch"] = "Draper Matt White WideScreen 162 inch screen :Access/Series M, 162 inch, WideScreen, Matt White";
Desc["Matt White"+"HDTV"+"161 inch"] = "Draper Matt White HDTV 161 inch screen :Access/Series M, 161 inch, HDTV, Matt White";
Desc["Glass Beaded"+"NTSC"+"15 ft"] = "Draper Glass Beaded NTSC 15 ft screen :Access/Series M, 15', NTSC, Glass Beaded";
Desc["Matt White"+"NTSC"+"15 ft"] = "Draper Matt White NTSC 15 ft screen :Access/Series M, 15', NTSC, Matt White";
Desc["Matt White"+"AV"+"9 ft x 12 ft"] = "Draper Matt White AV 9 ft x 12 ft screen :Access/Series M, 9' x 12', AV, Matt White";
Desc["Glass Beaded"+"AV"+"9 ft x 12 ft"] = "Draper Glass Beaded AV 9 ft x 12 ft screen :Access/Series M, 9' x 12', AV, Glass Beaded";
Desc["Matt White"+"AV"+"12 ft x 12 ft"] = "Draper Matt White AV 12 ft x 12 ft screen :Access/Series M, 12' x 12', AV, Matt White";
Desc["Glass Beaded"+"AV"+"12 ft x 12 ft"] = "Draper Glass Beaded AV 12 ft x 12 ft screen :Access/Series M, 12' x 12', AV, Glass Beaded";

var Cost = new Array(82)

Cost["Glass Beaded"+"AV"+"50 inch x 50 inch"] = 518.7;
Cost["High Contrast Grey"+"AV"+"50 inch x 50 inch"] = 518.7;
Cost["Matt White"+"AV"+"50 inch x 50 inch"] = 509.9;
Cost["High Contrast Grey"+"NTSC"+"6 ft"] = 525.2;
Cost["Matt White"+"NTSC"+"6 ft"] = 516.4;
Cost["Glass Beaded"+"NTSC"+"6 ft"] = 525.2;
Cost["Glass Beaded"+"AV"+"60 inch x 60 inch"] = 530.2;
Cost["Matt White"+"AV"+"60 inch x 60 inch"] = 521.4;
Cost["High Contrast Grey"+"AV"+"60 inch x 60 inch"] = 530.2;
Cost["Glass Beaded"+"NTSC"+"7 ft"] = 559.4;
Cost["High Contrast Grey"+"NTSC"+"7 ft"] = 559.4;
Cost["Matt White"+"NTSC"+"7 ft"] = 550.6;
Cost["High Contrast Grey"+"AV"+"70 inch x 70 inch"] = 562.5;
Cost["Matt White"+"AV"+"70 inch x 70 inch"] = 552.6;
Cost["Glass Beaded"+"AV"+"70 inch x 70 inch"] = 562.5;
Cost["High Contrast Grey"+"HDTV"+"92 inch"] = 580.6;
Cost["Matt White"+"HDTV"+"92 inch"] = 570.7;
Cost["Glass Beaded"+"HDTV"+"92 inch"] = 580.6;
Cost["Matt White"+"NTSC"+"100 inch"] = 588.2;
Cost["High Contrast Grey"+"NTSC"+"100 inch"] = 598.1;
Cost["Glass Beaded"+"NTSC"+"100 inch"] = 598.1;
Cost["High Contrast Grey"+"AV"+"84 inch x 84 inch"] = 600.1;
Cost["Matt White"+"AV"+"84 inch x 84 inch"] = 590.2;
Cost["Glass Beaded"+"AV"+"84 inch x 84 inch"] = 600.1;
Cost["Glass Beaded"+"WideScreen"+"99 inch"] = 601.1;
Cost["Matt White"+"WideScreen"+"99 inch"] = 591.2;
Cost["High Contrast Grey"+"WideScreen"+"99 inch"] = 601.1;
Cost["Glass Beaded"+"AV"+"96 inch x 96 inch"] = 664.4;
Cost["High Contrast Grey"+"AV"+"72 inch x 96 inch"] = 646.8;
Cost["High Contrast Grey"+"AV"+"96 inch x 96 inch"] = 664.4;
Cost["Glass Beaded"+"WideScreen"+"108 inch"] = 617.1;
Cost["High Contrast Grey"+"WideScreen"+"108 inch"] = 617.1;
Cost["Glass Beaded"+"AV"+"72 inch x 96 inch"] = 646.8;
Cost["High Contrast Grey"+"HDTV"+"106 inch"] = 624.8;
Cost["Glass Beaded"+"HDTV"+"106 inch"] = 624.8;
Cost["Matt White"+"HDTV"+"106 inch"] = 614.9;
Cost["Matt White"+"AV"+"96 inch x 96 inch"] = 653.4;
Cost["Matt White"+"AV"+"72 inch x 96 inch"] = 636.9;
Cost["Matt White"+"WideScreen"+"108 inch"] = 607.2;
Cost["Matt White"+"NTSC"+"10 ft"] = 637.9;
Cost["High Contrast Grey"+"NTSC"+"10 ft"] = 647.8;
Cost["Glass Beaded"+"NTSC"+"10 ft"] = 647.8;
Cost["Matt White"+"AV"+"7 ft x 9 ft"] = 751.4;
Cost["Glass Beaded"+"WideScreen"+"120 inch"] = 727.2;
Cost["Glass Beaded"+"AV"+"7 ft x 9 ft"] = 762.4;
Cost["High Contrast Grey"+"WideScreen"+"120 inch"] = 727.2;
Cost["High Contrast Grey"+"HDTV"+"119 inch"] = 727.2;
Cost["Glass Beaded"+"HDTV"+"119 inch"] = 727.2;
Cost["Matt White"+"HDTV"+"119 inch"] = 716.2;
Cost["Matt White"+"WideScreen"+"120 inch"] = 716.2;
Cost["High Contrast Grey"+"AV"+"7 ft x 9 ft"] = 762.4;
Cost["Glass Beaded"+"NTSC"+"11 ft"] = 803;
Cost["High Contrast Grey"+"NTSC"+"11 ft"] = 803;
Cost["Matt White"+"NTSC"+"11 ft"] = 792;
Cost["Matt White"+"AV"+"9 ft x 9 ft"] = 778.4;
Cost["Glass Beaded"+"AV"+"9 ft x 9 ft"] = 789.4;
Cost["Glass Beaded"+"WideScreen"+"132 inch"] = 812;
Cost["Glass Beaded"+"HDTV"+"133 inch"] = 812;
Cost["High Contrast Grey"+"HDTV"+"133 inch"] = 812;
Cost["High Contrast Grey"+"WideScreen"+"132 inch"] = 812;
Cost["Matt White"+"WideScreen"+"132 inch"] = 801;
Cost["Matt White"+"HDTV"+"133 inch"] = 801;
Cost["High Contrast Grey"+"AV"+"8 ft x 10 ft"] = 841.6;
Cost["Glass Beaded"+"AV"+"8 ft x 10 ft"] = 841.6;
Cost["Matt White"+"AV"+"8 ft x 10 ft"] = 830.6;
Cost["High Contrast Grey"+"NTSC"+"150 inch"] = 842.6;
Cost["Glass Beaded"+"NTSC"+"150 inch"] = 842.6;
Cost["Matt White"+"NTSC"+"150 inch"] = 831.6;
Cost["Matt White"+"AV"+"10 ft x 10 ft"] = 886.2;
Cost["Glass Beaded"+"AV"+"10 ft x 10 ft"] = 897.2;
Cost["Glass Beaded"+"HDTV"+"161 inch"] = 906.9;
Cost["High Contrast Grey"+"HDTV"+"161 inch"] = 906.9;
Cost["Glass Beaded"+"WideScreen"+"162 inch"] = 906.9;
Cost["High Contrast Grey"+"WideScreen"+"162 inch"] = 906.9;
Cost["Matt White"+"WideScreen"+"162 inch"] = 895.9;
Cost["Matt White"+"HDTV"+"161 inch"] = 895.9;
Cost["Glass Beaded"+"NTSC"+"15 ft"] = 1013.2;
Cost["Matt White"+"NTSC"+"15 ft"] = 1002.2;
Cost["Matt White"+"AV"+"9 ft x 12 ft"] = 1003.2;
Cost["Glass Beaded"+"AV"+"9 ft x 12 ft"] = 1014.2;
Cost["Matt White"+"AV"+"12 ft x 12 ft"] = 1059.9;
Cost["Glass Beaded"+"AV"+"12 ft x 12 ft"] = 1070.9;

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">'
}


