
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');
}

if (chosen == "AT 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 == "AT1200") {
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');
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('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('9 ft x 9 ft','9 ft x 9 ft');
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');
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 == "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');
selbox.options[selbox.options.length] = new Option('9 ft x 9 ft','9 ft x 9 ft');
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');
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 == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
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');
}


if (chosen == "AV" && surfacePick == "AT1200") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
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');
}


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');
selbox.options[selbox.options.length] = new Option('200 inch','200 inch');
}


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');
selbox.options[selbox.options.length] = new Option('200 inch','200 inch');
}


if (chosen == "NTSC" && 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('10 ft','10 ft');
}


if (chosen == "NTSC" && 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('10 ft','10 ft');
}


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 == "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('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 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 == "16:10" && surfacePick == "High Contrast Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('94 inch','94 inch');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
selbox.options[selbox.options.length] = new Option('123 inch','123 inch');
selbox.options[selbox.options.length] = new Option('137 inch','137 inch');
selbox.options[selbox.options.length] = new Option('165 inch','165 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('94 inch','94 inch');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
selbox.options[selbox.options.length] = new Option('123 inch','123 inch');
selbox.options[selbox.options.length] = new Option('137 inch','137 inch');
selbox.options[selbox.options.length] = new Option('165 inch','165 inch');
}


if (chosen == "16:10" && surfacePick == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
}


if (chosen == "16:10" && surfacePick == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
}


if (chosen == "16:10" && surfacePick == "AT1200") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
}


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('93 inch','93 inch');
selbox.options[selbox.options.length] = new Option('107 inch','107 inch');
selbox.options[selbox.options.length] = new Option('121 inch','121 inch');
selbox.options[selbox.options.length] = new Option('135 inch','135 inch');
selbox.options[selbox.options.length] = new Option('163 inch','163 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('93 inch','93 inch');
selbox.options[selbox.options.length] = new Option('107 inch','107 inch');
selbox.options[selbox.options.length] = new Option('121 inch','121 inch');
selbox.options[selbox.options.length] = new Option('135 inch','135 inch');
selbox.options[selbox.options.length] = new Option('163 inch','163 inch');
}


if (chosen == "15:9" && surfacePick == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
}


if (chosen == "15:9" && surfacePick == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
}


if (chosen == "15:9" && surfacePick == "AT1200") {
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');
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 == "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(130)

Products["High Contrast Grey"+"AV"+"50 inch x 50 inch"] = "104171";
Products["Matt White"+"AV"+"50 inch x 50 inch"] = "104001";
Products["Glass Beaded"+"AV"+"50 inch x 50 inch"] = "104029";
Products["High Contrast Grey"+"NTSC"+"6 ft"] = "104179";
Products["Glass Beaded"+"NTSC"+"6 ft"] = "104041";
Products["Glass Beaded"+"AV"+"60 inch x 60 inch"] = "104030";
Products["Matt White"+"AV"+"60 inch x 60 inch"] = "104002";
Products["Matt White"+"NTSC"+"6 ft"] = "104013";
Products["High Contrast Grey"+"AV"+"60 inch x 60 inch"] = "104172";
Products["Matt White"+"NTSC"+"7 ft"] = "104014";
Products["Glass Beaded"+"NTSC"+"7 ft"] = "104042";
Products["High Contrast Grey"+"NTSC"+"7 ft"] = "104180";
Products["High Contrast Grey"+"AV"+"70 inch x 70 inch"] = "104173";
Products["Matt White"+"AV"+"70 inch x 70 inch"] = "104003";
Products["Glass Beaded"+"AV"+"70 inch x 70 inch"] = "104031";
Products["Matt White"+"HDTV"+"92 inch"] = "104267";
Products["Matt White"+"16:10"+"94 inch"] = "104303";
Products["High Contrast Grey"+"16:10"+"94 inch"] = "104308";
Products["Glass Beaded"+"HDTV"+"92 inch"] = "104269";
Products["High Contrast Grey"+"15:9"+"93 inch"] = "104318";
Products["AT Grey"+"HDTV"+"92 inch"] = "104263";
Products["AT1200"+"HDTV"+"92 inch"] = "104265";
Products["High Contrast Grey"+"HDTV"+"92 inch"] = "104271";
Products["Matt White"+"15:9"+"93 inch"] = "104313";
Products["AT Grey"+"NTSC"+"100 inch"] = "104224";
Products["High Contrast Grey"+"NTSC"+"100 inch"] = "104181";
Products["Matt White"+"NTSC"+"100 inch"] = "104015";
Products["Glass Beaded"+"NTSC"+"100 inch"] = "104043";
Products["AT1200"+"NTSC"+"100 inch"] = "104106";
Products["Matt White"+"16:10"+"109 inch"] = "104304";
Products["High Contrast Grey"+"16:10"+"109 inch"] = "104309";
Products["High Contrast Grey"+"15:9"+"107 inch"] = "104319";
Products["Matt White"+"15:9"+"107 inch"] = "104314";
Products["Matt White"+"AV"+"84 inch x 84 inch"] = "104004";
Products["Glass Beaded"+"AV"+"84 inch x 84 inch"] = "104032";
Products["AT1200"+"AV"+"84 inch x 84 inch"] = "104102";
Products["High Contrast Grey"+"AV"+"84 inch x 84 inch"] = "104174";
Products["AT Grey"+"AV"+"84 inch x 84 inch"] = "104220";
Products["AT1200"+"AV"+"72 inch x 96 inch"] = "104103";
Products["AT Grey"+"AV"+"72 inch x 96 inch"] = "104221";
Products["High Contrast Grey"+"WideScreen"+"99 inch"] = "104189";
Products["AT Grey"+"WideScreen"+"99 inch"] = "104229";
Products["AT1200"+"WideScreen"+"99 inch"] = "104111";
Products["Matt White"+"WideScreen"+"99 inch"] = "104024";
Products["Glass Beaded"+"WideScreen"+"99 inch"] = "104052";
Products["High Contrast Grey"+"NTSC"+"10 ft"] = "104184";
Products["Glass Beaded"+"AV"+"72 inch x 96 inch"] = "104033";
Products["High Contrast Grey"+"AV"+"72 inch x 96 inch"] = "104175";
Products["AT1200"+"HDTV"+"106 inch"] = "104266";
Products["Matt White"+"AV"+"72 inch x 96 inch"] = "104005";
Products["Matt White"+"AV"+"96 inch x 96 inch"] = "104006";
Products["High Contrast Grey"+"AV"+"96 inch x 96 inch"] = "104176";
Products["Glass Beaded"+"NTSC"+"10 ft"] = "104044";
Products["AT Grey"+"NTSC"+"10 ft"] = "104225";
Products["AT Grey"+"HDTV"+"106 inch"] = "104264";
Products["Matt White"+"NTSC"+"10 ft"] = "104016";
Products["AT1200"+"NTSC"+"10 ft"] = "104107";
Products["Glass Beaded"+"AV"+"96 inch x 96 inch"] = "104034";
Products["AT1200"+"WideScreen"+"108 inch"] = "104112";
Products["AT Grey"+"WideScreen"+"108 inch"] = "104230";
Products["High Contrast Grey"+"16:10"+"123 inch"] = "104310";
Products["Matt White"+"16:10"+"123 inch"] = "104305";
Products["Matt White"+"HDTV"+"119 inch"] = "104232";
Products["Matt White"+"15:9"+"121 inch"] = "104315";
Products["High Contrast Grey"+"15:9"+"121 inch"] = "104320";
Products["Glass Beaded"+"WideScreen"+"108 inch"] = "104053";
Products["Matt White"+"WideScreen"+"108 inch"] = "104025";
Products["High Contrast Grey"+"HDTV"+"106 inch"] = "104272";
Products["High Contrast Grey"+"WideScreen"+"108 inch"] = "104190";
Products["Glass Beaded"+"HDTV"+"106 inch"] = "104270";
Products["Glass Beaded"+"AV"+"9 ft x 9 ft"] = "104036";
Products["Glass Beaded"+"AV"+"7 ft x 9 ft"] = "104035";
Products["Matt White"+"HDTV"+"106 inch"] = "104268";
Products["Matt White"+"AV"+"9 ft x 9 ft"] = "104008";
Products["High Contrast Grey"+"AV"+"7 ft x 9 ft"] = "104177";
Products["Matt White"+"AV"+"7 ft x 9 ft"] = "104007";
Products["AT1200"+"HDTV"+"119 inch"] = "104236";
Products["Glass Beaded"+"HDTV"+"119 inch"] = "104233";
Products["AT Grey"+"HDTV"+"119 inch"] = "104231";
Products["High Contrast Grey"+"WideScreen"+"120 inch"] = "104191";
Products["Glass Beaded"+"WideScreen"+"120 inch"] = "104054";
Products["Matt White"+"WideScreen"+"120 inch"] = "104026";
Products["High Contrast Grey"+"HDTV"+"119 inch"] = "104239";
Products["Matt White"+"AV"+"8 ft x 10 ft"] = "104009";
Products["High Contrast Grey"+"AV"+"8 ft x 10 ft"] = "104178";
Products["Glass Beaded"+"AV"+"8 ft x 10 ft"] = "104037";
Products["Glass Beaded"+"NTSC"+"11 ft"] = "104045";
Products["Matt White"+"NTSC"+"11 ft"] = "104017";
Products["High Contrast Grey"+"NTSC"+"11 ft"] = "104182";
Products["Matt White"+"WideScreen"+"132 inch"] = "104027";
Products["Matt White"+"HDTV"+"133 inch"] = "104022";
Products["AT1200"+"HDTV"+"133 inch"] = "104110";
Products["Glass Beaded"+"HDTV"+"133 inch"] = "104050";
Products["Matt White"+"16:10"+"137 inch"] = "104306";
Products["High Contrast Grey"+"WideScreen"+"132 inch"] = "104192";
Products["High Contrast Grey"+"16:10"+"137 inch"] = "104311";
Products["Glass Beaded"+"WideScreen"+"132 inch"] = "104055";
Products["AT Grey"+"HDTV"+"133 inch"] = "104228";
Products["Matt White"+"15:9"+"135 inch"] = "104316";
Products["High Contrast Grey"+"15:9"+"135 inch"] = "104321";
Products["High Contrast Grey"+"HDTV"+"133 inch"] = "104187";
Products["Glass Beaded"+"NTSC"+"150 inch"] = "104046";
Products["Matt White"+"NTSC"+"150 inch"] = "104018";
Products["High Contrast Grey"+"NTSC"+"150 inch"] = "104183";
Products["Glass Beaded"+"AV"+"10 ft x 10 ft"] = "104038";
Products["Matt White"+"AV"+"10 ft x 10 ft"] = "104010";
Products["Matt White"+"16:10"+"165 inch"] = "104307";
Products["Matt White"+"15:9"+"163 inch"] = "104317";
Products["Matt White"+"HDTV"+"161 inch"] = "104023";
Products["High Contrast Grey"+"16:10"+"165 inch"] = "104312";
Products["High Contrast Grey"+"15:9"+"163 inch"] = "104322";
Products["High Contrast Grey"+"WideScreen"+"162 inch"] = "104193";
Products["High Contrast Grey"+"HDTV"+"161 inch"] = "104188";
Products["Glass Beaded"+"WideScreen"+"162 inch"] = "104056";
Products["Glass Beaded"+"HDTV"+"161 inch"] = "104051";
Products["Matt White"+"WideScreen"+"162 inch"] = "104028";
Products["Matt White"+"AV"+"9 ft x 12 ft"] = "104011";
Products["Matt White"+"NTSC"+"15 ft"] = "104019";
Products["Glass Beaded"+"AV"+"9 ft x 12 ft"] = "104039";
Products["Glass Beaded"+"NTSC"+"15 ft"] = "104047";
Products["Glass Beaded"+"AV"+"12 ft x 12 ft"] = "104040";
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["Matt White"+"HDTV"+"184 inch"] = "104247";
Products["Matt White"+"WideScreen"+"182 inch"] = "104255";
Products["Glass Beaded"+"NTSC"+"200 inch"] = "104242";
Products["Matt White"+"NTSC"+"200 inch"] = "104241";
Products["Matt White"+"AV"+"12 ft x 12 ft"] = "104012";

var Desc = new Array(130)

Desc["High Contrast Grey"+"AV"+"50 inch x 50 inch"] = "Draper High Contrast Grey AV 50 inch x 50 inch screen :Access/Series E, 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 :Access/Series E, 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 :Access/Series E, 50 inch x 50 inch, AV, Glass Beaded, 110 V";
Desc["High Contrast Grey"+"NTSC"+"6 ft"] = "Draper High Contrast Grey NTSC 6 ft screen :Access/Series E, 6', NTSC, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"NTSC"+"6 ft"] = "Draper Glass Beaded NTSC 6 ft screen :Access/Series E, 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 :Access/Series E, 60 inch x 60 inch, AV, Glass Beaded, 110 V";
Desc["Matt White"+"AV"+"60 inch x 60 inch"] = "Draper Matt White AV 60 inch x 60 inch screen :Access/Series E, 60 inch x 60 inch, AV, Matt White, 110 V";
Desc["Matt White"+"NTSC"+"6 ft"] = "Draper Matt White NTSC 6 ft screen :Access/Series E, 6', NTSC, Matt White, 110 V";
Desc["High Contrast Grey"+"AV"+"60 inch x 60 inch"] = "Draper High Contrast Grey AV 60 inch x 60 inch screen :Access/Series E, 60 inch x 60 inch, AV, High Contrast Grey, 110 V";
Desc["Matt White"+"NTSC"+"7 ft"] = "Draper Matt White NTSC 7 ft screen :Access/Series E, 7', NTSC, Matt White, 110 V";
Desc["Glass Beaded"+"NTSC"+"7 ft"] = "Draper Glass Beaded NTSC 7 ft screen :Access/Series E, 7', NTSC, Glass Beaded, 110 V";
Desc["High Contrast Grey"+"NTSC"+"7 ft"] = "Draper High Contrast Grey NTSC 7 ft screen :Access/Series E, 7', NTSC, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"AV"+"70 inch x 70 inch"] = "Draper High Contrast Grey AV 70 inch x 70 inch screen :Access/Series E, 70 inch x 70 inch, AV, High Contrast Grey, 110 V";
Desc["Matt White"+"AV"+"70 inch x 70 inch"] = "Draper Matt White AV 70 inch x 70 inch screen :Access/Series E, 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 :Access/Series E, 70 inch x 70 inch, AV, Glass Beaded, 110 V";
Desc["Matt White"+"HDTV"+"92 inch"] = "Draper Matt White HDTV 92 inch screen :Access/Series E, 92 inch, HDTV, Matt White, 110 V";
Desc["Matt White"+"16:10"+"94 inch"] = "Draper Matt White 16:10 94 inch screen :Access/Series E, 94 inch, 16:10, Matt White, 110 V";
Desc["High Contrast Grey"+"16:10"+"94 inch"] = "Draper High Contrast Grey 16:10 94 inch screen :Access/Series E, 94 inch, 16:10, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"HDTV"+"92 inch"] = "Draper Glass Beaded HDTV 92 inch screen :Access/Series E, 92 inch, HDTV, Glass Beaded, 110 V";
Desc["High Contrast Grey"+"15:9"+"93 inch"] = "Draper High Contrast Grey 15:9 93 inch screen :Access/Series E, 93 inch, 15:9, High Contrast Grey, 110 V";
Desc["AT Grey"+"HDTV"+"92 inch"] = "Draper AT Grey HDTV 92 inch screen :Access/Series E, 92 inch, HDTV, AT Grey, 110 V";
Desc["AT1200"+"HDTV"+"92 inch"] = "Draper AT1200 HDTV 92 inch screen :Access/Series E, 92 inch, HDTV, AT1200, 110 V";
Desc["High Contrast Grey"+"HDTV"+"92 inch"] = "Draper High Contrast Grey HDTV 92 inch screen :Access/Series E, 92 inch, HDTV, High Contrast Grey, 110 V";
Desc["Matt White"+"15:9"+"93 inch"] = "Draper Matt White 15:9 93 inch screen :Access/Series E, 93 inch, 15:9, Matt White, 110 V";
Desc["AT Grey"+"NTSC"+"100 inch"] = "Draper AT Grey NTSC 100 inch screen :Access/Series E, 100 inch, NTSC, AT Grey, 110 V";
Desc["High Contrast Grey"+"NTSC"+"100 inch"] = "Draper High Contrast Grey NTSC 100 inch screen :Access/Series E, 100 inch, NTSC, High Contrast Grey, 110 V";
Desc["Matt White"+"NTSC"+"100 inch"] = "Draper Matt White NTSC 100 inch screen :Access/Series E, 100 inch, NTSC, Matt White, 110 V";
Desc["Glass Beaded"+"NTSC"+"100 inch"] = "Draper Glass Beaded NTSC 100 inch screen :Access/Series E, 100 inch, NTSC, Glass Beaded, 110 V";
Desc["AT1200"+"NTSC"+"100 inch"] = "Draper AT1200 NTSC 100 inch screen :Access/Series E, 100 inch, NTSC, AT1200, 110 V";
Desc["Matt White"+"16:10"+"109 inch"] = "Draper Matt White 16:10 109 inch screen :Access/Series E, 109 inch, 16:10, Matt White, 110 V";
Desc["High Contrast Grey"+"16:10"+"109 inch"] = "Draper High Contrast Grey 16:10 109 inch screen :Access/Series E, 109 inch, 16:10, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"15:9"+"107 inch"] = "Draper High Contrast Grey 15:9 107 inch screen :Access/Series E, 107 inch, 15:9, High Contrast Grey, 110 V";
Desc["Matt White"+"15:9"+"107 inch"] = "Draper Matt White 15:9 107 inch screen :Access/Series E, 107 inch, 15:9, Matt White, 110 V";
Desc["Matt White"+"AV"+"84 inch x 84 inch"] = "Draper Matt White AV 84 inch x 84 inch screen :Access/Series E, 84 inch x 84 inch, AV, Matt White, 110 V";
Desc["Glass Beaded"+"AV"+"84 inch x 84 inch"] = "Draper Glass Beaded AV 84 inch x 84 inch screen :Access/Series E, 84 inch x 84 inch, AV, Glass Beaded, 110 V";
Desc["AT1200"+"AV"+"84 inch x 84 inch"] = "Draper AT1200 AV 84 inch x 84 inch screen :Access/Series E, 84 inch x 84 inch, AV, AT1200, 110 V";
Desc["High Contrast Grey"+"AV"+"84 inch x 84 inch"] = "Draper High Contrast Grey AV 84 inch x 84 inch screen :Access/Series E, 84 inch x 84 inch, AV, High Contrast Grey, 110 V";
Desc["AT Grey"+"AV"+"84 inch x 84 inch"] = "Draper AT Grey AV 84 inch x 84 inch screen :Access/Series E, 84 inch x 84 inch, AV, AT Grey, 110 V";
Desc["AT1200"+"AV"+"72 inch x 96 inch"] = "Draper AT1200 AV 72 inch x 96 inch screen :Access/Series E, 72 inch x 96 inch, AV, AT1200, 110 V";
Desc["AT Grey"+"AV"+"72 inch x 96 inch"] = "Draper AT Grey AV 72 inch x 96 inch screen :Access/Series E, 72 inch x 96 inch, AV, AT Grey, 110 V";
Desc["High Contrast Grey"+"WideScreen"+"99 inch"] = "Draper High Contrast Grey WideScreen 99 inch screen :Access/Series E, 99 inch, WideScreen, High Contrast Grey, 110 V";
Desc["AT Grey"+"WideScreen"+"99 inch"] = "Draper AT Grey WideScreen 99 inch screen :Access/Series E, 99 inch, WideScreen, AT Grey, 110 V";
Desc["AT1200"+"WideScreen"+"99 inch"] = "Draper AT1200 WideScreen 99 inch screen :Access/Series E, 99 inch, WideScreen, AT1200, 110 V";
Desc["Matt White"+"WideScreen"+"99 inch"] = "Draper Matt White WideScreen 99 inch screen :Access/Series E, 99 inch, WideScreen, Matt White, 110 V";
Desc["Glass Beaded"+"WideScreen"+"99 inch"] = "Draper Glass Beaded WideScreen 99 inch screen :Access/Series E, 99 inch, WideScreen, Glass Beaded, 110 V";
Desc["High Contrast Grey"+"NTSC"+"10 ft"] = "Draper High Contrast Grey NTSC 10 ft screen :Access/Series E, 10', NTSC, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"AV"+"72 inch x 96 inch"] = "Draper Glass Beaded AV 72 inch x 96 inch screen :Access/Series E, 72 inch x 96 inch, AV, Glass Beaded, 110 V";
Desc["High Contrast Grey"+"AV"+"72 inch x 96 inch"] = "Draper High Contrast Grey AV 72 inch x 96 inch screen :Access/Series E, 72 inch x 96 inch, AV, High Contrast Grey, 110 V";
Desc["AT1200"+"HDTV"+"106 inch"] = "Draper AT1200 HDTV 106 inch screen :Access/Series E, 106 inch, HDTV, AT1200, 110 V";
Desc["Matt White"+"AV"+"72 inch x 96 inch"] = "Draper Matt White AV 72 inch x 96 inch screen :Access/Series E, 72 inch x 96 inch, AV, Matt White, 110 V";
Desc["Matt White"+"AV"+"96 inch x 96 inch"] = "Draper Matt White AV 96 inch x 96 inch screen :Access/Series E, 96 inch x 96 inch, AV, Matt White, 110 V";
Desc["High Contrast Grey"+"AV"+"96 inch x 96 inch"] = "Draper High Contrast Grey AV 96 inch x 96 inch screen :Access/Series E, 96 inch x 96 inch, AV, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"NTSC"+"10 ft"] = "Draper Glass Beaded NTSC 10 ft screen :Access/Series E, 10', NTSC, Glass Beaded, 110 V";
Desc["AT Grey"+"NTSC"+"10 ft"] = "Draper AT Grey NTSC 10 ft screen :Access/Series E, 10', NTSC, AT Grey, 110 V";
Desc["AT Grey"+"HDTV"+"106 inch"] = "Draper AT Grey HDTV 106 inch screen :Access/Series E, 106 inch, HDTV, AT Grey, 110 V";
Desc["Matt White"+"NTSC"+"10 ft"] = "Draper Matt White NTSC 10 ft screen :Access/Series E, 10', NTSC, Matt White, 110 V";
Desc["AT1200"+"NTSC"+"10 ft"] = "Draper AT1200 NTSC 10 ft screen :Access/Series E, 10', NTSC, AT1200, 110 V";
Desc["Glass Beaded"+"AV"+"96 inch x 96 inch"] = "Draper Glass Beaded AV 96 inch x 96 inch screen :Access/Series E, 96 inch x 96 inch, AV, Glass Beaded, 110 V";
Desc["AT1200"+"WideScreen"+"108 inch"] = "Draper AT1200 WideScreen 108 inch screen :Access/Series E, 108 inch, WideScreen, AT1200, 110 V";
Desc["AT Grey"+"WideScreen"+"108 inch"] = "Draper AT Grey WideScreen 108 inch screen :Access/Series E, 108 inch, WideScreen, AT Grey, 110 V";
Desc["High Contrast Grey"+"16:10"+"123 inch"] = "Draper High Contrast Grey 16:10 123 inch screen :Access/Series E, 123 inch, 16:10, High Contrast Grey, 110 V";
Desc["Matt White"+"16:10"+"123 inch"] = "Draper Matt White 16:10 123 inch screen :Access/Series E, 123 inch, 16:10, Matt White, 110 V";
Desc["Matt White"+"HDTV"+"119 inch"] = "Draper Matt White HDTV 119 inch screen :Access/Series E, 119 inch, HDTV, Matt White, 110 V";
Desc["Matt White"+"15:9"+"121 inch"] = "Draper Matt White 15:9 121 inch screen :Access/Series E, 121 inch, 15:9, Matt White, 110 V";
Desc["High Contrast Grey"+"15:9"+"121 inch"] = "Draper High Contrast Grey 15:9 121 inch screen :Access/Series E, 121 inch, 15:9, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"WideScreen"+"108 inch"] = "Draper Glass Beaded WideScreen 108 inch screen :Access/Series E, 108 inch, WideScreen, Glass Beaded, 110 V";
Desc["Matt White"+"WideScreen"+"108 inch"] = "Draper Matt White WideScreen 108 inch screen :Access/Series E, 108 inch, WideScreen, Matt White, 110 V";
Desc["High Contrast Grey"+"HDTV"+"106 inch"] = "Draper High Contrast Grey HDTV 106 inch screen :Access/Series E, 106 inch, HDTV, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"WideScreen"+"108 inch"] = "Draper High Contrast Grey WideScreen 108 inch screen :Access/Series E, 108 inch, WideScreen, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"HDTV"+"106 inch"] = "Draper Glass Beaded HDTV 106 inch screen :Access/Series E, 106 inch, HDTV, Glass Beaded, 110 V";
Desc["Glass Beaded"+"AV"+"9 ft x 9 ft"] = "Draper Glass Beaded AV 9 ft x 9 ft screen :Access/Series E, 9' x 9', AV, Glass Beaded, 110 V";
Desc["Glass Beaded"+"AV"+"7 ft x 9 ft"] = "Draper Glass Beaded AV 7 ft x 9 ft screen :Access/Series E, 7' x 9', AV, Glass Beaded, 110 V";
Desc["Matt White"+"HDTV"+"106 inch"] = "Draper Matt White HDTV 106 inch screen :Access/Series E, 106 inch, HDTV, Matt White, 110 V";
Desc["Matt White"+"AV"+"9 ft x 9 ft"] = "Draper Matt White AV 9 ft x 9 ft screen :Access/Series E, 9' x 9', AV, Matt White, 110 V";
Desc["High Contrast Grey"+"AV"+"7 ft x 9 ft"] = "Draper High Contrast Grey AV 7 ft x 9 ft screen :Access/Series E, 7' x 9', AV, High Contrast Grey, 110 V";
Desc["Matt White"+"AV"+"7 ft x 9 ft"] = "Draper Matt White AV 7 ft x 9 ft screen :Access/Series E, 7' x 9', AV, Matt White, 110 V";
Desc["AT1200"+"HDTV"+"119 inch"] = "Draper AT1200 HDTV 119 inch screen :Access/Series E, 119 inch, HDTV, AT1200, 110 V";
Desc["Glass Beaded"+"HDTV"+"119 inch"] = "Draper Glass Beaded HDTV 119 inch screen :Access/Series E, 119 inch, HDTV, Glass Beaded, 110 V";
Desc["AT Grey"+"HDTV"+"119 inch"] = "Draper AT Grey HDTV 119 inch screen :Access/Series E, 119 inch, HDTV, AT Grey, 110 V";
Desc["High Contrast Grey"+"WideScreen"+"120 inch"] = "Draper High Contrast Grey WideScreen 120 inch screen :Access/Series E, 120 inch, WideScreen, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"WideScreen"+"120 inch"] = "Draper Glass Beaded WideScreen 120 inch screen :Access/Series E, 120 inch, WideScreen, Glass Beaded, 110 V";
Desc["Matt White"+"WideScreen"+"120 inch"] = "Draper Matt White WideScreen 120 inch screen :Access/Series E, 120 inch, WideScreen, Matt White, 110 V";
Desc["High Contrast Grey"+"HDTV"+"119 inch"] = "Draper High Contrast Grey HDTV 119 inch screen :Access/Series E, 119 inch, HDTV, High Contrast Grey, 110 V";
Desc["Matt White"+"AV"+"8 ft x 10 ft"] = "Draper Matt White AV 8 ft x 10 ft screen :Access/Series E, 8' x 10', AV, Matt White, 110 V";
Desc["High Contrast Grey"+"AV"+"8 ft x 10 ft"] = "Draper High Contrast Grey AV 8 ft x 10 ft screen :Access/Series E, 8' x 10', AV, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"AV"+"8 ft x 10 ft"] = "Draper Glass Beaded AV 8 ft x 10 ft screen :Access/Series E, 8' x 10', AV, Glass Beaded, 110 V";
Desc["Glass Beaded"+"NTSC"+"11 ft"] = "Draper Glass Beaded NTSC 11 ft screen :Access/Series E, 11', NTSC, Glass Beaded, 110 V";
Desc["Matt White"+"NTSC"+"11 ft"] = "Draper Matt White NTSC 11 ft screen :Access/Series E, 11', NTSC, Matt White, 110 V";
Desc["High Contrast Grey"+"NTSC"+"11 ft"] = "Draper High Contrast Grey NTSC 11 ft screen :Access/Series E, 11', NTSC, High Contrast Grey, 110 V";
Desc["Matt White"+"WideScreen"+"132 inch"] = "Draper Matt White WideScreen 132 inch screen :Access/Series E, 132 inch, WideScreen, Matt White, 110 V";
Desc["Matt White"+"HDTV"+"133 inch"] = "Draper Matt White HDTV 133 inch screen :Access/Series E, 133 inch, HDTV, Matt White, 110 V";
Desc["AT1200"+"HDTV"+"133 inch"] = "Draper AT1200 HDTV 133 inch screen :Access/Series E, 133 inch, HDTV, AT1200, 110 V";
Desc["Glass Beaded"+"HDTV"+"133 inch"] = "Draper Glass Beaded HDTV 133 inch screen :Access/Series E, 133 inch, HDTV, Glass Beaded, 110 V";
Desc["Matt White"+"16:10"+"137 inch"] = "Draper Matt White 16:10 137 inch screen :Access/Series E, 137 inch, 16:10, Matt White, 110 V";
Desc["High Contrast Grey"+"WideScreen"+"132 inch"] = "Draper High Contrast Grey WideScreen 132 inch screen :Access/Series E, 132 inch, WideScreen, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"16:10"+"137 inch"] = "Draper High Contrast Grey 16:10 137 inch screen :Access/Series E, 137 inch, 16:10, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"WideScreen"+"132 inch"] = "Draper Glass Beaded WideScreen 132 inch screen :Access/Series E, 132 inch, WideScreen, Glass Beaded, 110 V";
Desc["AT Grey"+"HDTV"+"133 inch"] = "Draper AT Grey HDTV 133 inch screen :Access/Series E, 133 inch, HDTV, AT Grey, 110 V";
Desc["Matt White"+"15:9"+"135 inch"] = "Draper Matt White 15:9 135 inch screen :Access/Series E, 135 inch, 15:9, Matt White, 110 V";
Desc["High Contrast Grey"+"15:9"+"135 inch"] = "Draper High Contrast Grey 15:9 135 inch screen :Access/Series E, 135 inch, 15:9, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"HDTV"+"133 inch"] = "Draper High Contrast Grey HDTV 133 inch screen :Access/Series E, 133 inch, HDTV, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"NTSC"+"150 inch"] = "Draper Glass Beaded NTSC 150 inch screen :Access/Series E, 150 inch, NTSC, Glass Beaded, 110 V";
Desc["Matt White"+"NTSC"+"150 inch"] = "Draper Matt White NTSC 150 inch screen :Access/Series E, 150 inch, NTSC, Matt White, 110 V";
Desc["High Contrast Grey"+"NTSC"+"150 inch"] = "Draper High Contrast Grey NTSC 150 inch screen :Access/Series E, 150 inch, NTSC, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"AV"+"10 ft x 10 ft"] = "Draper Glass Beaded AV 10 ft x 10 ft screen :Access/Series E, 10' x 10', AV, Glass Beaded, 110 V";
Desc["Matt White"+"AV"+"10 ft x 10 ft"] = "Draper Matt White AV 10 ft x 10 ft screen :Access/Series E, 10' x 10', AV, Matt White, 110 V";
Desc["Matt White"+"16:10"+"165 inch"] = "Draper Matt White 16:10 165 inch screen :Access/Series E, 165 inch, 16:10, Matt White, 110 V";
Desc["Matt White"+"15:9"+"163 inch"] = "Draper Matt White 15:9 163 inch screen :Access/Series E, 163 inch, 15:9, Matt White, 110 V";
Desc["Matt White"+"HDTV"+"161 inch"] = "Draper Matt White HDTV 161 inch screen :Access/Series E, 161 inch, HDTV, Matt White, 110 V";
Desc["High Contrast Grey"+"16:10"+"165 inch"] = "Draper High Contrast Grey 16:10 165 inch screen :Access/Series E, 165 inch, 16:10, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"15:9"+"163 inch"] = "Draper High Contrast Grey 15:9 163 inch screen :Access/Series E, 163 inch, 15:9, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"WideScreen"+"162 inch"] = "Draper High Contrast Grey WideScreen 162 inch screen :Access/Series E, 162 inch, WideScreen, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"HDTV"+"161 inch"] = "Draper High Contrast Grey HDTV 161 inch screen :Access/Series E, 161 inch, HDTV, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"WideScreen"+"162 inch"] = "Draper Glass Beaded WideScreen 162 inch screen :Access/Series E, 162 inch, WideScreen, Glass Beaded, 110 V";
Desc["Glass Beaded"+"HDTV"+"161 inch"] = "Draper Glass Beaded HDTV 161 inch screen :Access/Series E, 161 inch, HDTV, Glass Beaded, 110 V";
Desc["Matt White"+"WideScreen"+"162 inch"] = "Draper Matt White WideScreen 162 inch screen :Access/Series E, 162 inch, WideScreen, Matt White, 110 V";
Desc["Matt White"+"AV"+"9 ft x 12 ft"] = "Draper Matt White AV 9 ft x 12 ft screen :Access/Series E, 9' x 12', AV, Matt White, 110 V";
Desc["Matt White"+"NTSC"+"15 ft"] = "Draper Matt White NTSC 15 ft screen :Access/Series E, 15', NTSC, Matt White, 110 V";
Desc["Glass Beaded"+"AV"+"9 ft x 12 ft"] = "Draper Glass Beaded AV 9 ft x 12 ft screen :Access/Series E, 9' x 12', AV, Glass Beaded, 110 V";
Desc["Glass Beaded"+"NTSC"+"15 ft"] = "Draper Glass Beaded NTSC 15 ft screen :Access/Series E, 15', NTSC, Glass Beaded, 110 V";
Desc["Glass Beaded"+"AV"+"12 ft x 12 ft"] = "Draper Glass Beaded AV 12 ft x 12 ft screen :Access/Series E, 12' x 12', AV, Glass Beaded, 110 V";
Desc["Glass Beaded"+"HDTV"+"184 inch"] = "Draper Glass Beaded HDTV 184 inch screen :Access/Series E, 184 inch, HDTV, Glass Beaded, 110 V";
Desc["High Contrast Grey"+"WideScreen"+"182 inch"] = "Draper High Contrast Grey WideScreen 182 inch screen :Access/Series E, 182 inch, WideScreen, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"WideScreen"+"182 inch"] = "Draper Glass Beaded WideScreen 182 inch screen :Access/Series E, 182 inch, WideScreen, Glass Beaded, 110 V";
Desc["High Contrast Grey"+"HDTV"+"184 inch"] = "Draper High Contrast Grey HDTV 184 inch screen :Access/Series E, 184 inch, HDTV, High Contrast Grey, 110 V";
Desc["Matt White"+"HDTV"+"184 inch"] = "Draper Matt White HDTV 184 inch screen :Access/Series E, 184 inch, HDTV, Matt White, 110 V";
Desc["Matt White"+"WideScreen"+"182 inch"] = "Draper Matt White WideScreen 182 inch screen :Access/Series E, 182 inch, WideScreen, Matt White, 110 V";
Desc["Glass Beaded"+"NTSC"+"200 inch"] = "Draper Glass Beaded NTSC 200 inch screen :Access/Series E, 200 inch, NTSC, Glass Beaded, 110 V";
Desc["Matt White"+"NTSC"+"200 inch"] = "Draper Matt White NTSC 200 inch screen :Access/Series E, 200 inch, NTSC, Matt White, 110 V";
Desc["Matt White"+"AV"+"12 ft x 12 ft"] = "Draper Matt White AV 12 ft x 12 ft screen :Access/Series E, 12' x 12', AV, Matt White, 110 V";

var Cost = new Array(130)

Cost["High Contrast Grey"+"AV"+"50 inch x 50 inch"] = 1327.8;
Cost["Matt White"+"AV"+"50 inch x 50 inch"] = 1327.8;
Cost["Glass Beaded"+"AV"+"50 inch x 50 inch"] = 1327.8;
Cost["High Contrast Grey"+"NTSC"+"6 ft"] = 1354.9;
Cost["Glass Beaded"+"NTSC"+"6 ft"] = 1354.9;
Cost["Glass Beaded"+"AV"+"60 inch x 60 inch"] = 1348.3;
Cost["Matt White"+"AV"+"60 inch x 60 inch"] = 1348.3;
Cost["Matt White"+"NTSC"+"6 ft"] = 1354.9;
Cost["High Contrast Grey"+"AV"+"60 inch x 60 inch"] = 1348.3;
Cost["Matt White"+"NTSC"+"7 ft"] = 1370.9;
Cost["Glass Beaded"+"NTSC"+"7 ft"] = 1372.9;
Cost["High Contrast Grey"+"NTSC"+"7 ft"] = 1372.9;
Cost["High Contrast Grey"+"AV"+"70 inch x 70 inch"] = 1374.9;
Cost["Matt White"+"AV"+"70 inch x 70 inch"] = 1374.9;
Cost["Glass Beaded"+"AV"+"70 inch x 70 inch"] = 1374.9;
Cost["Matt White"+"HDTV"+"92 inch"] = 1405;
Cost["Matt White"+"16:10"+"94 inch"] = 1405;
Cost["High Contrast Grey"+"16:10"+"94 inch"] = 1405;
Cost["Glass Beaded"+"HDTV"+"92 inch"] = 1405;
Cost["High Contrast Grey"+"15:9"+"93 inch"] = 1405;
Cost["AT Grey"+"HDTV"+"92 inch"] = 3174.9;
Cost["AT1200"+"HDTV"+"92 inch"] = 3174.9;
Cost["High Contrast Grey"+"HDTV"+"92 inch"] = 1405;
Cost["Matt White"+"15:9"+"93 inch"] = 1405;
Cost["AT Grey"+"NTSC"+"100 inch"] = 3247.3;
Cost["High Contrast Grey"+"NTSC"+"100 inch"] = 1415.8;
Cost["Matt White"+"NTSC"+"100 inch"] = 1415.8;
Cost["Glass Beaded"+"NTSC"+"100 inch"] = 1415.8;
Cost["AT1200"+"NTSC"+"100 inch"] = 3247.3;
Cost["Matt White"+"16:10"+"109 inch"] = 1429.7;
Cost["High Contrast Grey"+"16:10"+"109 inch"] = 1429.7;
Cost["High Contrast Grey"+"15:9"+"107 inch"] = 1429.7;
Cost["Matt White"+"15:9"+"107 inch"] = 1429.7;
Cost["Matt White"+"AV"+"84 inch x 84 inch"] = 1426.3;
Cost["Glass Beaded"+"AV"+"84 inch x 84 inch"] = 1426.3;
Cost["AT1200"+"AV"+"84 inch x 84 inch"] = 3252.3;
Cost["High Contrast Grey"+"AV"+"84 inch x 84 inch"] = 1426.3;
Cost["AT Grey"+"AV"+"84 inch x 84 inch"] = 3252.3;
Cost["AT1200"+"AV"+"72 inch x 96 inch"] = 4323.5;
Cost["AT Grey"+"AV"+"72 inch x 96 inch"] = 4323.5;
Cost["High Contrast Grey"+"WideScreen"+"99 inch"] = 1420.5;
Cost["AT Grey"+"WideScreen"+"99 inch"] = 4091.3;
Cost["AT1200"+"WideScreen"+"99 inch"] = 4091.3;
Cost["Matt White"+"WideScreen"+"99 inch"] = 1420.5;
Cost["Glass Beaded"+"WideScreen"+"99 inch"] = 1420.5;
Cost["High Contrast Grey"+"NTSC"+"10 ft"] = 1455.5;
Cost["Glass Beaded"+"AV"+"72 inch x 96 inch"] = 1444.5;
Cost["High Contrast Grey"+"AV"+"72 inch x 96 inch"] = 1444.5;
Cost["AT1200"+"HDTV"+"106 inch"] = 4256.1;
Cost["Matt White"+"AV"+"72 inch x 96 inch"] = 1444.5;
Cost["Matt White"+"AV"+"96 inch x 96 inch"] = 1473.1;
Cost["High Contrast Grey"+"AV"+"96 inch x 96 inch"] = 1473.1;
Cost["Glass Beaded"+"NTSC"+"10 ft"] = 1455.5;
Cost["AT Grey"+"NTSC"+"10 ft"] = 4326.5;
Cost["AT Grey"+"HDTV"+"106 inch"] = 4256.1;
Cost["Matt White"+"NTSC"+"10 ft"] = 1455.5;
Cost["AT1200"+"NTSC"+"10 ft"] = 4326.5;
Cost["Glass Beaded"+"AV"+"96 inch x 96 inch"] = 1473.1;
Cost["AT1200"+"WideScreen"+"108 inch"] = 4114.2;
Cost["AT Grey"+"WideScreen"+"108 inch"] = 4114.2;
Cost["High Contrast Grey"+"16:10"+"123 inch"] = 1457.6;
Cost["Matt White"+"16:10"+"123 inch"] = 1457.6;
Cost["Matt White"+"HDTV"+"119 inch"] = 1457.6;
Cost["Matt White"+"15:9"+"121 inch"] = 1457.6;
Cost["High Contrast Grey"+"15:9"+"121 inch"] = 1457.6;
Cost["Glass Beaded"+"WideScreen"+"108 inch"] = 1431;
Cost["Matt White"+"WideScreen"+"108 inch"] = 1431;
Cost["High Contrast Grey"+"HDTV"+"106 inch"] = 1438.7;
Cost["High Contrast Grey"+"WideScreen"+"108 inch"] = 1431;
Cost["Glass Beaded"+"HDTV"+"106 inch"] = 1438.7;
Cost["Glass Beaded"+"AV"+"9 ft x 9 ft"] = 1548.2;
Cost["Glass Beaded"+"AV"+"7 ft x 9 ft"] = 1520.7;
Cost["Matt White"+"HDTV"+"106 inch"] = 1443.7;
Cost["Matt White"+"AV"+"9 ft x 9 ft"] = 1548.2;
Cost["High Contrast Grey"+"AV"+"7 ft x 9 ft"] = 1520.7;
Cost["Matt White"+"AV"+"7 ft x 9 ft"] = 1520.7;
Cost["AT1200"+"HDTV"+"119 inch"] = 4369.2;
Cost["Glass Beaded"+"HDTV"+"119 inch"] = 1469.6;
Cost["AT Grey"+"HDTV"+"119 inch"] = 4369.2;
Cost["High Contrast Grey"+"WideScreen"+"120 inch"] = 1469.6;
Cost["Glass Beaded"+"WideScreen"+"120 inch"] = 1469.6;
Cost["Matt White"+"WideScreen"+"120 inch"] = 1469.6;
Cost["High Contrast Grey"+"HDTV"+"119 inch"] = 1469.6;
Cost["Matt White"+"AV"+"8 ft x 10 ft"] = 1577.1;
Cost["High Contrast Grey"+"AV"+"8 ft x 10 ft"] = 1577.1;
Cost["Glass Beaded"+"AV"+"8 ft x 10 ft"] = 1577.1;
Cost["Glass Beaded"+"NTSC"+"11 ft"] = 1507.6;
Cost["Matt White"+"NTSC"+"11 ft"] = 1507.6;
Cost["High Contrast Grey"+"NTSC"+"11 ft"] = 1507.6;
Cost["Matt White"+"WideScreen"+"132 inch"] = 1500.3;
Cost["Matt White"+"HDTV"+"133 inch"] = 1500.3;
Cost["AT1200"+"HDTV"+"133 inch"] = 4490.1;
Cost["Glass Beaded"+"HDTV"+"133 inch"] = 1500.3;
Cost["Matt White"+"16:10"+"137 inch"] = 1500.3;
Cost["High Contrast Grey"+"WideScreen"+"132 inch"] = 1500.3;
Cost["High Contrast Grey"+"16:10"+"137 inch"] = 1500.3;
Cost["Glass Beaded"+"WideScreen"+"132 inch"] = 1500.3;
Cost["AT Grey"+"HDTV"+"133 inch"] = 4490.1;
Cost["Matt White"+"15:9"+"135 inch"] = 1500.3;
Cost["High Contrast Grey"+"15:9"+"135 inch"] = 1500.3;
Cost["High Contrast Grey"+"HDTV"+"133 inch"] = 1500.3;
Cost["Glass Beaded"+"NTSC"+"150 inch"] = 1528.8;
Cost["Matt White"+"NTSC"+"150 inch"] = 1528.8;
Cost["High Contrast Grey"+"NTSC"+"150 inch"] = 1528.8;
Cost["Glass Beaded"+"AV"+"10 ft x 10 ft"] = 1619.8;
Cost["Matt White"+"AV"+"10 ft x 10 ft"] = 1619.8;
Cost["Matt White"+"16:10"+"165 inch"] = 1555.8;
Cost["Matt White"+"15:9"+"163 inch"] = 1555.8;
Cost["Matt White"+"HDTV"+"161 inch"] = 1555.8;
Cost["High Contrast Grey"+"16:10"+"165 inch"] = 1555.8;
Cost["High Contrast Grey"+"15:9"+"163 inch"] = 1555.8;
Cost["High Contrast Grey"+"WideScreen"+"162 inch"] = 1555.8;
Cost["High Contrast Grey"+"HDTV"+"161 inch"] = 1555.8;
Cost["Glass Beaded"+"WideScreen"+"162 inch"] = 1555.8;
Cost["Glass Beaded"+"HDTV"+"161 inch"] = 1555.8;
Cost["Matt White"+"WideScreen"+"162 inch"] = 1555.8;
Cost["Matt White"+"AV"+"9 ft x 12 ft"] = 1675.5;
Cost["Matt White"+"NTSC"+"15 ft"] = 1587.5;
Cost["Glass Beaded"+"AV"+"9 ft x 12 ft"] = 1675.5;
Cost["Glass Beaded"+"NTSC"+"15 ft"] = 1587.5;
Cost["Glass Beaded"+"AV"+"12 ft x 12 ft"] = 1826.8;
Cost["Glass Beaded"+"HDTV"+"184 inch"] = 1603.2;
Cost["High Contrast Grey"+"WideScreen"+"182 inch"] = 1603.2;
Cost["Glass Beaded"+"WideScreen"+"182 inch"] = 1603.2;
Cost["High Contrast Grey"+"HDTV"+"184 inch"] = 1603.2;
Cost["Matt White"+"HDTV"+"184 inch"] = 1603.2;
Cost["Matt White"+"WideScreen"+"182 inch"] = 1603.2;
Cost["Glass Beaded"+"NTSC"+"200 inch"] = 1634.9;
Cost["Matt White"+"NTSC"+"200 inch"] = 1634.9;
Cost["Matt White"+"AV"+"12 ft x 12 ft"] = 1842.8;

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">'
}


