
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 == "Rear Cineflex") {
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('CinemaScope','CinemaScope');
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 == "HiDef 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('CinemaScope','CinemaScope');
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 == "M1300") {
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('CinemaScope','CinemaScope');
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 == "M2500") {
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('CinemaScope','CinemaScope');
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('CinemaScope','CinemaScope');
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('CinemaScope','CinemaScope');
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 == "HDTV" && surfacePick == "Rear Cineflex") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('65 inch','65 inch');
selbox.options[selbox.options.length] = new Option('73 inch','73 inch');
selbox.options[selbox.options.length] = new Option('82 inch','82 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
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('161 inch','161 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
}


if (chosen == "HDTV" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('65 inch','65 inch');
selbox.options[selbox.options.length] = new Option('73 inch','73 inch');
selbox.options[selbox.options.length] = new Option('82 inch','82 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
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('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 inch');
}


if (chosen == "HDTV" && surfacePick == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('65 inch','65 inch');
selbox.options[selbox.options.length] = new Option('73 inch','73 inch');
selbox.options[selbox.options.length] = new Option('82 inch','82 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 inch');
}


if (chosen == "HDTV" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('65 inch','65 inch');
selbox.options[selbox.options.length] = new Option('73 inch','73 inch');
selbox.options[selbox.options.length] = new Option('82 inch','82 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 inch');
}


if (chosen == "HDTV" && surfacePick == "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');
selbox.options[selbox.options.length] = new Option('161 inch','161 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');
selbox.options[selbox.options.length] = new Option('161 inch','161 inch');
}


if (chosen == "16:10" && surfacePick == "Rear Cineflex") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
}


if (chosen == "16:10" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('67 inch','67 inch');
selbox.options[selbox.options.length] = new Option('76 inch','76 inch');
selbox.options[selbox.options.length] = new Option('85 inch','85 inch');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
selbox.options[selbox.options.length] = new Option('94 inch','94 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 == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('67 inch','67 inch');
selbox.options[selbox.options.length] = new Option('76 inch','76 inch');
selbox.options[selbox.options.length] = new Option('85 inch','85 inch');
selbox.options[selbox.options.length] = new Option('94 inch','94 inch');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
selbox.options[selbox.options.length] = new Option('123 inch','123 inch');
selbox.options[selbox.options.length] = new Option('165 inch','165 inch');
selbox.options[selbox.options.length] = new Option('137 inch','137 inch');
}


if (chosen == "16:10" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('67 inch','67 inch');
selbox.options[selbox.options.length] = new Option('76 inch','76 inch');
selbox.options[selbox.options.length] = new Option('85 inch','85 inch');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
selbox.options[selbox.options.length] = new Option('94 inch','94 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 == "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 == "Rear Cineflex") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
}


if (chosen == "15:9" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('66 inch','66 inch');
selbox.options[selbox.options.length] = new Option('75 inch','75 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
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('163 inch','163 inch');
selbox.options[selbox.options.length] = new Option('135 inch','135 inch');
}


if (chosen == "15:9" && surfacePick == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('66 inch','66 inch');
selbox.options[selbox.options.length] = new Option('75 inch','75 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
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('163 inch','163 inch');
selbox.options[selbox.options.length] = new Option('135 inch','135 inch');
}


if (chosen == "15:9" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('66 inch','66 inch');
selbox.options[selbox.options.length] = new Option('75 inch','75 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
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 == "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 == "NTSC" && surfacePick == "Rear Cineflex") {
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('6 ft 6 inch','6 ft 6 inch');
selbox.options[selbox.options.length] = new Option('7 ft 6 inch','7 ft 6 inch');
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');
selbox.options[selbox.options.length] = new Option('250 inch','250 inch');
selbox.options[selbox.options.length] = new Option('25 ft','25 ft');
}


if (chosen == "NTSC" && surfacePick == "HiDef 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('6 ft 6 inch','6 ft 6 inch');
selbox.options[selbox.options.length] = new Option('7 ft 6 inch','7 ft 6 inch');
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');
selbox.options[selbox.options.length] = new Option('250 inch','250 inch');
}


if (chosen == "NTSC" && surfacePick == "M1300") {
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('6 ft 6 inch','6 ft 6 inch');
selbox.options[selbox.options.length] = new Option('7 ft 6 inch','7 ft 6 inch');
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');
selbox.options[selbox.options.length] = new Option('250 inch','250 inch');
selbox.options[selbox.options.length] = new Option('25 ft','25 ft');
}


if (chosen == "NTSC" && surfacePick == "M2500") {
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('6 ft 6 inch','6 ft 6 inch');
selbox.options[selbox.options.length] = new Option('7 ft 6 inch','7 ft 6 inch');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('10 ft','10 ft');
selbox.options[selbox.options.length] = new Option('11 ft','11 ft');
selbox.options[selbox.options.length] = new Option('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('15 ft','15 ft');
}


if (chosen == "NTSC" && surfacePick == "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 == "CinemaScope" && surfacePick == "Rear Cineflex") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
}


if (chosen == "CinemaScope" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('115 inch','115 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('148 inch','148 inch');
selbox.options[selbox.options.length] = new Option('166 inch','166 inch');
}


if (chosen == "CinemaScope" && surfacePick == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('115 inch','115 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('148 inch','148 inch');
selbox.options[selbox.options.length] = new Option('166 inch','166 inch');
}


if (chosen == "CinemaScope" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('115 inch','115 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('148 inch','148 inch');
selbox.options[selbox.options.length] = new Option('166 inch','166 inch');
}


if (chosen == "CinemaScope" && surfacePick == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('115 inch','115 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('148 inch','148 inch');
selbox.options[selbox.options.length] = new Option('166 inch','166 inch');
}


if (chosen == "CinemaScope" && surfacePick == "AT1200") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('115 inch','115 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('148 inch','148 inch');
selbox.options[selbox.options.length] = new Option('166 inch','166 inch');
}


if (chosen == "AV" && surfacePick == "Rear Cineflex") {
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('74 inch x 98 inch','74 inch x 98 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('94 inch x 124 inch','94 inch x 124 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('108 inch x 144 inch','108 inch x 144 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('120 inch x 120 inch','120 inch x 120 inch');
selbox.options[selbox.options.length] = new Option('144 inch x 144 inch','144 inch x 144 inch');
}


if (chosen == "AV" && surfacePick == "HiDef 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('74 inch x 98 inch','74 inch x 98 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('94 inch x 124 inch','94 inch x 124 inch');
selbox.options[selbox.options.length] = new Option('84 inch x 84 inch','84 inch x 84 inch');
selbox.options[selbox.options.length] = new Option('96 inch x 96 inch','96 inch x 96 inch');
selbox.options[selbox.options.length] = new Option('108 inch x 144 inch','108 inch x 144 inch');
selbox.options[selbox.options.length] = new Option('120 inch x 120 inch','120 inch x 120 inch');
selbox.options[selbox.options.length] = new Option('144 inch x 144 inch','144 inch x 144 inch');
}


if (chosen == "AV" && surfacePick == "M1300") {
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('74 inch x 98 inch','74 inch x 98 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('94 inch x 124 inch','94 inch x 124 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('108 inch x 144 inch','108 inch x 144 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('120 inch x 120 inch','120 inch x 120 inch');
selbox.options[selbox.options.length] = new Option('144 inch x 144 inch','144 inch x 144 inch');
}


if (chosen == "AV" && surfacePick == "M2500") {
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('74 inch x 98 inch','74 inch x 98 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('94 inch x 124 inch','94 inch x 124 inch');
selbox.options[selbox.options.length] = new Option('84 inch x 84 inch','84 inch x 84 inch');
selbox.options[selbox.options.length] = new Option('96 inch x 96 inch','96 inch x 96 inch');
selbox.options[selbox.options.length] = new Option('108 inch x 144 inch','108 inch 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 inch x 84 inch','84 inch x 84 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');
}


if (chosen == "WideScreen" && surfacePick == "Rear Cineflex") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
selbox.options[selbox.options.length] = new Option('108 inch','108 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('162 inch','162 inch');
}


if (chosen == "WideScreen" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
selbox.options[selbox.options.length] = new Option('108 inch','108 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('162 inch','162 inch');
}


if (chosen == "WideScreen" && surfacePick == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
selbox.options[selbox.options.length] = new Option('108 inch','108 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('162 inch','162 inch');
}


if (chosen == "WideScreen" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
selbox.options[selbox.options.length] = new Option('108 inch','108 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('162 inch','162 inch');
}


if (chosen == "WideScreen" && surfacePick == "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');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('162 inch','162 inch');
}


if (chosen == "WideScreen" && surfacePick == "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');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('162 inch','162 inch');
}


 formatPick = chosen; 
}
function storeSize(chosen) {
sizePick= chosen;
}

function ChooseProd() {
var Products = new Array(224)

Products["Rear Cineflex"+"HDTV"+"65 inch"] = "251032";
Products["HiDef Grey"+"HDTV"+"65 inch"] = "250130";
Products["HiDef Grey"+"16:10"+"67 inch"] = "251068";
Products["HiDef Grey"+"15:9"+"66 inch"] = "251092";
Products["M1300"+"HDTV"+"65 inch"] = "250124";
Products["M1300"+"16:10"+"67 inch"] = "251060";
Products["M2500"+"16:10"+"67 inch"] = "251076";
Products["M2500"+"HDTV"+"65 inch"] = "250127";
Products["M2500"+"15:9"+"66 inch"] = "251100";
Products["M1300"+"15:9"+"66 inch"] = "251084";
Products["M1300"+"16:10"+"76 inch"] = "251061";
Products["M2500"+"HDTV"+"73 inch"] = "250128";
Products["HiDef Grey"+"15:9"+"75 inch"] = "251093";
Products["HiDef Grey"+"HDTV"+"73 inch"] = "250131";
Products["HiDef Grey"+"16:10"+"76 inch"] = "251069";
Products["M2500"+"16:10"+"76 inch"] = "251077";
Products["M1300"+"15:9"+"75 inch"] = "251085";
Products["M1300"+"HDTV"+"73 inch"] = "250125";
Products["M2500"+"15:9"+"75 inch"] = "251101";
Products["Rear Cineflex"+"HDTV"+"73 inch"] = "251033";
Products["M1300"+"16:10"+"85 inch"] = "251062";
Products["M1300"+"HDTV"+"82 inch"] = "250126";
Products["M2500"+"16:10"+"85 inch"] = "251078";
Products["HiDef Grey"+"16:10"+"85 inch"] = "251070";
Products["HiDef Grey"+"HDTV"+"82 inch"] = "250132";
Products["M2500"+"HDTV"+"82 inch"] = "250129";
Products["HiDef Grey"+"15:9"+"84 inch"] = "251094";
Products["M1300"+"15:9"+"84 inch"] = "251086";
Products["Rear Cineflex"+"HDTV"+"82 inch"] = "251034";
Products["M2500"+"15:9"+"84 inch"] = "251102";
Products["M2500"+"15:9"+"93 inch"] = "251103";
Products["AT Grey"+"NTSC"+"100 inch"] = "250108";
Products["Rear Cineflex"+"HDTV"+"106 inch"] = "251023";
Products["M1300"+"16:10"+"94 inch"] = "251063";
Products["M1300"+"15:9"+"93 inch"] = "251087";
Products["HiDef Grey"+"16:10"+"109 inch"] = "251072";
Products["M2500"+"16:10"+"109 inch"] = "251080";
Products["HiDef Grey"+"HDTV"+"106 inch"] = "250093";
Products["HiDef Grey"+"HDTV"+"92 inch"] = "250092";
Products["M2500"+"16:10"+"94 inch"] = "251079";
Products["M2500"+"15:9"+"107 inch"] = "251104";
Products["M1300"+"HDTV"+"92 inch"] = "250022";
Products["M2500"+"HDTV"+"92 inch"] = "250047";
Products["HiDef Grey"+"15:9"+"93 inch"] = "251095";
Products["M1300"+"15:9"+"107 inch"] = "251088";
Products["HiDef Grey"+"16:10"+"94 inch"] = "251071";
Products["AT1200"+"NTSC"+"100 inch"] = "250063";
Products["HiDef Grey"+"15:9"+"107 inch"] = "251096";
Products["M1300"+"16:10"+"109 inch"] = "251064";
Products["Rear Cineflex"+"HDTV"+"92 inch"] = "251022";
Products["M2500"+"HDTV"+"106 inch"] = "250048";
Products["M1300"+"HDTV"+"106 inch"] = "250023";
Products["M1300"+"CinemaScope"+"115 inch"] = "251035";
Products["M1300"+"NTSC"+"6 ft"] = "250011";
Products["HiDef Grey"+"NTSC"+"6 ft"] = "250084";
Products["HiDef Grey"+"AV"+"50 inch x 50 inch"] = "250074";
Products["Rear Cineflex"+"AV"+"50 inch x 50 inch"] = "251001";
Products["M2500"+"NTSC"+"6 ft"] = "250039";
Products["Rear Cineflex"+"NTSC"+"6 ft"] = "251011";
Products["M1300"+"AV"+"50 inch x 50 inch"] = "250001";
Products["AT1200"+"NTSC"+"10 ft"] = "250064";
Products["AT Grey"+"NTSC"+"10 ft"] = "250109";
Products["M2500"+"AV"+"50 inch x 50 inch"] = "250031";
Products["Rear Cineflex"+"NTSC"+"6 ft 6 inch"] = "251012";
Products["HiDef Grey"+"NTSC"+"6 ft 6 inch"] = "250085";
Products["M2500"+"NTSC"+"6 ft 6 inch"] = "250040";
Products["M1300"+"NTSC"+"6 ft 6 inch"] = "250012";
Products["HiDef Grey"+"16:10"+"123 inch"] = "251073";
Products["HiDef Grey"+"AV"+"60 inch x 60 inch"] = "250075";
Products["M1300"+"16:10"+"123 inch"] = "251065";
Products["M1300"+"HDTV"+"119 inch"] = "250120";
Products["Rear Cineflex"+"HDTV"+"119 inch"] = "251031";
Products["M2500"+"15:9"+"121 inch"] = "251105";
Products["M1300"+"NTSC"+"7 ft 6 inch"] = "250013";
Products["Rear Cineflex"+"NTSC"+"7 ft 6 inch"] = "251013";
Products["HiDef Grey"+"15:9"+"121 inch"] = "251097";
Products["M1300"+"CinemaScope"+"132 inch"] = "251036";
Products["Rear Cineflex"+"AV"+"60 inch x 60 inch"] = "251002";
Products["M2500"+"HDTV"+"119 inch"] = "250121";
Products["M2500"+"NTSC"+"7 ft 6 inch"] = "250041";
Products["M2500"+"16:10"+"123 inch"] = "251081";
Products["M1300"+"15:9"+"121 inch"] = "251089";
Products["M2500"+"AV"+"60 inch x 60 inch"] = "250032";
Products["M1300"+"AV"+"60 inch x 60 inch"] = "250002";
Products["HiDef Grey"+"NTSC"+"7 ft 6 inch"] = "250086";
Products["HiDef Grey"+"HDTV"+"119 inch"] = "250123";
Products["M2500"+"NTSC"+"100 inch"] = "250042";
Products["Rear Cineflex"+"NTSC"+"100 inch"] = "251014";
Products["M1300"+"NTSC"+"100 inch"] = "250014";
Products["HiDef Grey"+"NTSC"+"100 inch"] = "250087";
Products["M1300"+"WideScreen"+"99 inch"] = "250026";
Products["M2500"+"16:10"+"137 inch"] = "251082";
Products["Rear Cineflex"+"WideScreen"+"99 inch"] = "251026";
Products["AT Grey"+"WideScreen"+"99 inch"] = "250114";
Products["AT Grey"+"HDTV"+"92 inch"] = "250110";
Products["M2500"+"HDTV"+"133 inch"] = "250049";
Products["HiDef Grey"+"WideScreen"+"99 inch"] = "250096";
Products["M2500"+"WideScreen"+"99 inch"] = "250051";
Products["AT1200"+"HDTV"+"92 inch"] = "250065";
Products["M2500"+"15:9"+"135 inch"] = "251106";
Products["AT1200"+"WideScreen"+"99 inch"] = "250069";
Products["HiDef Grey"+"NTSC"+"10 ft"] = "250078";
Products["M2500"+"WideScreen"+"108 inch"] = "250052";
Products["M2500"+"NTSC"+"10 ft"] = "250035";
Products["M2500"+"AV"+"74 inch x 98 inch"] = "250035";
Products["HiDef Grey"+"AV"+"74 inch x 98 inch"] = "250078";
Products["Rear Cineflex"+"WideScreen"+"108 inch"] = "251027";
Products["AT Grey"+"WideScreen"+"108 inch"] = "250115";
Products["AT1200"+"WideScreen"+"108 inch"] = "250070";
Products["Rear Cineflex"+"NTSC"+"10 ft"] = "251005";
Products["Rear Cineflex"+"AV"+"74 inch x 98 inch"] = "251005";
Products["M1300"+"AV"+"74 inch x 98 inch"] = "250005";
Products["M1300"+"NTSC"+"10 ft"] = "250005";
Products["M1300"+"WideScreen"+"108 inch"] = "250027";
Products["HiDef Grey"+"WideScreen"+"108 inch"] = "250097";
Products["Rear Cineflex"+"AV"+"70 inch x 70 inch"] = "251003";
Products["M2500"+"AV"+"70 inch x 70 inch"] = "250033";
Products["M1300"+"AV"+"70 inch x 70 inch"] = "250003";
Products["HiDef Grey"+"AV"+"70 inch x 70 inch"] = "250076";
Products["AT1200"+"HDTV"+"106 inch"] = "250066";
Products["AT Grey"+"HDTV"+"106 inch"] = "250111";
Products["Rear Cineflex"+"WideScreen"+"120 inch"] = "251028";
Products["AT1200"+"HDTV"+"119 inch"] = "250122";
Products["AT Grey"+"HDTV"+"119 inch"] = "250119";
Products["M1300"+"WideScreen"+"120 inch"] = "250028";
Products["AT Grey"+"WideScreen"+"120 inch"] = "250116";
Products["HiDef Grey"+"WideScreen"+"120 inch"] = "250098";
Products["AT1200"+"WideScreen"+"120 inch"] = "250071";
Products["M2500"+"WideScreen"+"120 inch"] = "250053";
Products["HiDef Grey"+"NTSC"+"11 ft"] = "250088";
Products["Rear Cineflex"+"NTSC"+"11 ft"] = "251016";
Products["M1300"+"NTSC"+"11 ft"] = "250016";
Products["M2500"+"NTSC"+"11 ft"] = "250044";
Products["Rear Cineflex"+"NTSC"+"150 inch"] = "251007";
Products["Rear Cineflex"+"AV"+"94 inch x 124 inch"] = "251007";
Products["HiDef Grey"+"AV"+"94 inch x 124 inch"] = "250080";
Products["M2500"+"AV"+"94 inch x 124 inch"] = "250037";
Products["M2500"+"NTSC"+"150 inch"] = "250037";
Products["M1300"+"AV"+"94 inch x 124 inch"] = "250007";
Products["M1300"+"NTSC"+"150 inch"] = "250007";
Products["HiDef Grey"+"NTSC"+"150 inch"] = "250080";
Products["M1300"+"AV"+"84 inch x 84 inch"] = "250004";
Products["Rear Cineflex"+"AV"+"84 inch x 84 inch"] = "251004";
Products["M2500"+"AV"+"84 inch x 84 inch"] = "250034";
Products["HiDef Grey"+"AV"+"84 inch x 84 inch"] = "250077";
Products["HiDef Grey"+"WideScreen"+"132 inch"] = "250099";
Products["M2500"+"WideScreen"+"132 inch"] = "250054";
Products["M1300"+"WideScreen"+"132 inch"] = "250029";
Products["AT Grey"+"WideScreen"+"132 inch"] = "250117";
Products["Rear Cineflex"+"WideScreen"+"132 inch"] = "251029";
Products["AT1200"+"WideScreen"+"132 inch"] = "250072";
Products["AT Grey"+"HDTV"+"133 inch"] = "250112";
Products["AT1200"+"HDTV"+"133 inch"] = "250067";
Products["AT Grey"+"AV"+"84 inch x 84 inch"] = "250104";
Products["AT1200"+"AV"+"84 inch x 84 inch"] = "250059";
Products["M1300"+"16:10"+"165 inch"] = "251067";
Products["Rear Cineflex"+"WideScreen"+"162 inch"] = "251030";
Products["M2500"+"15:9"+"163 inch"] = "251107";
Products["M1300"+"HDTV"+"133 inch"] = "250024";
Products["Rear Cineflex"+"HDTV"+"161 inch"] = "251025";
Products["Rear Cineflex"+"HDTV"+"133 inch"] = "251024";
Products["M1300"+"HDTV"+"161 inch"] = "250025";
Products["HiDef Grey"+"15:9"+"163 inch"] = "251099";
Products["HiDef Grey"+"15:9"+"135 inch"] = "251098";
Products["Rear Cineflex"+"NTSC"+"15 ft"] = "251009";
Products["Rear Cineflex"+"AV"+"108 inch x 144 inch"] = "251009";
Products["M1300"+"NTSC"+"15 ft"] = "250009";
Products["M1300"+"AV"+"108 inch x 144 inch"] = "250009";
Products["HiDef Grey"+"WideScreen"+"162 inch"] = "250100";
Products["M1300"+"16:10"+"137 inch"] = "251066";
Products["HiDef Grey"+"HDTV"+"133 inch"] = "250094";
Products["AT Grey"+"WideScreen"+"162 inch"] = "250118";
Products["M1300"+"15:9"+"163 inch"] = "251091";
Products["M1300"+"15:9"+"135 inch"] = "251090";
Products["AT1200"+"HDTV"+"161 inch"] = "250068";
Products["AT Grey"+"HDTV"+"161 inch"] = "250113";
Products["AT1200"+"WideScreen"+"162 inch"] = "250073";
Products["HiDef Grey"+"16:10"+"137 inch"] = "251074";
Products["M2500"+"HDTV"+"161 inch"] = "250050";
Products["HiDef Grey"+"16:10"+"165 inch"] = "251075";
Products["M2500"+"16:10"+"165 inch"] = "251083";
Products["M1300"+"WideScreen"+"162 inch"] = "250030";
Products["HiDef Grey"+"HDTV"+"161 inch"] = "250095";
Products["M2500"+"WideScreen"+"162 inch"] = "250055";
Products["M2500"+"AV"+"96 inch x 96 inch"] = "250036";
Products["Rear Cineflex"+"AV"+"96 inch x 96 inch"] = "251006";
Products["M1300"+"AV"+"96 inch x 96 inch"] = "250006";
Products["HiDef Grey"+"AV"+"96 inch x 96 inch"] = "250079";
Products["AT Grey"+"CinemaScope"+"115 inch"] = "251051";
Products["AT1200"+"CinemaScope"+"115 inch"] = "251047";
Products["HiDef Grey"+"NTSC"+"15 ft"] = "250133";
Products["M2500"+"CinemaScope"+"115 inch"] = "251039";
Products["HiDef Grey"+"AV"+"108 inch x 144 inch"] = "250133";
Products["M2500"+"NTSC"+"15 ft"] = "250038";
Products["HiDef Grey"+"CinemaScope"+"115 inch"] = "251043";
Products["M2500"+"AV"+"108 inch x 144 inch"] = "250038";
Products["HiDef Grey"+"AV"+"120 inch x 120 inch"] = "251055";
Products["Rear Cineflex"+"AV"+"120 inch x 120 inch"] = "251008";
Products["M1300"+"AV"+"120 inch x 120 inch"] = "250008";
Products["HiDef Grey"+"NTSC"+"200 inch"] = "251058";
Products["Rear Cineflex"+"NTSC"+"200 inch"] = "251019";
Products["M1300"+"NTSC"+"200 inch"] = "250019";
Products["M2500"+"CinemaScope"+"132 inch"] = "251040";
Products["HiDef Grey"+"CinemaScope"+"132 inch"] = "251044";
Products["HiDef Grey"+"AV"+"144 inch x 144 inch"] = "251057";
Products["M1300"+"AV"+"144 inch x 144 inch"] = "250010";
Products["Rear Cineflex"+"AV"+"144 inch x 144 inch"] = "251010";
Products["AT Grey"+"CinemaScope"+"132 inch"] = "251052";
Products["AT1200"+"CinemaScope"+"132 inch"] = "251048";
Products["M1300"+"CinemaScope"+"148 inch"] = "251037";
Products["HiDef Grey"+"CinemaScope"+"148 inch"] = "251045";
Products["M2500"+"CinemaScope"+"148 inch"] = "251041";
Products["AT Grey"+"CinemaScope"+"148 inch"] = "251053";
Products["AT1200"+"CinemaScope"+"148 inch"] = "251049";
Products["HiDef Grey"+"CinemaScope"+"166 inch"] = "251046";
Products["M2500"+"CinemaScope"+"166 inch"] = "251042";
Products["M1300"+"CinemaScope"+"166 inch"] = "251038";
Products["AT Grey"+"CinemaScope"+"166 inch"] = "251054";
Products["AT1200"+"CinemaScope"+"166 inch"] = "251050";
Products["Rear Cineflex"+"NTSC"+"250 inch"] = "251020";
Products["HiDef Grey"+"NTSC"+"250 inch"] = "251059";
Products["M1300"+"NTSC"+"250 inch"] = "250020";
Products["M1300"+"NTSC"+"25 ft"] = "250021";
Products["Rear Cineflex"+"NTSC"+"25 ft"] = "251021";

var Desc = new Array(224)

Desc["Rear Cineflex"+"HDTV"+"65 inch"] = "Draper Rear Cineflex HDTV 65 inch screen :Cineperm, 65 inch, HDTV, Rear Cineflex";
Desc["HiDef Grey"+"HDTV"+"65 inch"] = "Draper HiDef Grey HDTV 65 inch screen :Cineperm, 65 inch, HDTV, HiDef Grey";
Desc["HiDef Grey"+"16:10"+"67 inch"] = "Draper HiDef Grey 16:10 67 inch screen :Cineperm, 67 inch, 16:10, HiDef Grey";
Desc["HiDef Grey"+"15:9"+"66 inch"] = "Draper HiDef Grey 15:9 66 inch screen :Cineperm, 66 inch, 15:9, HiDef Grey";
Desc["M1300"+"HDTV"+"65 inch"] = "Draper M1300 HDTV 65 inch screen :Cineperm, 65 inch, HDTV, M1300";
Desc["M1300"+"16:10"+"67 inch"] = "Draper M1300 16:10 67 inch screen :Cineperm, 67 inch, 16:10, M1300";
Desc["M2500"+"16:10"+"67 inch"] = "Draper M2500 16:10 67 inch screen :Cineperm, 67 inch, 16:10, M2500";
Desc["M2500"+"HDTV"+"65 inch"] = "Draper M2500 HDTV 65 inch screen :Cineperm, 65 inch, HDTV, M2500";
Desc["M2500"+"15:9"+"66 inch"] = "Draper M2500 15:9 66 inch screen :Cineperm, 66 inch, 15:9, M2500";
Desc["M1300"+"15:9"+"66 inch"] = "Draper M1300 15:9 66 inch screen :Cineperm, 66 inch, 15:9, M1300";
Desc["M1300"+"16:10"+"76 inch"] = "Draper M1300 16:10 76 inch screen :Cineperm, 76 inch, 16:10, M1300";
Desc["M2500"+"HDTV"+"73 inch"] = "Draper M2500 HDTV 73 inch screen :Cineperm, 73 inch, HDTV, M2500";
Desc["HiDef Grey"+"15:9"+"75 inch"] = "Draper HiDef Grey 15:9 75 inch screen :Cineperm, 75 inch, 15:9, HiDef Grey";
Desc["HiDef Grey"+"HDTV"+"73 inch"] = "Draper HiDef Grey HDTV 73 inch screen :Cineperm, 73 inch, HDTV, HiDef Grey";
Desc["HiDef Grey"+"16:10"+"76 inch"] = "Draper HiDef Grey 16:10 76 inch screen :Cineperm, 76 inch, 16:10, HiDef Grey";
Desc["M2500"+"16:10"+"76 inch"] = "Draper M2500 16:10 76 inch screen :Cineperm, 76 inch, 16:10, M2500";
Desc["M1300"+"15:9"+"75 inch"] = "Draper M1300 15:9 75 inch screen :Cineperm, 75 inch, 15:9, M1300";
Desc["M1300"+"HDTV"+"73 inch"] = "Draper M1300 HDTV 73 inch screen :Cineperm, 73 inch, HDTV, M1300";
Desc["M2500"+"15:9"+"75 inch"] = "Draper M2500 15:9 75 inch screen :Cineperm, 75 inch, 15:9, M2500";
Desc["Rear Cineflex"+"HDTV"+"73 inch"] = "Draper Rear Cineflex HDTV 73 inch screen :Cineperm, 73 inch, HDTV, Rear Cineflex";
Desc["M1300"+"16:10"+"85 inch"] = "Draper M1300 16:10 85 inch screen :Cineperm, 85 inch, 16:10, M1300";
Desc["M1300"+"HDTV"+"82 inch"] = "Draper M1300 HDTV 82 inch screen :Cineperm, 82 inch, HDTV, M1300";
Desc["M2500"+"16:10"+"85 inch"] = "Draper M2500 16:10 85 inch screen :Cineperm, 85 inch, 16:10, M2500";
Desc["HiDef Grey"+"16:10"+"85 inch"] = "Draper HiDef Grey 16:10 85 inch screen :Cineperm, 85 inch, 16:10, HiDef Grey";
Desc["HiDef Grey"+"HDTV"+"82 inch"] = "Draper HiDef Grey HDTV 82 inch screen :Cineperm, 82 inch, HDTV, HiDef Grey";
Desc["M2500"+"HDTV"+"82 inch"] = "Draper M2500 HDTV 82 inch screen :Cineperm, 82 inch, HDTV, M2500";
Desc["HiDef Grey"+"15:9"+"84 inch"] = "Draper HiDef Grey 15:9 84 inch screen :Cineperm, 84 inch, 15:9, HiDef Grey";
Desc["M1300"+"15:9"+"84 inch"] = "Draper M1300 15:9 84 inch screen :Cineperm, 84 inch, 15:9, M1300";
Desc["Rear Cineflex"+"HDTV"+"82 inch"] = "Draper Rear Cineflex HDTV 82 inch screen :Cineperm, 82 inch, HDTV, Rear Cineflex";
Desc["M2500"+"15:9"+"84 inch"] = "Draper M2500 15:9 84 inch screen :Cineperm, 84 inch, 15:9, M2500";
Desc["M2500"+"15:9"+"93 inch"] = "Draper M2500 15:9 93 inch screen :Cineperm, 93 inch, 15:9, M2500";
Desc["AT Grey"+"NTSC"+"100 inch"] = "Draper AT Grey NTSC 100 inch screen :Cineperm, 100 inch, NTSC, AT Grey";
Desc["Rear Cineflex"+"HDTV"+"106 inch"] = "Draper Rear Cineflex HDTV 106 inch screen :Cineperm, 106 inch, HDTV, Rear Cineflex";
Desc["M1300"+"16:10"+"94 inch"] = "Draper M1300 16:10 94 inch screen :Cineperm, 94 inch, 16:10, M1300";
Desc["M1300"+"15:9"+"93 inch"] = "Draper M1300 15:9 93 inch screen :Cineperm, 93 inch, 15:9, M1300";
Desc["HiDef Grey"+"16:10"+"109 inch"] = "Draper HiDef Grey 16:10 109 inch screen :Cineperm, 109 inch, 16:10, HiDef Grey";
Desc["M2500"+"16:10"+"109 inch"] = "Draper M2500 16:10 109 inch screen :Cineperm, 109 inch, 16:10, M2500";
Desc["HiDef Grey"+"HDTV"+"106 inch"] = "Draper HiDef Grey HDTV 106 inch screen :Cineperm, 106 inch, HDTV, HiDef Grey";
Desc["HiDef Grey"+"HDTV"+"92 inch"] = "Draper HiDef Grey HDTV 92 inch screen :Cineperm, 92 inch, HDTV, HiDef Grey";
Desc["M2500"+"16:10"+"94 inch"] = "Draper M2500 16:10 94 inch screen :Cineperm, 94 inch, 16:10, M2500";
Desc["M2500"+"15:9"+"107 inch"] = "Draper M2500 15:9 107 inch screen :Cineperm, 107 inch, 15:9, M2500";
Desc["M1300"+"HDTV"+"92 inch"] = "Draper M1300 HDTV 92 inch screen :Cineperm, 92 inch, HDTV, M1300";
Desc["M2500"+"HDTV"+"92 inch"] = "Draper M2500 HDTV 92 inch screen :Cineperm, 92 inch, HDTV, M2500";
Desc["HiDef Grey"+"15:9"+"93 inch"] = "Draper HiDef Grey 15:9 93 inch screen :Cineperm, 93 inch, 15:9, HiDef Grey";
Desc["M1300"+"15:9"+"107 inch"] = "Draper M1300 15:9 107 inch screen :Cineperm, 107 inch, 15:9, M1300";
Desc["HiDef Grey"+"16:10"+"94 inch"] = "Draper HiDef Grey 16:10 94 inch screen :Cineperm, 94 inch, 16:10, HiDef Grey";
Desc["AT1200"+"NTSC"+"100 inch"] = "Draper AT1200 NTSC 100 inch screen :Cineperm, 100 inch, NTSC, AT1200";
Desc["HiDef Grey"+"15:9"+"107 inch"] = "Draper HiDef Grey 15:9 107 inch screen :Cineperm, 107 inch, 15:9, HiDef Grey";
Desc["M1300"+"16:10"+"109 inch"] = "Draper M1300 16:10 109 inch screen :Cineperm, 109 inch, 16:10, M1300";
Desc["Rear Cineflex"+"HDTV"+"92 inch"] = "Draper Rear Cineflex HDTV 92 inch screen :Cineperm, 92 inch, HDTV, Rear Cineflex";
Desc["M2500"+"HDTV"+"106 inch"] = "Draper M2500 HDTV 106 inch screen :Cineperm, 106 inch, HDTV, M2500";
Desc["M1300"+"HDTV"+"106 inch"] = "Draper M1300 HDTV 106 inch screen :Cineperm, 106 inch, HDTV, M1300";
Desc["M1300"+"CinemaScope"+"115 inch"] = "Draper M1300 CinemaScope 115 inch screen :Cineperm, 115 inch, CinemaScope, M1300";
Desc["M1300"+"NTSC"+"6 ft"] = "Draper M1300 NTSC 6 ft screen :Cineperm, 6', NTSC, M1300";
Desc["HiDef Grey"+"NTSC"+"6 ft"] = "Draper HiDef Grey NTSC 6 ft screen :Cineperm, 6', NTSC, HiDef Grey";
Desc["HiDef Grey"+"AV"+"50 inch x 50 inch"] = "Draper HiDef Grey AV 50 inch x 50 inch screen :Cineperm, 50 inch x 50 inch, AV, HiDef Grey";
Desc["Rear Cineflex"+"AV"+"50 inch x 50 inch"] = "Draper Rear Cineflex AV 50 inch x 50 inch screen :Cineperm, 50 inch x 50 inch, AV, Rear Cineflex";
Desc["M2500"+"NTSC"+"6 ft"] = "Draper M2500 NTSC 6 ft screen :Cineperm, 6', NTSC, M2500";
Desc["Rear Cineflex"+"NTSC"+"6 ft"] = "Draper Rear Cineflex NTSC 6 ft screen :Cineperm, 6', NTSC, Rear Cineflex";
Desc["M1300"+"AV"+"50 inch x 50 inch"] = "Draper M1300 AV 50 inch x 50 inch screen :Cineperm, 50 inch x 50 inch, AV, M1300";
Desc["AT1200"+"NTSC"+"10 ft"] = "Draper AT1200 NTSC 10 ft screen :Cineperm, 10', NTSC, AT1200";
Desc["AT Grey"+"NTSC"+"10 ft"] = "Draper AT Grey NTSC 10 ft screen :Cineperm, 10', NTSC, AT Grey";
Desc["M2500"+"AV"+"50 inch x 50 inch"] = "Draper M2500 AV 50 inch x 50 inch screen :Cineperm, 50 inch x 50 inch, AV, M2500";
Desc["Rear Cineflex"+"NTSC"+"6 ft 6 inch"] = "Draper Rear Cineflex NTSC 6 ft 6 inch screen :Cineperm, 6' 6 inch, NTSC, Rear Cineflex";
Desc["HiDef Grey"+"NTSC"+"6 ft 6 inch"] = "Draper HiDef Grey NTSC 6 ft 6 inch screen :Cineperm, 6' 6 inch, NTSC, HiDef Grey";
Desc["M2500"+"NTSC"+"6 ft 6 inch"] = "Draper M2500 NTSC 6 ft 6 inch screen :Cineperm, 6' 6 inch, NTSC, M2500";
Desc["M1300"+"NTSC"+"6 ft 6 inch"] = "Draper M1300 NTSC 6 ft 6 inch screen :Cineperm, 6' 6 inch, NTSC, M1300";
Desc["HiDef Grey"+"16:10"+"123 inch"] = "Draper HiDef Grey 16:10 123 inch screen :Cineperm, 123 inch, 16:10, HiDef Grey";
Desc["HiDef Grey"+"AV"+"60 inch x 60 inch"] = "Draper HiDef Grey AV 60 inch x 60 inch screen :Cineperm, 60 inch x 60 inch, AV, HiDef Grey";
Desc["M1300"+"16:10"+"123 inch"] = "Draper M1300 16:10 123 inch screen :Cineperm, 123 inch, 16:10, M1300";
Desc["M1300"+"HDTV"+"119 inch"] = "Draper M1300 HDTV 119 inch screen :Cineperm, 119 inch, HDTV, M1300";
Desc["Rear Cineflex"+"HDTV"+"119 inch"] = "Draper Rear Cineflex HDTV 119 inch screen :Cineperm, 119 inch, HDTV, Rear Cineflex";
Desc["M2500"+"15:9"+"121 inch"] = "Draper M2500 15:9 121 inch screen :Cineperm, 121 inch, 15:9, M2500";
Desc["M1300"+"NTSC"+"7 ft 6 inch"] = "Draper M1300 NTSC 7 ft 6 inch screen :Cineperm, 7' 6 inch, NTSC, M1300";
Desc["Rear Cineflex"+"NTSC"+"7 ft 6 inch"] = "Draper Rear Cineflex NTSC 7 ft 6 inch screen :Cineperm, 7' 6 inch, NTSC, Rear Cineflex";
Desc["HiDef Grey"+"15:9"+"121 inch"] = "Draper HiDef Grey 15:9 121 inch screen :Cineperm, 121 inch, 15:9, HiDef Grey";
Desc["M1300"+"CinemaScope"+"132 inch"] = "Draper M1300 CinemaScope 132 inch screen :Cineperm, 132 inch, CinemaScope, M1300";
Desc["Rear Cineflex"+"AV"+"60 inch x 60 inch"] = "Draper Rear Cineflex AV 60 inch x 60 inch screen :Cineperm, 60 inch x 60 inch, AV, Rear Cineflex";
Desc["M2500"+"HDTV"+"119 inch"] = "Draper M2500 HDTV 119 inch screen :Cineperm, 119 inch, HDTV, M2500";
Desc["M2500"+"NTSC"+"7 ft 6 inch"] = "Draper M2500 NTSC 7 ft 6 inch screen :Cineperm, 7' 6 inch, NTSC, M2500";
Desc["M2500"+"16:10"+"123 inch"] = "Draper M2500 16:10 123 inch screen :Cineperm, 123 inch, 16:10, M2500";
Desc["M1300"+"15:9"+"121 inch"] = "Draper M1300 15:9 121 inch screen :Cineperm, 121 inch, 15:9, M1300";
Desc["M2500"+"AV"+"60 inch x 60 inch"] = "Draper M2500 AV 60 inch x 60 inch screen :Cineperm, 60 inch x 60 inch, AV, M2500";
Desc["M1300"+"AV"+"60 inch x 60 inch"] = "Draper M1300 AV 60 inch x 60 inch screen :Cineperm, 60 inch x 60 inch, AV, M1300";
Desc["HiDef Grey"+"NTSC"+"7 ft 6 inch"] = "Draper HiDef Grey NTSC 7 ft 6 inch screen :Cineperm, 7' 6 inch, NTSC, HiDef Grey";
Desc["HiDef Grey"+"HDTV"+"119 inch"] = "Draper HiDef Grey HDTV 119 inch screen :Cineperm, 119 inch, HDTV, HiDef Grey";
Desc["M2500"+"NTSC"+"100 inch"] = "Draper M2500 NTSC 100 inch screen :Cineperm, 100 inch, NTSC, M2500";
Desc["Rear Cineflex"+"NTSC"+"100 inch"] = "Draper Rear Cineflex NTSC 100 inch screen :Cineperm, 100 inch, NTSC, Rear Cineflex";
Desc["M1300"+"NTSC"+"100 inch"] = "Draper M1300 NTSC 100 inch screen :Cineperm, 100 inch, NTSC, M1300";
Desc["HiDef Grey"+"NTSC"+"100 inch"] = "Draper HiDef Grey NTSC 100 inch screen :Cineperm, 100 inch, NTSC, HiDef Grey";
Desc["M1300"+"WideScreen"+"99 inch"] = "Draper M1300 WideScreen 99 inch screen :Cineperm, 99 inch, WideScreen, M1300";
Desc["M2500"+"16:10"+"137 inch"] = "Draper M2500 16:10 137 inch screen :Cineperm, 137 inch, 16:10, M2500";
Desc["Rear Cineflex"+"WideScreen"+"99 inch"] = "Draper Rear Cineflex WideScreen 99 inch screen :Cineperm, 99 inch, WideScreen, Rear Cineflex";
Desc["AT Grey"+"WideScreen"+"99 inch"] = "Draper AT Grey WideScreen 99 inch screen :Cineperm, 99 inch, WideScreen, AT Grey";
Desc["AT Grey"+"HDTV"+"92 inch"] = "Draper AT Grey HDTV 92 inch screen :Cineperm, 92 inch, HDTV, AT Grey";
Desc["M2500"+"HDTV"+"133 inch"] = "Draper M2500 HDTV 133 inch screen :Cineperm, 133 inch, HDTV, M2500";
Desc["HiDef Grey"+"WideScreen"+"99 inch"] = "Draper HiDef Grey WideScreen 99 inch screen :Cineperm, 99 inch, WideScreen, HiDef Grey";
Desc["M2500"+"WideScreen"+"99 inch"] = "Draper M2500 WideScreen 99 inch screen :Cineperm, 99 inch, WideScreen, M2500";
Desc["AT1200"+"HDTV"+"92 inch"] = "Draper AT1200 HDTV 92 inch screen :Cineperm, 92 inch, HDTV, AT1200";
Desc["M2500"+"15:9"+"135 inch"] = "Draper M2500 15:9 135 inch screen :Cineperm, 135 inch, 15:9, M2500";
Desc["AT1200"+"WideScreen"+"99 inch"] = "Draper AT1200 WideScreen 99 inch screen :Cineperm, 99 inch, WideScreen, AT1200";
Desc["HiDef Grey"+"NTSC"+"10 ft"] = "Draper HiDef Grey NTSC 10 ft screen :Cineperm, 10', NTSC, HiDef Grey";
Desc["M2500"+"WideScreen"+"108 inch"] = "Draper M2500 WideScreen 108 inch screen :Cineperm, 108 inch, WideScreen, M2500";
Desc["M2500"+"NTSC"+"10 ft"] = "Draper M2500 NTSC 10 ft screen :Cineperm, 10', NTSC, M2500";
Desc["M2500"+"AV"+"74 inch x 98 inch"] = "Draper M2500 AV 74 inch x 98 inch screen :Cineperm, 74 inch x 98 inch, AV, M2500";
Desc["HiDef Grey"+"AV"+"74 inch x 98 inch"] = "Draper HiDef Grey AV 74 inch x 98 inch screen :Cineperm, 74 inch x 98 inch, AV, HiDef Grey";
Desc["Rear Cineflex"+"WideScreen"+"108 inch"] = "Draper Rear Cineflex WideScreen 108 inch screen :Cineperm, 108 inch, WideScreen, Rear Cineflex";
Desc["AT Grey"+"WideScreen"+"108 inch"] = "Draper AT Grey WideScreen 108 inch screen :Cineperm, 108 inch, WideScreen, AT Grey";
Desc["AT1200"+"WideScreen"+"108 inch"] = "Draper AT1200 WideScreen 108 inch screen :Cineperm, 108 inch, WideScreen, AT1200";
Desc["Rear Cineflex"+"NTSC"+"10 ft"] = "Draper Rear Cineflex NTSC 10 ft screen :Cineperm, 10', NTSC, Rear Cineflex";
Desc["Rear Cineflex"+"AV"+"74 inch x 98 inch"] = "Draper Rear Cineflex AV 74 inch x 98 inch screen :Cineperm, 74 inch x 98 inch, AV, Rear Cineflex";
Desc["M1300"+"AV"+"74 inch x 98 inch"] = "Draper M1300 AV 74 inch x 98 inch screen :Cineperm, 74 inch x 98 inch, AV, M1300";
Desc["M1300"+"NTSC"+"10 ft"] = "Draper M1300 NTSC 10 ft screen :Cineperm, 10', NTSC, M1300";
Desc["M1300"+"WideScreen"+"108 inch"] = "Draper M1300 WideScreen 108 inch screen :Cineperm, 108 inch, WideScreen, M1300";
Desc["HiDef Grey"+"WideScreen"+"108 inch"] = "Draper HiDef Grey WideScreen 108 inch screen :Cineperm, 108 inch, WideScreen, HiDef Grey";
Desc["Rear Cineflex"+"AV"+"70 inch x 70 inch"] = "Draper Rear Cineflex AV 70 inch x 70 inch screen :Cineperm, 70 inch x 70 inch, AV, Rear Cineflex";
Desc["M2500"+"AV"+"70 inch x 70 inch"] = "Draper M2500 AV 70 inch x 70 inch screen :Cineperm, 70 inch x 70 inch, AV, M2500";
Desc["M1300"+"AV"+"70 inch x 70 inch"] = "Draper M1300 AV 70 inch x 70 inch screen :Cineperm, 70 inch x 70 inch, AV, M1300";
Desc["HiDef Grey"+"AV"+"70 inch x 70 inch"] = "Draper HiDef Grey AV 70 inch x 70 inch screen :Cineperm, 70 inch x 70 inch, AV, HiDef Grey";
Desc["AT1200"+"HDTV"+"106 inch"] = "Draper AT1200 HDTV 106 inch screen :Cineperm, 106 inch, HDTV, AT1200";
Desc["AT Grey"+"HDTV"+"106 inch"] = "Draper AT Grey HDTV 106 inch screen :Cineperm, 106 inch, HDTV, AT Grey";
Desc["Rear Cineflex"+"WideScreen"+"120 inch"] = "Draper Rear Cineflex WideScreen 120 inch screen :Cineperm, 120 inch, WideScreen, Rear Cineflex";
Desc["AT1200"+"HDTV"+"119 inch"] = "Draper AT1200 HDTV 119 inch screen :Cineperm, 119 inch, HDTV, AT1200";
Desc["AT Grey"+"HDTV"+"119 inch"] = "Draper AT Grey HDTV 119 inch screen :Cineperm, 119 inch, HDTV, AT Grey";
Desc["M1300"+"WideScreen"+"120 inch"] = "Draper M1300 WideScreen 120 inch screen :Cineperm, 120 inch, WideScreen, M1300";
Desc["AT Grey"+"WideScreen"+"120 inch"] = "Draper AT Grey WideScreen 120 inch screen :Cineperm, 120 inch, WideScreen, AT Grey";
Desc["HiDef Grey"+"WideScreen"+"120 inch"] = "Draper HiDef Grey WideScreen 120 inch screen :Cineperm, 120 inch, WideScreen, HiDef Grey";
Desc["AT1200"+"WideScreen"+"120 inch"] = "Draper AT1200 WideScreen 120 inch screen :Cineperm, 120 inch, WideScreen, AT1200";
Desc["M2500"+"WideScreen"+"120 inch"] = "Draper M2500 WideScreen 120 inch screen :Cineperm, 120 inch, WideScreen, M2500";
Desc["HiDef Grey"+"NTSC"+"11 ft"] = "Draper HiDef Grey NTSC 11 ft screen :Cineperm, 11', NTSC, HiDef Grey";
Desc["Rear Cineflex"+"NTSC"+"11 ft"] = "Draper Rear Cineflex NTSC 11 ft screen :Cineperm, 11', NTSC, Rear Cineflex";
Desc["M1300"+"NTSC"+"11 ft"] = "Draper M1300 NTSC 11 ft screen :Cineperm, 11', NTSC, M1300";
Desc["M2500"+"NTSC"+"11 ft"] = "Draper M2500 NTSC 11 ft screen :Cineperm, 11', NTSC, M2500";
Desc["Rear Cineflex"+"NTSC"+"150 inch"] = "Draper Rear Cineflex NTSC 150 inch screen :Cineperm, 150 inch, NTSC, Rear Cineflex";
Desc["Rear Cineflex"+"AV"+"94 inch x 124 inch"] = "Draper Rear Cineflex AV 94 inch x 124 inch screen :Cineperm, 94 inch x 124 inch, AV, Rear Cineflex";
Desc["HiDef Grey"+"AV"+"94 inch x 124 inch"] = "Draper HiDef Grey AV 94 inch x 124 inch screen :Cineperm, 94 inch x 124 inch, AV, HiDef Grey";
Desc["M2500"+"AV"+"94 inch x 124 inch"] = "Draper M2500 AV 94 inch x 124 inch screen :Cineperm, 94 inch x 124 inch, AV, M2500";
Desc["M2500"+"NTSC"+"150 inch"] = "Draper M2500 NTSC 150 inch screen :Cineperm, 150 inch, NTSC, M2500";
Desc["M1300"+"AV"+"94 inch x 124 inch"] = "Draper M1300 AV 94 inch x 124 inch screen :Cineperm, 94 inch x 124 inch, AV, M1300";
Desc["M1300"+"NTSC"+"150 inch"] = "Draper M1300 NTSC 150 inch screen :Cineperm, 150 inch, NTSC, M1300";
Desc["HiDef Grey"+"NTSC"+"150 inch"] = "Draper HiDef Grey NTSC 150 inch screen :Cineperm, 150 inch, NTSC, HiDef Grey";
Desc["M1300"+"AV"+"84 inch x 84 inch"] = "Draper M1300 AV 84 inch x 84 inch screen :Cineperm, 84 inch x 84 inch, AV, M1300";
Desc["Rear Cineflex"+"AV"+"84 inch x 84 inch"] = "Draper Rear Cineflex AV 84 inch x 84 inch screen :Cineperm, 84 inch x 84 inch, AV, Rear Cineflex";
Desc["M2500"+"AV"+"84 inch x 84 inch"] = "Draper M2500 AV 84 inch x 84 inch screen :Cineperm, 84 inch x 84 inch, AV, M2500";
Desc["HiDef Grey"+"AV"+"84 inch x 84 inch"] = "Draper HiDef Grey AV 84 inch x 84 inch screen :Cineperm, 84 inch x 84 inch, AV, HiDef Grey";
Desc["HiDef Grey"+"WideScreen"+"132 inch"] = "Draper HiDef Grey WideScreen 132 inch screen :Cineperm, 132 inch, WideScreen, HiDef Grey";
Desc["M2500"+"WideScreen"+"132 inch"] = "Draper M2500 WideScreen 132 inch screen :Cineperm, 132 inch, WideScreen, M2500";
Desc["M1300"+"WideScreen"+"132 inch"] = "Draper M1300 WideScreen 132 inch screen :Cineperm, 132 inch, WideScreen, M1300";
Desc["AT Grey"+"WideScreen"+"132 inch"] = "Draper AT Grey WideScreen 132 inch screen :Cineperm, 132 inch, WideScreen, AT Grey";
Desc["Rear Cineflex"+"WideScreen"+"132 inch"] = "Draper Rear Cineflex WideScreen 132 inch screen :Cineperm, 132 inch, WideScreen, Rear Cineflex";
Desc["AT1200"+"WideScreen"+"132 inch"] = "Draper AT1200 WideScreen 132 inch screen :Cineperm, 132 inch, WideScreen, AT1200";
Desc["AT Grey"+"HDTV"+"133 inch"] = "Draper AT Grey HDTV 133 inch screen :Cineperm, 133 inch, HDTV, AT Grey";
Desc["AT1200"+"HDTV"+"133 inch"] = "Draper AT1200 HDTV 133 inch screen :Cineperm, 133 inch, HDTV, AT1200";
Desc["AT Grey"+"AV"+"84 inch x 84 inch"] = "Draper AT Grey AV 84 inch x 84 inch screen :Cineperm, 84 inch x 84 inch, AV, AT Grey";
Desc["AT1200"+"AV"+"84 inch x 84 inch"] = "Draper AT1200 AV 84 inch x 84 inch screen :Cineperm, 84 inch x 84 inch, AV, AT1200";
Desc["M1300"+"16:10"+"165 inch"] = "Draper M1300 16:10 165 inch screen :Cineperm, 165 inch, 16:10, M1300";
Desc["Rear Cineflex"+"WideScreen"+"162 inch"] = "Draper Rear Cineflex WideScreen 162 inch screen :Cineperm, 162 inch, WideScreen, Rear Cineflex";
Desc["M2500"+"15:9"+"163 inch"] = "Draper M2500 15:9 163 inch screen :Cineperm, 163 inch, 15:9, M2500";
Desc["M1300"+"HDTV"+"133 inch"] = "Draper M1300 HDTV 133 inch screen :Cineperm, 133 inch, HDTV, M1300";
Desc["Rear Cineflex"+"HDTV"+"161 inch"] = "Draper Rear Cineflex HDTV 161 inch screen :Cineperm, 161 inch, HDTV, Rear Cineflex";
Desc["Rear Cineflex"+"HDTV"+"133 inch"] = "Draper Rear Cineflex HDTV 133 inch screen :Cineperm, 133 inch, HDTV, Rear Cineflex";
Desc["M1300"+"HDTV"+"161 inch"] = "Draper M1300 HDTV 161 inch screen :Cineperm, 161 inch, HDTV, M1300";
Desc["HiDef Grey"+"15:9"+"163 inch"] = "Draper HiDef Grey 15:9 163 inch screen :Cineperm, 163 inch, 15:9, HiDef Grey";
Desc["HiDef Grey"+"15:9"+"135 inch"] = "Draper HiDef Grey 15:9 135 inch screen :Cineperm, 135 inch, 15:9, HiDef Grey";
Desc["Rear Cineflex"+"NTSC"+"15 ft"] = "Draper Rear Cineflex NTSC 15 ft screen :Cineperm, 15', NTSC, Rear Cineflex";
Desc["Rear Cineflex"+"AV"+"108 inch x 144 inch"] = "Draper Rear Cineflex AV 108 inch x 144 inch screen :Cineperm, 108 inch x 144 inch, AV, Rear Cineflex";
Desc["M1300"+"NTSC"+"15 ft"] = "Draper M1300 NTSC 15 ft screen :Cineperm, 15', NTSC, M1300";
Desc["M1300"+"AV"+"108 inch x 144 inch"] = "Draper M1300 AV 108 inch x 144 inch screen :Cineperm, 108 inch x 144 inch, AV, M1300";
Desc["HiDef Grey"+"WideScreen"+"162 inch"] = "Draper HiDef Grey WideScreen 162 inch screen :Cineperm, 162 inch, WideScreen, HiDef Grey";
Desc["M1300"+"16:10"+"137 inch"] = "Draper M1300 16:10 137 inch screen :Cineperm, 137 inch, 16:10, M1300";
Desc["HiDef Grey"+"HDTV"+"133 inch"] = "Draper HiDef Grey HDTV 133 inch screen :Cineperm, 133 inch, HDTV, HiDef Grey";
Desc["AT Grey"+"WideScreen"+"162 inch"] = "Draper AT Grey WideScreen 162 inch screen :Cineperm, 162 inch, WideScreen, AT Grey";
Desc["M1300"+"15:9"+"163 inch"] = "Draper M1300 15:9 163 inch screen :Cineperm, 163 inch, 15:9, M1300";
Desc["M1300"+"15:9"+"135 inch"] = "Draper M1300 15:9 135 inch screen :Cineperm, 135 inch, 15:9, M1300";
Desc["AT1200"+"HDTV"+"161 inch"] = "Draper AT1200 HDTV 161 inch screen :Cineperm, 161 inch, HDTV, AT1200";
Desc["AT Grey"+"HDTV"+"161 inch"] = "Draper AT Grey HDTV 161 inch screen :Cineperm, 161 inch, HDTV, AT Grey";
Desc["AT1200"+"WideScreen"+"162 inch"] = "Draper AT1200 WideScreen 162 inch screen :Cineperm, 162 inch, WideScreen, AT1200";
Desc["HiDef Grey"+"16:10"+"137 inch"] = "Draper HiDef Grey 16:10 137 inch screen :Cineperm, 137 inch, 16:10, HiDef Grey";
Desc["M2500"+"HDTV"+"161 inch"] = "Draper M2500 HDTV 161 inch screen :Cineperm, 161 inch, HDTV, M2500";
Desc["HiDef Grey"+"16:10"+"165 inch"] = "Draper HiDef Grey 16:10 165 inch screen :Cineperm, 165 inch, 16:10, HiDef Grey";
Desc["M2500"+"16:10"+"165 inch"] = "Draper M2500 16:10 165 inch screen :Cineperm, 165 inch, 16:10, M2500";
Desc["M1300"+"WideScreen"+"162 inch"] = "Draper M1300 WideScreen 162 inch screen :Cineperm, 162 inch, WideScreen, M1300";
Desc["HiDef Grey"+"HDTV"+"161 inch"] = "Draper HiDef Grey HDTV 161 inch screen :Cineperm, 161 inch, HDTV, HiDef Grey";
Desc["M2500"+"WideScreen"+"162 inch"] = "Draper M2500 WideScreen 162 inch screen :Cineperm, 162 inch, WideScreen, M2500";
Desc["M2500"+"AV"+"96 inch x 96 inch"] = "Draper M2500 AV 96 inch x 96 inch screen :Cineperm, 96 inch x 96 inch, AV, M2500";
Desc["Rear Cineflex"+"AV"+"96 inch x 96 inch"] = "Draper Rear Cineflex AV 96 inch x 96 inch screen :Cineperm, 96 inch x 96 inch, AV, Rear Cineflex";
Desc["M1300"+"AV"+"96 inch x 96 inch"] = "Draper M1300 AV 96 inch x 96 inch screen :Cineperm, 96 inch x 96 inch, AV, M1300";
Desc["HiDef Grey"+"AV"+"96 inch x 96 inch"] = "Draper HiDef Grey AV 96 inch x 96 inch screen :Cineperm, 96 inch x 96 inch, AV, HiDef Grey";
Desc["AT Grey"+"CinemaScope"+"115 inch"] = "Draper AT Grey CinemaScope 115 inch screen :Cineperm, 115 inch, CinemaScope, AT Grey";
Desc["AT1200"+"CinemaScope"+"115 inch"] = "Draper AT1200 CinemaScope 115 inch screen :Cineperm, 115 inch, CinemaScope, AT1200";
Desc["HiDef Grey"+"NTSC"+"15 ft"] = "Draper HiDef Grey NTSC 15 ft screen :Cineperm, 15', NTSC, HiDef Grey";
Desc["M2500"+"CinemaScope"+"115 inch"] = "Draper M2500 CinemaScope 115 inch screen :Cineperm, 115 inch, CinemaScope, M2500";
Desc["HiDef Grey"+"AV"+"108 inch x 144 inch"] = "Draper HiDef Grey AV 108 inch x 144 inch screen :Cineperm, 108 inch x 144 inch, AV, HiDef Grey";
Desc["M2500"+"NTSC"+"15 ft"] = "Draper M2500 NTSC 15 ft screen :Cineperm, 15', NTSC, M2500";
Desc["HiDef Grey"+"CinemaScope"+"115 inch"] = "Draper HiDef Grey CinemaScope 115 inch screen :Cineperm, 115 inch, CinemaScope, HiDef Grey";
Desc["M2500"+"AV"+"108 inch x 144 inch"] = "Draper M2500 AV 108 inch x 144 inch screen :Cineperm, 108 inch x 144 inch, AV, M2500";
Desc["HiDef Grey"+"AV"+"120 inch x 120 inch"] = "Draper HiDef Grey AV 120 inch x 120 inch screen :Cineperm, 120 inch x 120 inch, AV, HiDef Grey";
Desc["Rear Cineflex"+"AV"+"120 inch x 120 inch"] = "Draper Rear Cineflex AV 120 inch x 120 inch screen :Cineperm, 120 inch x 120 inch, AV, Rear Cineflex";
Desc["M1300"+"AV"+"120 inch x 120 inch"] = "Draper M1300 AV 120 inch x 120 inch screen :Cineperm, 120 inch x 120 inch, AV, M1300";
Desc["HiDef Grey"+"NTSC"+"200 inch"] = "Draper HiDef Grey NTSC 200 inch screen :Cineperm, 200 inch, NTSC, HiDef Grey";
Desc["Rear Cineflex"+"NTSC"+"200 inch"] = "Draper Rear Cineflex NTSC 200 inch screen :Cineperm, 200 inch, NTSC, Rear Cineflex";
Desc["M1300"+"NTSC"+"200 inch"] = "Draper M1300 NTSC 200 inch screen :Cineperm, 200 inch, NTSC, M1300";
Desc["M2500"+"CinemaScope"+"132 inch"] = "Draper M2500 CinemaScope 132 inch screen :Cineperm, 132 inch, CinemaScope, M2500";
Desc["HiDef Grey"+"CinemaScope"+"132 inch"] = "Draper HiDef Grey CinemaScope 132 inch screen :Cineperm, 132 inch, CinemaScope, HiDef Grey";
Desc["HiDef Grey"+"AV"+"144 inch x 144 inch"] = "Draper HiDef Grey AV 144 inch x 144 inch screen :Cineperm, 144 inch x 144 inch, AV, HiDef Grey";
Desc["M1300"+"AV"+"144 inch x 144 inch"] = "Draper M1300 AV 144 inch x 144 inch screen :Cineperm, 144 inch x 144 inch, AV, M1300";
Desc["Rear Cineflex"+"AV"+"144 inch x 144 inch"] = "Draper Rear Cineflex AV 144 inch x 144 inch screen :Cineperm, 144 inch x 144 inch, AV, Rear Cineflex";
Desc["AT Grey"+"CinemaScope"+"132 inch"] = "Draper AT Grey CinemaScope 132 inch screen :Cineperm, 132 inch, CinemaScope, AT Grey";
Desc["AT1200"+"CinemaScope"+"132 inch"] = "Draper AT1200 CinemaScope 132 inch screen :Cineperm, 132 inch, CinemaScope, AT1200";
Desc["M1300"+"CinemaScope"+"148 inch"] = "Draper M1300 CinemaScope 148 inch screen :Cineperm, 148 inch, CinemaScope, M1300";
Desc["HiDef Grey"+"CinemaScope"+"148 inch"] = "Draper HiDef Grey CinemaScope 148 inch screen :Cineperm, 148 inch, CinemaScope, HiDef Grey";
Desc["M2500"+"CinemaScope"+"148 inch"] = "Draper M2500 CinemaScope 148 inch screen :Cineperm, 148 inch, CinemaScope, M2500";
Desc["AT Grey"+"CinemaScope"+"148 inch"] = "Draper AT Grey CinemaScope 148 inch screen :Cineperm, 148 inch, CinemaScope, AT Grey";
Desc["AT1200"+"CinemaScope"+"148 inch"] = "Draper AT1200 CinemaScope 148 inch screen :Cineperm, 148 inch, CinemaScope, AT1200";
Desc["HiDef Grey"+"CinemaScope"+"166 inch"] = "Draper HiDef Grey CinemaScope 166 inch screen :Cineperm, 166 inch, CinemaScope, HiDef Grey";
Desc["M2500"+"CinemaScope"+"166 inch"] = "Draper M2500 CinemaScope 166 inch screen :Cineperm, 166 inch, CinemaScope, M2500";
Desc["M1300"+"CinemaScope"+"166 inch"] = "Draper M1300 CinemaScope 166 inch screen :Cineperm, 166 inch, CinemaScope, M1300";
Desc["AT Grey"+"CinemaScope"+"166 inch"] = "Draper AT Grey CinemaScope 166 inch screen :Cineperm, 166 inch, CinemaScope, AT Grey";
Desc["AT1200"+"CinemaScope"+"166 inch"] = "Draper AT1200 CinemaScope 166 inch screen :Cineperm, 166 inch, CinemaScope, AT1200";
Desc["Rear Cineflex"+"NTSC"+"250 inch"] = "Draper Rear Cineflex NTSC 250 inch screen :Cineperm, 250 inch, NTSC, Rear Cineflex";
Desc["HiDef Grey"+"NTSC"+"250 inch"] = "Draper HiDef Grey NTSC 250 inch screen :Cineperm, 250 inch, NTSC, HiDef Grey";
Desc["M1300"+"NTSC"+"250 inch"] = "Draper M1300 NTSC 250 inch screen :Cineperm, 250 inch, NTSC, M1300";
Desc["M1300"+"NTSC"+"25 ft"] = "Draper M1300 NTSC 25 ft screen :Cineperm, 25', NTSC, M1300";
Desc["Rear Cineflex"+"NTSC"+"25 ft"] = "Draper Rear Cineflex NTSC 25 ft screen :Cineperm, 25', NTSC, Rear Cineflex";

var Cost = new Array(224)

Cost["Rear Cineflex"+"HDTV"+"65 inch"] = 340.3;
Cost["HiDef Grey"+"HDTV"+"65 inch"] = 322.7;
Cost["HiDef Grey"+"16:10"+"67 inch"] = 322.7;
Cost["HiDef Grey"+"15:9"+"66 inch"] = 322.7;
Cost["M1300"+"HDTV"+"65 inch"] = 295.2;
Cost["M1300"+"16:10"+"67 inch"] = 295.2;
Cost["M2500"+"16:10"+"67 inch"] = 322.7;
Cost["M2500"+"HDTV"+"65 inch"] = 322.7;
Cost["M2500"+"15:9"+"66 inch"] = 322.7;
Cost["M1300"+"15:9"+"66 inch"] = 295.2;
Cost["M1300"+"16:10"+"76 inch"] = 312.7;
Cost["M2500"+"HDTV"+"73 inch"] = 341.3;
Cost["HiDef Grey"+"15:9"+"75 inch"] = 341.3;
Cost["HiDef Grey"+"HDTV"+"73 inch"] = 341.3;
Cost["HiDef Grey"+"16:10"+"76 inch"] = 341.3;
Cost["M2500"+"16:10"+"76 inch"] = 341.3;
Cost["M1300"+"15:9"+"75 inch"] = 312.7;
Cost["M1300"+"HDTV"+"73 inch"] = 312.7;
Cost["M2500"+"15:9"+"75 inch"] = 341.3;
Cost["Rear Cineflex"+"HDTV"+"73 inch"] = 371;
Cost["M1300"+"16:10"+"85 inch"] = 355.5;
Cost["M1300"+"HDTV"+"82 inch"] = 355.5;
Cost["M2500"+"16:10"+"85 inch"] = 391.8;
Cost["HiDef Grey"+"16:10"+"85 inch"] = 391.8;
Cost["HiDef Grey"+"HDTV"+"82 inch"] = 391.8;
Cost["M2500"+"HDTV"+"82 inch"] = 391.8;
Cost["HiDef Grey"+"15:9"+"84 inch"] = 391.8;
Cost["M1300"+"15:9"+"84 inch"] = 355.5;
Cost["Rear Cineflex"+"HDTV"+"82 inch"] = 408.3;
Cost["M2500"+"15:9"+"84 inch"] = 391.8;
Cost["M2500"+"15:9"+"93 inch"] = 459.9;
Cost["AT Grey"+"NTSC"+"100 inch"] = 1335.5;
Cost["Rear Cineflex"+"HDTV"+"106 inch"] = 582;
Cost["M1300"+"16:10"+"94 inch"] = 403.8;
Cost["M1300"+"15:9"+"93 inch"] = 403.8;
Cost["HiDef Grey"+"16:10"+"109 inch"] = 560;
Cost["M2500"+"16:10"+"109 inch"] = 560;
Cost["HiDef Grey"+"HDTV"+"106 inch"] = 560;
Cost["HiDef Grey"+"HDTV"+"92 inch"] = 459.9;
Cost["M2500"+"16:10"+"94 inch"] = 459.9;
Cost["M2500"+"15:9"+"107 inch"] = 560;
Cost["M1300"+"HDTV"+"92 inch"] = 403.8;
Cost["M2500"+"HDTV"+"92 inch"] = 459.9;
Cost["HiDef Grey"+"15:9"+"93 inch"] = 459.9;
Cost["M1300"+"15:9"+"107 inch"] = 481.9;
Cost["HiDef Grey"+"16:10"+"94 inch"] = 459.9;
Cost["AT1200"+"NTSC"+"100 inch"] = 1335.5;
Cost["HiDef Grey"+"15:9"+"107 inch"] = 560;
Cost["M1300"+"16:10"+"109 inch"] = 481.9;
Cost["Rear Cineflex"+"HDTV"+"92 inch"] = 481.9;
Cost["M2500"+"HDTV"+"106 inch"] = 560;
Cost["M1300"+"HDTV"+"106 inch"] = 481.9;
Cost["M1300"+"CinemaScope"+"115 inch"] = 593;
Cost["M1300"+"NTSC"+"6 ft"] = 283.7;
Cost["HiDef Grey"+"NTSC"+"6 ft"] = 307.9;
Cost["HiDef Grey"+"AV"+"50 inch x 50 inch"] = 327.7;
Cost["Rear Cineflex"+"AV"+"50 inch x 50 inch"] = 345.3;
Cost["M2500"+"NTSC"+"6 ft"] = 307.9;
Cost["Rear Cineflex"+"NTSC"+"6 ft"] = 322.2;
Cost["M1300"+"AV"+"50 inch x 50 inch"] = 300.2;
Cost["AT1200"+"NTSC"+"10 ft"] = 1711.5;
Cost["AT Grey"+"NTSC"+"10 ft"] = 1711.5;
Cost["M2500"+"AV"+"50 inch x 50 inch"] = 327.7;
Cost["Rear Cineflex"+"NTSC"+"6 ft 6 inch"] = 368.3;
Cost["HiDef Grey"+"NTSC"+"6 ft 6 inch"] = 340.8;
Cost["M2500"+"NTSC"+"6 ft 6 inch"] = 340.8;
Cost["M1300"+"NTSC"+"6 ft 6 inch"] = 313.3;
Cost["HiDef Grey"+"16:10"+"123 inch"] = 591.5;
Cost["HiDef Grey"+"AV"+"60 inch x 60 inch"] = 378.1;
Cost["M1300"+"16:10"+"123 inch"] = 536.5;
Cost["M1300"+"HDTV"+"119 inch"] = 536.5;
Cost["Rear Cineflex"+"HDTV"+"119 inch"] = 658.6;
Cost["M2500"+"15:9"+"121 inch"] = 591.5;
Cost["M1300"+"NTSC"+"7 ft 6 inch"] = 369.3;
Cost["Rear Cineflex"+"NTSC"+"7 ft 6 inch"] = 436.4;
Cost["HiDef Grey"+"15:9"+"121 inch"] = 591.5;
Cost["M1300"+"CinemaScope"+"132 inch"] = 726.8;
Cost["Rear Cineflex"+"AV"+"60 inch x 60 inch"] = 407.8;
Cost["M2500"+"HDTV"+"119 inch"] = 591.5;
Cost["M2500"+"NTSC"+"7 ft 6 inch"] = 402.3;
Cost["M2500"+"16:10"+"123 inch"] = 591.5;
Cost["M1300"+"15:9"+"121 inch"] = 536.5;
Cost["M2500"+"AV"+"60 inch x 60 inch"] = 378.1;
Cost["M1300"+"AV"+"60 inch x 60 inch"] = 347.3;
Cost["HiDef Grey"+"NTSC"+"7 ft 6 inch"] = 402.3;
Cost["HiDef Grey"+"HDTV"+"119 inch"] = 591.5;
Cost["M2500"+"NTSC"+"100 inch"] = 486.9;
Cost["Rear Cineflex"+"NTSC"+"100 inch"] = 486.9;
Cost["M1300"+"NTSC"+"100 inch"] = 407.7;
Cost["HiDef Grey"+"NTSC"+"100 inch"] = 486.9;
Cost["M1300"+"WideScreen"+"99 inch"] = 477.9;
Cost["M2500"+"16:10"+"137 inch"] = 644;
Cost["Rear Cineflex"+"WideScreen"+"99 inch"] = 572.5;
Cost["AT Grey"+"WideScreen"+"99 inch"] = 1498.7;
Cost["AT Grey"+"HDTV"+"92 inch"] = 1070.8;
Cost["M2500"+"HDTV"+"133 inch"] = 644;
Cost["HiDef Grey"+"WideScreen"+"99 inch"] = 521.9;
Cost["M2500"+"WideScreen"+"99 inch"] = 521.9;
Cost["AT1200"+"HDTV"+"92 inch"] = 1070.8;
Cost["M2500"+"15:9"+"135 inch"] = 644;
Cost["AT1200"+"WideScreen"+"99 inch"] = 1498.7;
Cost["HiDef Grey"+"NTSC"+"10 ft"] = 562.5;
Cost["M2500"+"WideScreen"+"108 inch"] = 568;
Cost["M2500"+"NTSC"+"10 ft"] = 562.5;
Cost["M2500"+"AV"+"74 inch x 98 inch"] = 562.5;
Cost["HiDef Grey"+"AV"+"74 inch x 98 inch"] = 562.5;
Cost["Rear Cineflex"+"WideScreen"+"108 inch"] = 590;
Cost["AT Grey"+"WideScreen"+"108 inch"] = 1527.2;
Cost["AT1200"+"WideScreen"+"108 inch"] = 1527.2;
Cost["Rear Cineflex"+"NTSC"+"10 ft"] = 590;
Cost["Rear Cineflex"+"AV"+"74 inch x 98 inch"] = 590;
Cost["M1300"+"AV"+"74 inch x 98 inch"] = 491;
Cost["M1300"+"NTSC"+"10 ft"] = 491;
Cost["M1300"+"WideScreen"+"108 inch"] = 489.9;
Cost["HiDef Grey"+"WideScreen"+"108 inch"] = 568;
Cost["Rear Cineflex"+"AV"+"70 inch x 70 inch"] = 485.4;
Cost["M2500"+"AV"+"70 inch x 70 inch"] = 456.8;
Cost["M1300"+"AV"+"70 inch x 70 inch"] = 418.3;
Cost["HiDef Grey"+"AV"+"70 inch x 70 inch"] = 456.8;
Cost["AT1200"+"HDTV"+"106 inch"] = 1529.2;
Cost["AT Grey"+"HDTV"+"106 inch"] = 1529.2;
Cost["Rear Cineflex"+"WideScreen"+"120 inch"] = 665.6;
Cost["AT1200"+"HDTV"+"119 inch"] = 1830.5;
Cost["AT Grey"+"HDTV"+"119 inch"] = 1830.5;
Cost["M1300"+"WideScreen"+"120 inch"] = 543.5;
Cost["AT Grey"+"WideScreen"+"120 inch"] = 1830.5;
Cost["HiDef Grey"+"WideScreen"+"120 inch"] = 598.5;
Cost["AT1200"+"WideScreen"+"120 inch"] = 1830.5;
Cost["M2500"+"WideScreen"+"120 inch"] = 598.5;
Cost["HiDef Grey"+"NTSC"+"11 ft"] = 594;
Cost["Rear Cineflex"+"NTSC"+"11 ft"] = 672.1;
Cost["M1300"+"NTSC"+"11 ft"] = 544.5;
Cost["M2500"+"NTSC"+"11 ft"] = 594;
Cost["Rear Cineflex"+"NTSC"+"150 inch"] = 744.6;
Cost["Rear Cineflex"+"AV"+"94 inch x 124 inch"] = 744.6;
Cost["HiDef Grey"+"AV"+"94 inch x 124 inch"] = 650;
Cost["M2500"+"AV"+"94 inch x 124 inch"] = 650;
Cost["M2500"+"NTSC"+"150 inch"] = 650;
Cost["M1300"+"AV"+"94 inch x 124 inch"] = 595;
Cost["M1300"+"NTSC"+"150 inch"] = 595;
Cost["HiDef Grey"+"NTSC"+"150 inch"] = 650;
Cost["M1300"+"AV"+"84 inch x 84 inch"] = 517.9;
Cost["Rear Cineflex"+"AV"+"84 inch x 84 inch"] = 616.9;
Cost["M2500"+"AV"+"84 inch x 84 inch"] = 565.2;
Cost["HiDef Grey"+"AV"+"84 inch x 84 inch"] = 565.2;
Cost["HiDef Grey"+"WideScreen"+"132 inch"] = 652;
Cost["M2500"+"WideScreen"+"132 inch"] = 652;
Cost["M1300"+"WideScreen"+"132 inch"] = 575;
Cost["AT Grey"+"WideScreen"+"132 inch"] = 1889.5;
Cost["Rear Cineflex"+"WideScreen"+"132 inch"] = 746.6;
Cost["AT1200"+"WideScreen"+"132 inch"] = 1889.5;
Cost["AT Grey"+"HDTV"+"133 inch"] = 1892.5;
Cost["AT1200"+"HDTV"+"133 inch"] = 1892.5;
Cost["AT Grey"+"AV"+"84 inch x 84 inch"] = 1323.6;
Cost["AT1200"+"AV"+"84 inch x 84 inch"] = 1323.6;
Cost["M1300"+"16:10"+"165 inch"] = 719.6;
Cost["Rear Cineflex"+"WideScreen"+"162 inch"] = 948.4;
Cost["M2500"+"15:9"+"163 inch"] = 792.2;
Cost["M1300"+"HDTV"+"133 inch"] = 603;
Cost["Rear Cineflex"+"HDTV"+"161 inch"] = 948.4;
Cost["Rear Cineflex"+"HDTV"+"133 inch"] = 752.6;
Cost["M1300"+"HDTV"+"161 inch"] = 719.6;
Cost["HiDef Grey"+"15:9"+"163 inch"] = 792.2;
Cost["HiDef Grey"+"15:9"+"135 inch"] = 658;
Cost["Rear Cineflex"+"NTSC"+"15 ft"] = 947.3;
Cost["Rear Cineflex"+"AV"+"108 inch x 144 inch"] = 947.3;
Cost["M1300"+"NTSC"+"15 ft"] = 719.6;
Cost["M1300"+"AV"+"108 inch x 144 inch"] = 719.6;
Cost["HiDef Grey"+"WideScreen"+"162 inch"] = 792.2;
Cost["M1300"+"16:10"+"137 inch"] = 603;
Cost["HiDef Grey"+"HDTV"+"133 inch"] = 658;
Cost["AT Grey"+"WideScreen"+"162 inch"] = 2468.6;
Cost["M1300"+"15:9"+"163 inch"] = 719.6;
Cost["M1300"+"15:9"+"135 inch"] = 603;
Cost["AT1200"+"HDTV"+"161 inch"] = 2468.6;
Cost["AT Grey"+"HDTV"+"161 inch"] = 2468.6;
Cost["AT1200"+"WideScreen"+"162 inch"] = 2468.6;
Cost["HiDef Grey"+"16:10"+"137 inch"] = 658;
Cost["M2500"+"HDTV"+"161 inch"] = 792.2;
Cost["HiDef Grey"+"16:10"+"165 inch"] = 792.2;
Cost["M2500"+"16:10"+"165 inch"] = 792.2;
Cost["M1300"+"WideScreen"+"162 inch"] = 719.6;
Cost["HiDef Grey"+"HDTV"+"161 inch"] = 792.2;
Cost["M2500"+"WideScreen"+"162 inch"] = 792.2;
Cost["M2500"+"AV"+"96 inch x 96 inch"] = 648;
Cost["Rear Cineflex"+"AV"+"96 inch x 96 inch"] = 704.1;
Cost["M1300"+"AV"+"96 inch x 96 inch"] = 593;
Cost["HiDef Grey"+"AV"+"96 inch x 96 inch"] = 648;
Cost["AT Grey"+"CinemaScope"+"115 inch"] = 1531;
Cost["AT1200"+"CinemaScope"+"115 inch"] = 1531;
Cost["HiDef Grey"+"NTSC"+"15 ft"] = 791.7;
Cost["M2500"+"CinemaScope"+"115 inch"] = 647.6;
Cost["HiDef Grey"+"AV"+"108 inch x 144 inch"] = 791.7;
Cost["M2500"+"NTSC"+"15 ft"] = 791.7;
Cost["HiDef Grey"+"CinemaScope"+"115 inch"] = 647.6;
Cost["M2500"+"AV"+"108 inch x 144 inch"] = 791.7;
Cost["HiDef Grey"+"AV"+"120 inch x 120 inch"] = 776.1;
Cost["Rear Cineflex"+"AV"+"120 inch x 120 inch"] = 848.7;
Cost["M1300"+"AV"+"120 inch x 120 inch"] = 710.1;
Cost["HiDef Grey"+"NTSC"+"200 inch"] = 944.3;
Cost["Rear Cineflex"+"NTSC"+"200 inch"] = 1144.5;
Cost["M1300"+"NTSC"+"200 inch"] = 866.2;
Cost["M2500"+"CinemaScope"+"132 inch"] = 792.4;
Cost["HiDef Grey"+"CinemaScope"+"132 inch"] = 792.4;
Cost["HiDef Grey"+"AV"+"144 inch x 144 inch"] = 1079.4;
Cost["M1300"+"AV"+"144 inch x 144 inch"] = 984.8;
Cost["Rear Cineflex"+"AV"+"144 inch x 144 inch"] = 1119;
Cost["AT Grey"+"CinemaScope"+"132 inch"] = 1952.7;
Cost["AT1200"+"CinemaScope"+"132 inch"] = 1952.7;
Cost["M1300"+"CinemaScope"+"148 inch"] = 829.4;
Cost["HiDef Grey"+"CinemaScope"+"148 inch"] = 872.3;
Cost["M2500"+"CinemaScope"+"148 inch"] = 872.3;
Cost["AT Grey"+"CinemaScope"+"148 inch"] = 2356.9;
Cost["AT1200"+"CinemaScope"+"148 inch"] = 2356.9;
Cost["HiDef Grey"+"CinemaScope"+"166 inch"] = 1034.4;
Cost["M2500"+"CinemaScope"+"166 inch"] = 1034.4;
Cost["M1300"+"CinemaScope"+"166 inch"] = 979.4;
Cost["AT Grey"+"CinemaScope"+"166 inch"] = 2877.6;
Cost["AT1200"+"CinemaScope"+"166 inch"] = 2877.6;
Cost["Rear Cineflex"+"NTSC"+"250 inch"] = 2943.6;
Cost["HiDef Grey"+"NTSC"+"250 inch"] = 2570.7;
Cost["M1300"+"NTSC"+"250 inch"] = 2454.1;
Cost["M1300"+"NTSC"+"25 ft"] = 3198.8;
Cost["Rear Cineflex"+"NTSC"+"25 ft"] = 3843.4;

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">'
}


