
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('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('NTSC Video','NTSC Video');
selbox.options[selbox.options.length] = new Option('AV','AV');
}

if (chosen == "Fiberglass 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('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('NTSC Video','NTSC Video');
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('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('NTSC Video','NTSC Video');
selbox.options[selbox.options.length] = new Option('AV','AV');
}

if (chosen == "AT 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('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('NTSC Video','NTSC Video');
selbox.options[selbox.options.length] = new Option('AV','AV');
}

if (chosen == "AT1200") {
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('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('NTSC Video','NTSC Video');
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 x 50 inch','50 x 50 inch');
selbox.options[selbox.options.length] = new Option('60 x 60 inch','60 x 60 inch');
selbox.options[selbox.options.length] = new Option('70 x 70 inch','70 x 70 inch');
selbox.options[selbox.options.length] = new Option('84 x 84 inch','84 x 84 inch');
selbox.options[selbox.options.length] = new Option('72 x 96 inch','72 x 96 inch');
selbox.options[selbox.options.length] = new Option('96 x 96 inch','96 x 96 inch');
selbox.options[selbox.options.length] = new Option('84 x 108 inch','84 x 108 inch');
selbox.options[selbox.options.length] = new Option('96 x 120 inch','96 x 120 inch');
}


if (chosen == "AV" && surfacePick == "Fiberglass Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('50 x 50 inch','50 x 50 inch');
selbox.options[selbox.options.length] = new Option('60 x 60 inch','60 x 60 inch');
selbox.options[selbox.options.length] = new Option('70 x 70 inch','70 x 70 inch');
selbox.options[selbox.options.length] = new Option('84 x 84 inch','84 x 84 inch');
selbox.options[selbox.options.length] = new Option('96 x 96 inch','96 x 96 inch');
selbox.options[selbox.options.length] = new Option('72 x 96 inch','72 x 96 inch');
selbox.options[selbox.options.length] = new Option('84 x 108 inch','84 x 108 inch');
selbox.options[selbox.options.length] = new Option('96 x 120 inch','96 x 120 inch');
selbox.options[selbox.options.length] = new Option('108 x 108 inch','108 x 108 inch');
selbox.options[selbox.options.length] = new Option('120 x 120 inch','120 x 120 inch');
selbox.options[selbox.options.length] = new Option('108 x 144 inch','108 x 144 inch');
selbox.options[selbox.options.length] = new Option('144 x 144 inch','144 x 144 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 x 50 inch','50 x 50 inch');
selbox.options[selbox.options.length] = new Option('60 x 60 inch','60 x 60 inch');
selbox.options[selbox.options.length] = new Option('70 x 70 inch','70 x 70 inch');
selbox.options[selbox.options.length] = new Option('84 x 84 inch','84 x 84 inch');
selbox.options[selbox.options.length] = new Option('72 x 96 inch','72 x 96 inch');
selbox.options[selbox.options.length] = new Option('96 x 96 inch','96 x 96 inch');
selbox.options[selbox.options.length] = new Option('84 x 108 inch','84 x 108 inch');
selbox.options[selbox.options.length] = new Option('96 x 120 inch','96 x 120 inch');
selbox.options[selbox.options.length] = new Option('108 x 108 inch','108 x 108 inch');
selbox.options[selbox.options.length] = new Option('120 x 120 inch','120 x 120 inch');
selbox.options[selbox.options.length] = new Option('108 x 144 inch','108 x 144 inch');
selbox.options[selbox.options.length] = new Option('144 x 144 inch','144 x 144 inch');
}


if (chosen == "AV" && surfacePick == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('84 x 84 inch','84 x 84 inch');
selbox.options[selbox.options.length] = new Option('72 x 96 inch','72 x 96 inch');
}


if (chosen == "AV" && surfacePick == "AT1200") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('84 x 84 inch','84 x 84 inch');
selbox.options[selbox.options.length] = new Option('72 x 96 inch','72 x 96 inch');
}


if (chosen == "NTSC Video" && surfacePick == "High Contrast Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('72 inch','72 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('100 inch','100 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('150 inch','150 inch');
}


if (chosen == "NTSC Video" && surfacePick == "Fiberglass Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('72 inch','72 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('100 inch','100 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('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('180 inch','180 inch');
selbox.options[selbox.options.length] = new Option('200 inch','200 inch');
}


if (chosen == "NTSC Video" && surfacePick == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('72 inch','72 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('100 inch','100 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('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('180 inch','180 inch');
selbox.options[selbox.options.length] = new Option('200 inch','200 inch');
}


if (chosen == "NTSC Video" && surfacePick == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
}


if (chosen == "NTSC Video" && surfacePick == "AT1200") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 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');
selbox.options[selbox.options.length] = new Option('184 inch','184 inch');
}


if (chosen == "HDTV" && surfacePick == "Fiberglass 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');
selbox.options[selbox.options.length] = new Option('184 inch','184 inch');
}


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');
selbox.options[selbox.options.length] = new Option('184 inch','184 inch');
}


if (chosen == "HDTV" && surfacePick == "AT 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');
}


if (chosen == "HDTV" && surfacePick == "AT1200") {
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');
}


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');
selbox.options[selbox.options.length] = new Option('182 inch','182 inch');
}


if (chosen == "WideScreen" && surfacePick == "Fiberglass 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');
selbox.options[selbox.options.length] = new Option('182 inch','182 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');
selbox.options[selbox.options.length] = new Option('182 inch','182 inch');
}


if (chosen == "WideScreen" && surfacePick == "AT 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 == "AT1200") {
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(110)

Products["High Contrast Grey"+"AV"+"50 x 50 inch"] = "104171";
Products["Fiberglass Matt White"+"AV"+"50 x 50 inch"] = "104001";
Products["Glass Beaded"+"AV"+"50 x 50 inch"] = "104029";
Products["Glass Beaded"+"NTSC Video"+"72 inch"] = "104041";
Products["Fiberglass Matt White"+"AV"+"60 x 60 inch"] = "104002";
Products["High Contrast Grey"+"NTSC Video"+"72 inch"] = "104179";
Products["High Contrast Grey"+"AV"+"60 x 60 inch"] = "104172";
Products["Fiberglass Matt White"+"NTSC Video"+"72 inch"] = "104013";
Products["Glass Beaded"+"AV"+"60 x 60 inch"] = "104030";
Products["High Contrast Grey"+"NTSC Video"+"84 inch"] = "104180";
Products["Glass Beaded"+"NTSC Video"+"84 inch"] = "104042";
Products["Fiberglass Matt White"+"NTSC Video"+"84 inch"] = "104014";
Products["High Contrast Grey"+"AV"+"70 x 70 inch"] = "104173";
Products["Glass Beaded"+"AV"+"70 x 70 inch"] = "104031";
Products["Fiberglass Matt White"+"AV"+"70 x 70 inch"] = "104003";
Products["Fiberglass Matt White"+"HDTV"+"92 inch"] = "104267";
Products["AT Grey"+"HDTV"+"92 inch"] = "104263";
Products["AT1200"+"HDTV"+"92 inch"] = "104265";
Products["High Contrast Grey"+"HDTV"+"92 inch"] = "104271";
Products["Glass Beaded"+"HDTV"+"92 inch"] = "104269";
Products["Fiberglass Matt White"+"NTSC Video"+"100 inch"] = "104015";
Products["High Contrast Grey"+"NTSC Video"+"100 inch"] = "104181";
Products["Glass Beaded"+"NTSC Video"+"100 inch"] = "104043";
Products["AT1200"+"NTSC Video"+"100 inch"] = "104106";
Products["AT Grey"+"NTSC Video"+"100 inch"] = "104224";
Products["AT Grey"+"AV"+"84 x 84 inch"] = "104220";
Products["High Contrast Grey"+"AV"+"84 x 84 inch"] = "104174";
Products["Glass Beaded"+"AV"+"84 x 84 inch"] = "104032";
Products["Fiberglass Matt White"+"AV"+"84 x 84 inch"] = "104004";
Products["AT1200"+"AV"+"84 x 84 inch"] = "104102";
Products["AT1200"+"AV"+"72 x 96 inch"] = "104103";
Products["AT Grey"+"AV"+"72 x 96 inch"] = "104221";
Products["Glass Beaded"+"WideScreen"+"99 inch"] = "104052";
Products["AT1200"+"WideScreen"+"99 inch"] = "104111";
Products["High Contrast Grey"+"WideScreen"+"99 inch"] = "104189";
Products["AT Grey"+"WideScreen"+"99 inch"] = "104229";
Products["Fiberglass Matt White"+"WideScreen"+"99 inch"] = "104024";
Products["AT Grey"+"NTSC Video"+"120 inch"] = "104225";
Products["AT1200"+"WideScreen"+"108 inch"] = "104112";
Products["AT Grey"+"WideScreen"+"108 inch"] = "104230";
Products["AT1200"+"NTSC Video"+"120 inch"] = "104107";
Products["High Contrast Grey"+"AV"+"72 x 96 inch"] = "104175";
Products["High Contrast Grey"+"AV"+"96 x 96 inch"] = "104176";
Products["Glass Beaded"+"AV"+"72 x 96 inch"] = "104033";
Products["Glass Beaded"+"NTSC Video"+"120 inch"] = "104044";
Products["Fiberglass Matt White"+"NTSC Video"+"120 inch"] = "104016";
Products["High Contrast Grey"+"NTSC Video"+"120 inch"] = "104184";
Products["AT Grey"+"HDTV"+"106 inch"] = "104264";
Products["Fiberglass Matt White"+"AV"+"96 x 96 inch"] = "104006";
Products["Fiberglass Matt White"+"AV"+"72 x 96 inch"] = "104005";
Products["AT1200"+"HDTV"+"106 inch"] = "104266";
Products["Glass Beaded"+"AV"+"96 x 96 inch"] = "104034";
Products["Glass Beaded"+"WideScreen"+"108 inch"] = "104053";
Products["Fiberglass Matt White"+"WideScreen"+"108 inch"] = "104025";
Products["Fiberglass Matt White"+"HDTV"+"106 inch"] = "104268";
Products["Glass Beaded"+"HDTV"+"106 inch"] = "104270";
Products["High Contrast Grey"+"WideScreen"+"108 inch"] = "104190";
Products["High Contrast Grey"+"HDTV"+"106 inch"] = "104272";
Products["High Contrast Grey"+"AV"+"84 x 108 inch"] = "104177";
Products["Fiberglass Matt White"+"AV"+"84 x 108 inch"] = "104007";
Products["Glass Beaded"+"AV"+"84 x 108 inch"] = "104035";
Products["Fiberglass Matt White"+"WideScreen"+"120 inch"] = "104026";
Products["Glass Beaded"+"HDTV"+"119 inch"] = "104233";
Products["High Contrast Grey"+"WideScreen"+"120 inch"] = "104191";
Products["AT Grey"+"HDTV"+"119 inch"] = "104231";
Products["High Contrast Grey"+"HDTV"+"119 inch"] = "104239";
Products["Fiberglass Matt White"+"HDTV"+"119 inch"] = "104232";
Products["Glass Beaded"+"WideScreen"+"120 inch"] = "104054";
Products["AT1200"+"HDTV"+"119 inch"] = "104236";
Products["High Contrast Grey"+"AV"+"96 x 120 inch"] = "104178";
Products["Glass Beaded"+"AV"+"96 x 120 inch"] = "104037";
Products["Fiberglass Matt White"+"AV"+"96 x 120 inch"] = "104009";
Products["Fiberglass Matt White"+"NTSC Video"+"132 inch"] = "104017";
Products["Glass Beaded"+"NTSC Video"+"132 inch"] = "104045";
Products["High Contrast Grey"+"NTSC Video"+"132 inch"] = "104182";
Products["Glass Beaded"+"AV"+"108 x 108 inch"] = "104036";
Products["Fiberglass Matt White"+"AV"+"108 x 108 inch"] = "104008";
Products["Fiberglass Matt White"+"HDTV"+"133 inch"] = "104022";
Products["High Contrast Grey"+"WideScreen"+"132 inch"] = "104192";
Products["High Contrast Grey"+"HDTV"+"133 inch"] = "104187";
Products["Fiberglass Matt White"+"WideScreen"+"132 inch"] = "104027";
Products["Glass Beaded"+"WideScreen"+"132 inch"] = "104055";
Products["AT Grey"+"HDTV"+"133 inch"] = "104228";
Products["AT1200"+"HDTV"+"133 inch"] = "104110";
Products["Glass Beaded"+"HDTV"+"133 inch"] = "104050";
Products["High Contrast Grey"+"NTSC Video"+"150 inch"] = "104183";
Products["Fiberglass Matt White"+"NTSC Video"+"150 inch"] = "104018";
Products["Glass Beaded"+"NTSC Video"+"150 inch"] = "104046";
Products["Glass Beaded"+"AV"+"120 x 120 inch"] = "104038";
Products["Fiberglass Matt White"+"AV"+"120 x 120 inch"] = "104010";
Products["High Contrast Grey"+"HDTV"+"161 inch"] = "104188";
Products["High Contrast Grey"+"WideScreen"+"162 inch"] = "104193";
Products["Fiberglass Matt White"+"WideScreen"+"162 inch"] = "104028";
Products["Glass Beaded"+"WideScreen"+"162 inch"] = "104056";
Products["Fiberglass Matt White"+"HDTV"+"161 inch"] = "104023";
Products["Glass Beaded"+"HDTV"+"161 inch"] = "104051";
Products["Fiberglass Matt White"+"NTSC Video"+"180 inch"] = "104019";
Products["Fiberglass Matt White"+"AV"+"108 x 144 inch"] = "104011";
Products["Glass Beaded"+"AV"+"108 x 144 inch"] = "104039";
Products["Glass Beaded"+"NTSC Video"+"180 inch"] = "104047";
Products["Glass Beaded"+"AV"+"144 x 144 inch"] = "104040";
Products["Fiberglass Matt White"+"AV"+"144 x 144 inch"] = "104012";
Products["Glass Beaded"+"HDTV"+"184 inch"] = "104248";
Products["High Contrast Grey"+"WideScreen"+"182 inch"] = "104257";
Products["Glass Beaded"+"WideScreen"+"182 inch"] = "104256";
Products["High Contrast Grey"+"HDTV"+"184 inch"] = "104249";
Products["Fiberglass Matt White"+"HDTV"+"184 inch"] = "104247";
Products["Fiberglass Matt White"+"WideScreen"+"182 inch"] = "104255";
Products["Fiberglass Matt White"+"NTSC Video"+"200 inch"] = "104241";
Products["Glass Beaded"+"NTSC Video"+"200 inch"] = "104242";

var Desc = new Array(110)

Desc["High Contrast Grey"+"AV"+"50 x 50 inch"] = "Draper High Contrast Grey AV 50 x 50 inch Access Series E screen";
Desc["Fiberglass Matt White"+"AV"+"50 x 50 inch"] = "Draper Fiberglass Matt White AV 50 x 50 inch Access Series E screen";
Desc["Glass Beaded"+"AV"+"50 x 50 inch"] = "Draper Glass Beaded AV 50 x 50 inch Access Series E screen";
Desc["Glass Beaded"+"NTSC Video"+"72 inch"] = "Draper Glass Beaded NTSC Video 72 inch Access Series E screen";
Desc["Fiberglass Matt White"+"AV"+"60 x 60 inch"] = "Draper Fiberglass Matt White AV 60 x 60 inch Access Series E screen";
Desc["High Contrast Grey"+"NTSC Video"+"72 inch"] = "Draper High Contrast Grey NTSC Video 72 inch Access Series E screen";
Desc["High Contrast Grey"+"AV"+"60 x 60 inch"] = "Draper High Contrast Grey AV 60 x 60 inch Access Series E screen";
Desc["Fiberglass Matt White"+"NTSC Video"+"72 inch"] = "Draper Fiberglass Matt White NTSC Video 72 inch Access Series E screen";
Desc["Glass Beaded"+"AV"+"60 x 60 inch"] = "Draper Glass Beaded AV 60 x 60 inch Access Series E screen";
Desc["High Contrast Grey"+"NTSC Video"+"84 inch"] = "Draper High Contrast Grey NTSC Video 84 inch Access Series E screen";
Desc["Glass Beaded"+"NTSC Video"+"84 inch"] = "Draper Glass Beaded NTSC Video 84 inch Access Series E screen";
Desc["Fiberglass Matt White"+"NTSC Video"+"84 inch"] = "Draper Fiberglass Matt White NTSC Video 84 inch Access Series E screen";
Desc["High Contrast Grey"+"AV"+"70 x 70 inch"] = "Draper High Contrast Grey AV 70 x 70 inch Access Series E screen";
Desc["Glass Beaded"+"AV"+"70 x 70 inch"] = "Draper Glass Beaded AV 70 x 70 inch Access Series E screen";
Desc["Fiberglass Matt White"+"AV"+"70 x 70 inch"] = "Draper Fiberglass Matt White AV 70 x 70 inch Access Series E screen";
Desc["Fiberglass Matt White"+"HDTV"+"92 inch"] = "Draper Fiberglass Matt White HDTV 92 inch Access Series E screen";
Desc["AT Grey"+"HDTV"+"92 inch"] = "Draper AT Grey HDTV 92 inch Access Series E screen";
Desc["AT1200"+"HDTV"+"92 inch"] = "Draper AT1200 HDTV 92 inch Access Series E screen";
Desc["High Contrast Grey"+"HDTV"+"92 inch"] = "Draper High Contrast Grey HDTV 92 inch Access Series E screen";
Desc["Glass Beaded"+"HDTV"+"92 inch"] = "Draper Glass Beaded HDTV 92 inch Access Series E screen";
Desc["Fiberglass Matt White"+"NTSC Video"+"100 inch"] = "Draper Fiberglass Matt White NTSC Video 100 inch Access Series E screen";
Desc["High Contrast Grey"+"NTSC Video"+"100 inch"] = "Draper High Contrast Grey NTSC Video 100 inch Access Series E screen";
Desc["Glass Beaded"+"NTSC Video"+"100 inch"] = "Draper Glass Beaded NTSC Video 100 inch Access Series E screen";
Desc["AT1200"+"NTSC Video"+"100 inch"] = "Draper AT1200 NTSC Video 100 inch Access Series E screen";
Desc["AT Grey"+"NTSC Video"+"100 inch"] = "Draper AT Grey NTSC Video 100 inch Access Series E screen";
Desc["AT Grey"+"AV"+"84 x 84 inch"] = "Draper AT Grey AV 84 x 84 inch Access Series E screen";
Desc["High Contrast Grey"+"AV"+"84 x 84 inch"] = "Draper High Contrast Grey AV 84 x 84 inch Access Series E screen";
Desc["Glass Beaded"+"AV"+"84 x 84 inch"] = "Draper Glass Beaded AV 84 x 84 inch Access Series E screen";
Desc["Fiberglass Matt White"+"AV"+"84 x 84 inch"] = "Draper Fiberglass Matt White AV 84 x 84 inch Access Series E screen";
Desc["AT1200"+"AV"+"84 x 84 inch"] = "Draper AT1200 AV 84 x 84 inch Access Series E screen";
Desc["AT1200"+"AV"+"72 x 96 inch"] = "Draper AT1200 AV 72 x 96 inch Access Series E screen";
Desc["AT Grey"+"AV"+"72 x 96 inch"] = "Draper AT Grey AV 72 x 96 inch Access Series E screen";
Desc["Glass Beaded"+"WideScreen"+"99 inch"] = "Draper Glass Beaded WideScreen 99 inch Access Series E screen";
Desc["AT1200"+"WideScreen"+"99 inch"] = "Draper AT1200 WideScreen 99 inch Access Series E screen";
Desc["High Contrast Grey"+"WideScreen"+"99 inch"] = "Draper High Contrast Grey WideScreen 99 inch Access Series E screen";
Desc["AT Grey"+"WideScreen"+"99 inch"] = "Draper AT Grey WideScreen 99 inch Access Series E screen";
Desc["Fiberglass Matt White"+"WideScreen"+"99 inch"] = "Draper Fiberglass Matt White WideScreen 99 inch Access Series E screen";
Desc["AT Grey"+"NTSC Video"+"120 inch"] = "Draper AT Grey NTSC Video 120 inch Access Series E screen";
Desc["AT1200"+"WideScreen"+"108 inch"] = "Draper AT1200 WideScreen 108 inch Access Series E screen";
Desc["AT Grey"+"WideScreen"+"108 inch"] = "Draper AT Grey WideScreen 108 inch Access Series E screen";
Desc["AT1200"+"NTSC Video"+"120 inch"] = "Draper AT1200 NTSC Video 120 inch Access Series E screen";
Desc["High Contrast Grey"+"AV"+"72 x 96 inch"] = "Draper High Contrast Grey AV 72 x 96 inch Access Series E screen";
Desc["High Contrast Grey"+"AV"+"96 x 96 inch"] = "Draper High Contrast Grey AV 96 x 96 inch Access Series E screen";
Desc["Glass Beaded"+"AV"+"72 x 96 inch"] = "Draper Glass Beaded AV 72 x 96 inch Access Series E screen";
Desc["Glass Beaded"+"NTSC Video"+"120 inch"] = "Draper Glass Beaded NTSC Video 120 inch Access Series E screen";
Desc["Fiberglass Matt White"+"NTSC Video"+"120 inch"] = "Draper Fiberglass Matt White NTSC Video 120 inch Access Series E screen";
Desc["High Contrast Grey"+"NTSC Video"+"120 inch"] = "Draper High Contrast Grey NTSC Video 120 inch Access Series E screen";
Desc["AT Grey"+"HDTV"+"106 inch"] = "Draper AT Grey HDTV 106 inch Access Series E screen";
Desc["Fiberglass Matt White"+"AV"+"96 x 96 inch"] = "Draper Fiberglass Matt White AV 96 x 96 inch Access Series E screen";
Desc["Fiberglass Matt White"+"AV"+"72 x 96 inch"] = "Draper Fiberglass Matt White AV 72 x 96 inch Access Series E screen";
Desc["AT1200"+"HDTV"+"106 inch"] = "Draper AT1200 HDTV 106 inch Access Series E screen";
Desc["Glass Beaded"+"AV"+"96 x 96 inch"] = "Draper Glass Beaded AV 96 x 96 inch Access Series E screen";
Desc["Glass Beaded"+"WideScreen"+"108 inch"] = "Draper Glass Beaded WideScreen 108 inch Access Series E screen";
Desc["Fiberglass Matt White"+"WideScreen"+"108 inch"] = "Draper Fiberglass Matt White WideScreen 108 inch Access Series E screen";
Desc["Fiberglass Matt White"+"HDTV"+"106 inch"] = "Draper Fiberglass Matt White HDTV 106 inch Access Series E screen";
Desc["Glass Beaded"+"HDTV"+"106 inch"] = "Draper Glass Beaded HDTV 106 inch Access Series E screen";
Desc["High Contrast Grey"+"WideScreen"+"108 inch"] = "Draper High Contrast Grey WideScreen 108 inch Access Series E screen";
Desc["High Contrast Grey"+"HDTV"+"106 inch"] = "Draper High Contrast Grey HDTV 106 inch Access Series E screen";
Desc["High Contrast Grey"+"AV"+"84 x 108 inch"] = "Draper High Contrast Grey AV 84 x 108 inch Access Series E screen";
Desc["Fiberglass Matt White"+"AV"+"84 x 108 inch"] = "Draper Fiberglass Matt White AV 84 x 108 inch Access Series E screen";
Desc["Glass Beaded"+"AV"+"84 x 108 inch"] = "Draper Glass Beaded AV 84 x 108 inch Access Series E screen";
Desc["Fiberglass Matt White"+"WideScreen"+"120 inch"] = "Draper Fiberglass Matt White WideScreen 120 inch Access Series E screen";
Desc["Glass Beaded"+"HDTV"+"119 inch"] = "Draper Glass Beaded HDTV 119 inch Access Series E screen";
Desc["High Contrast Grey"+"WideScreen"+"120 inch"] = "Draper High Contrast Grey WideScreen 120 inch Access Series E screen";
Desc["AT Grey"+"HDTV"+"119 inch"] = "Draper AT Grey HDTV 119 inch Access Series E screen";
Desc["High Contrast Grey"+"HDTV"+"119 inch"] = "Draper High Contrast Grey HDTV 119 inch Access Series E screen";
Desc["Fiberglass Matt White"+"HDTV"+"119 inch"] = "Draper Fiberglass Matt White HDTV 119 inch Access Series E screen";
Desc["Glass Beaded"+"WideScreen"+"120 inch"] = "Draper Glass Beaded WideScreen 120 inch Access Series E screen";
Desc["AT1200"+"HDTV"+"119 inch"] = "Draper AT1200 HDTV 119 inch Access Series E screen";
Desc["High Contrast Grey"+"AV"+"96 x 120 inch"] = "Draper High Contrast Grey AV 96 x 120 inch Access Series E screen";
Desc["Glass Beaded"+"AV"+"96 x 120 inch"] = "Draper Glass Beaded AV 96 x 120 inch Access Series E screen";
Desc["Fiberglass Matt White"+"AV"+"96 x 120 inch"] = "Draper Fiberglass Matt White AV 96 x 120 inch Access Series E screen";
Desc["Fiberglass Matt White"+"NTSC Video"+"132 inch"] = "Draper Fiberglass Matt White NTSC Video 132 inch Access Series E screen";
Desc["Glass Beaded"+"NTSC Video"+"132 inch"] = "Draper Glass Beaded NTSC Video 132 inch Access Series E screen";
Desc["High Contrast Grey"+"NTSC Video"+"132 inch"] = "Draper High Contrast Grey NTSC Video 132 inch Access Series E screen";
Desc["Glass Beaded"+"AV"+"108 x 108 inch"] = "Draper Glass Beaded AV 108 x 108 inch Access Series E screen";
Desc["Fiberglass Matt White"+"AV"+"108 x 108 inch"] = "Draper Fiberglass Matt White AV 108 x 108 inch Access Series E screen";
Desc["Fiberglass Matt White"+"HDTV"+"133 inch"] = "Draper Fiberglass Matt White HDTV 133 inch Access Series E screen";
Desc["High Contrast Grey"+"WideScreen"+"132 inch"] = "Draper High Contrast Grey WideScreen 132 inch Access Series E screen";
Desc["High Contrast Grey"+"HDTV"+"133 inch"] = "Draper High Contrast Grey HDTV 133 inch Access Series E screen";
Desc["Fiberglass Matt White"+"WideScreen"+"132 inch"] = "Draper Fiberglass Matt White WideScreen 132 inch Access Series E screen";
Desc["Glass Beaded"+"WideScreen"+"132 inch"] = "Draper Glass Beaded WideScreen 132 inch Access Series E screen";
Desc["AT Grey"+"HDTV"+"133 inch"] = "Draper AT Grey HDTV 133 inch Access Series E screen";
Desc["AT1200"+"HDTV"+"133 inch"] = "Draper AT1200 HDTV 133 inch Access Series E screen";
Desc["Glass Beaded"+"HDTV"+"133 inch"] = "Draper Glass Beaded HDTV 133 inch Access Series E screen";
Desc["High Contrast Grey"+"NTSC Video"+"150 inch"] = "Draper High Contrast Grey NTSC Video 150 inch Access Series E screen";
Desc["Fiberglass Matt White"+"NTSC Video"+"150 inch"] = "Draper Fiberglass Matt White NTSC Video 150 inch Access Series E screen";
Desc["Glass Beaded"+"NTSC Video"+"150 inch"] = "Draper Glass Beaded NTSC Video 150 inch Access Series E screen";
Desc["Glass Beaded"+"AV"+"120 x 120 inch"] = "Draper Glass Beaded AV 120 x 120 inch Access Series E screen";
Desc["Fiberglass Matt White"+"AV"+"120 x 120 inch"] = "Draper Fiberglass Matt White AV 120 x 120 inch Access Series E screen";
Desc["High Contrast Grey"+"HDTV"+"161 inch"] = "Draper High Contrast Grey HDTV 161 inch Access Series E screen";
Desc["High Contrast Grey"+"WideScreen"+"162 inch"] = "Draper High Contrast Grey WideScreen 162 inch Access Series E screen";
Desc["Fiberglass Matt White"+"WideScreen"+"162 inch"] = "Draper Fiberglass Matt White WideScreen 162 inch Access Series E screen";
Desc["Glass Beaded"+"WideScreen"+"162 inch"] = "Draper Glass Beaded WideScreen 162 inch Access Series E screen";
Desc["Fiberglass Matt White"+"HDTV"+"161 inch"] = "Draper Fiberglass Matt White HDTV 161 inch Access Series E screen";
Desc["Glass Beaded"+"HDTV"+"161 inch"] = "Draper Glass Beaded HDTV 161 inch Access Series E screen";
Desc["Fiberglass Matt White"+"NTSC Video"+"180 inch"] = "Draper Fiberglass Matt White NTSC Video 180 inch Access Series E screen";
Desc["Fiberglass Matt White"+"AV"+"108 x 144 inch"] = "Draper Fiberglass Matt White AV 108 x 144 inch Access Series E screen";
Desc["Glass Beaded"+"AV"+"108 x 144 inch"] = "Draper Glass Beaded AV 108 x 144 inch Access Series E screen";
Desc["Glass Beaded"+"NTSC Video"+"180 inch"] = "Draper Glass Beaded NTSC Video 180 inch Access Series E screen";
Desc["Glass Beaded"+"AV"+"144 x 144 inch"] = "Draper Glass Beaded AV 144 x 144 inch Access Series E screen";
Desc["Fiberglass Matt White"+"AV"+"144 x 144 inch"] = "Draper Fiberglass Matt White AV 144 x 144 inch Access Series E screen";
Desc["Glass Beaded"+"HDTV"+"184 inch"] = "Draper Glass Beaded HDTV 184 inch Access Series E screen";
Desc["High Contrast Grey"+"WideScreen"+"182 inch"] = "Draper High Contrast Grey WideScreen 182 inch Access Series E screen";
Desc["Glass Beaded"+"WideScreen"+"182 inch"] = "Draper Glass Beaded WideScreen 182 inch Access Series E screen";
Desc["High Contrast Grey"+"HDTV"+"184 inch"] = "Draper High Contrast Grey HDTV 184 inch Access Series E screen";
Desc["Fiberglass Matt White"+"HDTV"+"184 inch"] = "Draper Fiberglass Matt White HDTV 184 inch Access Series E screen";
Desc["Fiberglass Matt White"+"WideScreen"+"182 inch"] = "Draper Fiberglass Matt White WideScreen 182 inch Access Series E screen";
Desc["Fiberglass Matt White"+"NTSC Video"+"200 inch"] = "Draper Fiberglass Matt White NTSC Video 200 inch Access Series E screen";
Desc["Glass Beaded"+"NTSC Video"+"200 inch"] = "Draper Glass Beaded NTSC Video 200 inch Access Series E screen";

var Cost = new Array(110)

Cost["High Contrast Grey"+"AV"+"50 x 50 inch"] = 1301.47;
Cost["Fiberglass Matt White"+"AV"+"50 x 50 inch"] = 1301.53;
Cost["Glass Beaded"+"AV"+"50 x 50 inch"] = 1301.58;
Cost["Glass Beaded"+"NTSC Video"+"72 inch"] = 1324.29;
Cost["Fiberglass Matt White"+"AV"+"60 x 60 inch"] = 1324.47;
Cost["High Contrast Grey"+"NTSC Video"+"72 inch"] = 1324.77;
Cost["High Contrast Grey"+"AV"+"60 x 60 inch"] = 1324.02;
Cost["Fiberglass Matt White"+"NTSC Video"+"72 inch"] = 1324.76;
Cost["Glass Beaded"+"AV"+"60 x 60 inch"] = 1324.81;
Cost["High Contrast Grey"+"NTSC Video"+"84 inch"] = 1335.71;
Cost["Glass Beaded"+"NTSC Video"+"84 inch"] = 1335.05;
Cost["Fiberglass Matt White"+"NTSC Video"+"84 inch"] = 1335.41;
Cost["High Contrast Grey"+"AV"+"70 x 70 inch"] = 1335.86;
Cost["Glass Beaded"+"AV"+"70 x 70 inch"] = 1335.79;
Cost["Fiberglass Matt White"+"AV"+"70 x 70 inch"] = 1335.37;
Cost["Fiberglass Matt White"+"HDTV"+"92 inch"] = 1358.96;
Cost["AT Grey"+"HDTV"+"92 inch"] = 3120.87;
Cost["AT1200"+"HDTV"+"92 inch"] = 3120.06;
Cost["High Contrast Grey"+"HDTV"+"92 inch"] = 1358.95;
Cost["Glass Beaded"+"HDTV"+"92 inch"] = 1358.37;
Cost["Fiberglass Matt White"+"NTSC Video"+"100 inch"] = 1386.52;
Cost["High Contrast Grey"+"NTSC Video"+"100 inch"] = 1386.76;
Cost["Glass Beaded"+"NTSC Video"+"100 inch"] = 1386.06;
Cost["AT1200"+"NTSC Video"+"100 inch"] = 3190.59;
Cost["AT Grey"+"NTSC Video"+"100 inch"] = 3190.47;
Cost["AT Grey"+"AV"+"84 x 84 inch"] = 3215.47;
Cost["High Contrast Grey"+"AV"+"84 x 84 inch"] = 1411.62;
Cost["Glass Beaded"+"AV"+"84 x 84 inch"] = 1411.65;
Cost["Fiberglass Matt White"+"AV"+"84 x 84 inch"] = 1411.27;
Cost["AT1200"+"AV"+"84 x 84 inch"] = 3215.28;
Cost["AT1200"+"AV"+"72 x 96 inch"] = 4279.83;
Cost["AT Grey"+"AV"+"72 x 96 inch"] = 4279.82;
Cost["Glass Beaded"+"WideScreen"+"99 inch"] = 1389.59;
Cost["AT1200"+"WideScreen"+"99 inch"] = 4046.98;
Cost["High Contrast Grey"+"WideScreen"+"99 inch"] = 1389.91;
Cost["AT Grey"+"WideScreen"+"99 inch"] = 4046.23;
Cost["Fiberglass Matt White"+"WideScreen"+"99 inch"] = 1389.69;
Cost["AT Grey"+"NTSC Video"+"120 inch"] = 4279.98;
Cost["AT1200"+"WideScreen"+"108 inch"] = 4067.25;
Cost["AT Grey"+"WideScreen"+"108 inch"] = 4067.53;
Cost["AT1200"+"NTSC Video"+"120 inch"] = 4279.11;
Cost["High Contrast Grey"+"AV"+"72 x 96 inch"] = 1422.99;
Cost["High Contrast Grey"+"AV"+"96 x 96 inch"] = 1450.67;
Cost["Glass Beaded"+"AV"+"72 x 96 inch"] = 1422.02;
Cost["Glass Beaded"+"NTSC Video"+"120 inch"] = 1422.57;
Cost["Fiberglass Matt White"+"NTSC Video"+"120 inch"] = 1422.47;
Cost["High Contrast Grey"+"NTSC Video"+"120 inch"] = 1422.11;
Cost["AT Grey"+"HDTV"+"106 inch"] = 4208.47;
Cost["Fiberglass Matt White"+"AV"+"96 x 96 inch"] = 1450.29;
Cost["Fiberglass Matt White"+"AV"+"72 x 96 inch"] = 1422.05;
Cost["AT1200"+"HDTV"+"106 inch"] = 4208.47;
Cost["Glass Beaded"+"AV"+"96 x 96 inch"] = 1450.38;
Cost["Glass Beaded"+"WideScreen"+"108 inch"] = 1394.47;
Cost["Fiberglass Matt White"+"WideScreen"+"108 inch"] = 1394.94;
Cost["Fiberglass Matt White"+"HDTV"+"106 inch"] = 1402.98;
Cost["Glass Beaded"+"HDTV"+"106 inch"] = 1402.47;
Cost["High Contrast Grey"+"WideScreen"+"108 inch"] = 1394.28;
Cost["High Contrast Grey"+"HDTV"+"106 inch"] = 1402.16;
Cost["High Contrast Grey"+"AV"+"84 x 108 inch"] = 1501.17;
Cost["Fiberglass Matt White"+"AV"+"84 x 108 inch"] = 1501.65;
Cost["Glass Beaded"+"AV"+"84 x 108 inch"] = 1501.41;
Cost["Fiberglass Matt White"+"WideScreen"+"120 inch"] = 1433.41;
Cost["Glass Beaded"+"HDTV"+"119 inch"] = 1433.71;
Cost["High Contrast Grey"+"WideScreen"+"120 inch"] = 1433.33;
Cost["AT Grey"+"HDTV"+"119 inch"] = 4318.63;
Cost["High Contrast Grey"+"HDTV"+"119 inch"] = 1433.21;
Cost["Fiberglass Matt White"+"HDTV"+"119 inch"] = 1433.19;
Cost["Glass Beaded"+"WideScreen"+"120 inch"] = 1433.58;
Cost["AT1200"+"HDTV"+"119 inch"] = 4318.08;
Cost["High Contrast Grey"+"AV"+"96 x 120 inch"] = 1555.46;
Cost["Glass Beaded"+"AV"+"96 x 120 inch"] = 1555.47;
Cost["Fiberglass Matt White"+"AV"+"96 x 120 inch"] = 1555.26;
Cost["Fiberglass Matt White"+"NTSC Video"+"132 inch"] = 1466.78;
Cost["Glass Beaded"+"NTSC Video"+"132 inch"] = 1466.38;
Cost["High Contrast Grey"+"NTSC Video"+"132 inch"] = 1466.29;
Cost["Glass Beaded"+"AV"+"108 x 108 inch"] = 1533.92;
Cost["Fiberglass Matt White"+"AV"+"108 x 108 inch"] = 1533.63;
Cost["Fiberglass Matt White"+"HDTV"+"133 inch"] = 1452.63;
Cost["High Contrast Grey"+"WideScreen"+"132 inch"] = 1452.43;
Cost["High Contrast Grey"+"HDTV"+"133 inch"] = 1452.47;
Cost["Fiberglass Matt White"+"WideScreen"+"132 inch"] = 1452.56;
Cost["Glass Beaded"+"WideScreen"+"132 inch"] = 1452.69;
Cost["AT Grey"+"HDTV"+"133 inch"] = 4426.91;
Cost["AT1200"+"HDTV"+"133 inch"] = 4426.83;
Cost["Glass Beaded"+"HDTV"+"133 inch"] = 1452.03;
Cost["High Contrast Grey"+"NTSC Video"+"150 inch"] = 1479.54;
Cost["Fiberglass Matt White"+"NTSC Video"+"150 inch"] = 1479.91;
Cost["Glass Beaded"+"NTSC Video"+"150 inch"] = 1479.43;
Cost["Glass Beaded"+"AV"+"120 x 120 inch"] = 1584.68;
Cost["Fiberglass Matt White"+"AV"+"120 x 120 inch"] = 1584.47;
Cost["High Contrast Grey"+"HDTV"+"161 inch"] = 1501.51;
Cost["High Contrast Grey"+"WideScreen"+"162 inch"] = 1501.46;
Cost["Fiberglass Matt White"+"WideScreen"+"162 inch"] = 1501.35;
Cost["Glass Beaded"+"WideScreen"+"162 inch"] = 1501.41;
Cost["Fiberglass Matt White"+"HDTV"+"161 inch"] = 1501.27;
Cost["Glass Beaded"+"HDTV"+"161 inch"] = 1501.06;
Cost["Fiberglass Matt White"+"NTSC Video"+"180 inch"] = 1555.25;
Cost["Fiberglass Matt White"+"AV"+"108 x 144 inch"] = 1654.97;
Cost["Glass Beaded"+"AV"+"108 x 144 inch"] = 1654.07;
Cost["Glass Beaded"+"NTSC Video"+"180 inch"] = 1555.39;
Cost["Glass Beaded"+"AV"+"144 x 144 inch"] = 1687.37;
Cost["Fiberglass Matt White"+"AV"+"144 x 144 inch"] = 1687.49;
Cost["Glass Beaded"+"HDTV"+"184 inch"] = 1562.16;
Cost["High Contrast Grey"+"WideScreen"+"182 inch"] = 1562.47;
Cost["Glass Beaded"+"WideScreen"+"182 inch"] = 1562.26;
Cost["High Contrast Grey"+"HDTV"+"184 inch"] = 1562.63;
Cost["Fiberglass Matt White"+"HDTV"+"184 inch"] = 1562.54;
Cost["Fiberglass Matt White"+"WideScreen"+"182 inch"] = 1562.16;
Cost["Fiberglass Matt White"+"NTSC Video"+"200 inch"] = 1592.93;
Cost["Glass Beaded"+"NTSC Video"+"200 inch"] = 1592.65;

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">'
}



