
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 == "AT1200") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('CinemaScope','CinemaScope');
selbox.options[selbox.options.length] = new Option('HDTV to NTSC','HDTV to NTSC');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
}

if (chosen == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('CinemaScope','CinemaScope');
selbox.options[selbox.options.length] = new Option('HDTV to NTSC','HDTV to NTSC');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
}

if (chosen == "High Contrast Grey") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('CinemaScope','CinemaScope');
selbox.options[selbox.options.length] = new Option('HDTV to NTSC','HDTV to NTSC');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
}

if (chosen == "Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('CinemaScope','CinemaScope');
selbox.options[selbox.options.length] = new Option('HDTV to NTSC','HDTV to NTSC');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
}

if (chosen == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('CinemaScope','CinemaScope');
selbox.options[selbox.options.length] = new Option('HDTV to NTSC','HDTV to NTSC');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
}

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 == "WideScreen" && surfacePick == "AT1200") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('95 inch','95 inch');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
selbox.options[selbox.options.length] = new Option('126 inch','126 inch');
selbox.options[selbox.options.length] = new Option('136 inch','136 inch');
}


if (chosen == "WideScreen" && surfacePick == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('95 inch','95 inch');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
selbox.options[selbox.options.length] = new Option('126 inch','126 inch');
selbox.options[selbox.options.length] = new Option('136 inch','136 inch');
}


if (chosen == "WideScreen" && surfacePick == "High Contrast Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('95 inch','95 inch');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
selbox.options[selbox.options.length] = new Option('126 inch','126 inch');
selbox.options[selbox.options.length] = new Option('136 inch','136 inch');
}


if (chosen == "WideScreen" && surfacePick == "Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('95 inch','95 inch');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
selbox.options[selbox.options.length] = new Option('126 inch','126 inch');
selbox.options[selbox.options.length] = new Option('136 inch','136 inch');
}


if (chosen == "WideScreen" && surfacePick == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('95 inch','95 inch');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
selbox.options[selbox.options.length] = new Option('126 inch','126 inch');
selbox.options[selbox.options.length] = new Option('136 inch','136 inch');
}


if (chosen == "HDTV to NTSC" && 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('123 inch','123 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
}


if (chosen == "HDTV to NTSC" && 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('123 inch','123 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
}


if (chosen == "HDTV to NTSC" && 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('123 inch','123 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
}


if (chosen == "HDTV to NTSC" && surfacePick == "Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('123 inch','123 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
}


if (chosen == "HDTV to NTSC" && 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('123 inch','123 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
}


if (chosen == "CinemaScope" && surfacePick == "AT1200") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('103 inch','103 inch');
selbox.options[selbox.options.length] = new Option('115 inch','115 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
}


if (chosen == "CinemaScope" && surfacePick == "Glass Beaded") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('103 inch','103 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('115 inch','115 inch');
}


if (chosen == "CinemaScope" && surfacePick == "High Contrast Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('103 inch','103 inch');
selbox.options[selbox.options.length] = new Option('115 inch','115 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
}


if (chosen == "CinemaScope" && surfacePick == "Matt White") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('103 inch','103 inch');
selbox.options[selbox.options.length] = new Option('115 inch','115 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
}


if (chosen == "CinemaScope" && surfacePick == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('103 inch','103 inch');
selbox.options[selbox.options.length] = new Option('115 inch','115 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
}


 formatPick = chosen; 
}
function storeSize(chosen) {
sizePick= chosen;
}

function ChooseProd() {
var Products = new Array(55)

Products["AT1200"+"WideScreen"+"95 inch"] = "106021";
Products["Glass Beaded"+"WideScreen"+"95 inch"] = "106013";
Products["High Contrast Grey"+"WideScreen"+"95 inch"] = "106045";
Products["Glass Beaded"+"HDTV to NTSC"+"92 inch"] = "106009";
Products["Matt White"+"WideScreen"+"95 inch"] = "106005";
Products["High Contrast Grey"+"HDTV to NTSC"+"92 inch"] = "106041";
Products["AT1200"+"HDTV to NTSC"+"92 inch"] = "106017";
Products["AT Grey"+"WideScreen"+"95 inch"] = "106061";
Products["Matt White"+"HDTV to NTSC"+"92 inch"] = "106001";
Products["AT Grey"+"HDTV to NTSC"+"92 inch"] = "106057";
Products["Matt White"+"WideScreen"+"109 inch"] = "106006";
Products["Matt White"+"HDTV to NTSC"+"106 inch"] = "106002";
Products["Glass Beaded"+"HDTV to NTSC"+"106 inch"] = "106010";
Products["AT Grey"+"WideScreen"+"109 inch"] = "106062";
Products["AT Grey"+"CinemaScope"+"103 inch"] = "106093";
Products["Matt White"+"CinemaScope"+"103 inch"] = "106081";
Products["AT1200"+"CinemaScope"+"103 inch"] = "106090";
Products["High Contrast Grey"+"CinemaScope"+"103 inch"] = "106087";
Products["Glass Beaded"+"CinemaScope"+"103 inch"] = "106084";
Products["AT Grey"+"HDTV to NTSC"+"106 inch"] = "106058";
Products["AT1200"+"HDTV to NTSC"+"106 inch"] = "106018";
Products["High Contrast Grey"+"WideScreen"+"109 inch"] = "106046";
Products["Glass Beaded"+"WideScreen"+"109 inch"] = "106014";
Products["High Contrast Grey"+"HDTV to NTSC"+"106 inch"] = "106042";
Products["AT1200"+"WideScreen"+"109 inch"] = "106022";
Products["Matt White"+"HDTV to NTSC"+"123 inch"] = "106003";
Products["Matt White"+"CinemaScope"+"115 inch"] = "106082";
Products["High Contrast Grey"+"CinemaScope"+"115 inch"] = "106088";
Products["AT Grey"+"CinemaScope"+"115 inch"] = "106094";
Products["Glass Beaded"+"CinemaScope"+"132 inch"] = "106086";
Products["Matt White"+"CinemaScope"+"132 inch"] = "106083";
Products["High Contrast Grey"+"CinemaScope"+"132 inch"] = "106089";
Products["AT1200"+"CinemaScope"+"115 inch"] = "106091";
Products["Glass Beaded"+"CinemaScope"+"115 inch"] = "106085";
Products["AT Grey"+"CinemaScope"+"132 inch"] = "106095";
Products["High Contrast Grey"+"HDTV to NTSC"+"123 inch"] = "106043";
Products["High Contrast Grey"+"WideScreen"+"126 inch"] = "106047";
Products["AT Grey"+"HDTV to NTSC"+"123 inch"] = "106059";
Products["Glass Beaded"+"HDTV to NTSC"+"123 inch"] = "106011";
Products["AT Grey"+"WideScreen"+"126 inch"] = "106063";
Products["Matt White"+"WideScreen"+"126 inch"] = "106007";
Products["Glass Beaded"+"WideScreen"+"126 inch"] = "106015";
Products["AT1200"+"HDTV to NTSC"+"123 inch"] = "106019";
Products["AT1200"+"WideScreen"+"126 inch"] = "106023";
Products["High Contrast Grey"+"WideScreen"+"136 inch"] = "106048";
Products["Glass Beaded"+"HDTV to NTSC"+"133 inch"] = "106012";
Products["Matt White"+"WideScreen"+"136 inch"] = "106008";
Products["High Contrast Grey"+"HDTV to NTSC"+"133 inch"] = "106044";
Products["Glass Beaded"+"WideScreen"+"136 inch"] = "106016";
Products["Matt White"+"HDTV to NTSC"+"133 inch"] = "106004";
Products["AT Grey"+"WideScreen"+"136 inch"] = "106064";
Products["AT1200"+"HDTV to NTSC"+"133 inch"] = "106020";
Products["AT1200"+"CinemaScope"+"132 inch"] = "106092";
Products["AT1200"+"WideScreen"+"136 inch"] = "106024";
Products["AT Grey"+"HDTV to NTSC"+"133 inch"] = "106060";

var Desc = new Array(55)

Desc["AT1200"+"WideScreen"+"95 inch"] = "Draper AT1200 WideScreen 95 inch screen :Access MultiView/Series E, 95 inch, WideScreen, AT1200, 110 V";
Desc["Glass Beaded"+"WideScreen"+"95 inch"] = "Draper Glass Beaded WideScreen 95 inch screen :Access MultiView/Series E, 95 inch, WideScreen, Glass Beaded, 110 V";
Desc["High Contrast Grey"+"WideScreen"+"95 inch"] = "Draper High Contrast Grey WideScreen 95 inch screen :Access MultiView/Series E, 95 inch, WideScreen, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"HDTV to NTSC"+"92 inch"] = "Draper Glass Beaded HDTV to NTSC 92 inch screen :Access MultiView/Series E, 92 inch, HDTV to NTSC, Glass Beaded, 110 V";
Desc["Matt White"+"WideScreen"+"95 inch"] = "Draper Matt White WideScreen 95 inch screen :Access MultiView/Series E, 95 inch, WideScreen, Matt White, 110 V";
Desc["High Contrast Grey"+"HDTV to NTSC"+"92 inch"] = "Draper High Contrast Grey HDTV to NTSC 92 inch screen :Access MultiView/Series E, 92 inch, HDTV to NTSC, High Contrast Grey, 110 V";
Desc["AT1200"+"HDTV to NTSC"+"92 inch"] = "Draper AT1200 HDTV to NTSC 92 inch screen :Access MultiView/Series E, 92 inch, HDTV to NTSC, AT1200, 110 V";
Desc["AT Grey"+"WideScreen"+"95 inch"] = "Draper AT Grey WideScreen 95 inch screen :Access MultiView/Series E, 95 inch, WideScreen, AT Grey, 110 V";
Desc["Matt White"+"HDTV to NTSC"+"92 inch"] = "Draper Matt White HDTV to NTSC 92 inch screen :Access MultiView/Series E, 92 inch, HDTV to NTSC, Matt White, 110 V";
Desc["AT Grey"+"HDTV to NTSC"+"92 inch"] = "Draper AT Grey HDTV to NTSC 92 inch screen :Access MultiView/Series E, 92 inch, HDTV to NTSC, AT Grey, 110 V";
Desc["Matt White"+"WideScreen"+"109 inch"] = "Draper Matt White WideScreen 109 inch screen :Access MultiView/Series E, 109 inch, WideScreen, Matt White, 110 V";
Desc["Matt White"+"HDTV to NTSC"+"106 inch"] = "Draper Matt White HDTV to NTSC 106 inch screen :Access MultiView/Series E, 106 inch, HDTV to NTSC, Matt White, 110 V";
Desc["Glass Beaded"+"HDTV to NTSC"+"106 inch"] = "Draper Glass Beaded HDTV to NTSC 106 inch screen :Access MultiView/Series E, 106 inch, HDTV to NTSC, Glass Beaded, 110 V";
Desc["AT Grey"+"WideScreen"+"109 inch"] = "Draper AT Grey WideScreen 109 inch screen :Access MultiView/Series E, 109 inch, WideScreen, AT Grey, 110 V";
Desc["AT Grey"+"CinemaScope"+"103 inch"] = "Draper AT Grey CinemaScope 103 inch screen :Access MultiView/Series E, 103 inch, CinemaScope, AT Grey, 110 V";
Desc["Matt White"+"CinemaScope"+"103 inch"] = "Draper Matt White CinemaScope 103 inch screen :Access MultiView/Series E, 103 inch, CinemaScope, Matt White, 110 V";
Desc["AT1200"+"CinemaScope"+"103 inch"] = "Draper AT1200 CinemaScope 103 inch screen :Access MultiView/Series E, 103 inch, CinemaScope, AT1200, 110 V";
Desc["High Contrast Grey"+"CinemaScope"+"103 inch"] = "Draper High Contrast Grey CinemaScope 103 inch screen :Access MultiView/Series E, 103 inch, CinemaScope, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"CinemaScope"+"103 inch"] = "Draper Glass Beaded CinemaScope 103 inch screen :Access MultiView/Series E, 103 inch, CinemaScope, Glass Beaded, 110 V";
Desc["AT Grey"+"HDTV to NTSC"+"106 inch"] = "Draper AT Grey HDTV to NTSC 106 inch screen :Access MultiView/Series E, 106 inch, HDTV to NTSC, AT Grey, 110 V";
Desc["AT1200"+"HDTV to NTSC"+"106 inch"] = "Draper AT1200 HDTV to NTSC 106 inch screen :Access MultiView/Series E, 106 inch, HDTV to NTSC, AT1200, 110 V";
Desc["High Contrast Grey"+"WideScreen"+"109 inch"] = "Draper High Contrast Grey WideScreen 109 inch screen :Access MultiView/Series E, 109 inch, WideScreen, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"WideScreen"+"109 inch"] = "Draper Glass Beaded WideScreen 109 inch screen :Access MultiView/Series E, 109 inch, WideScreen, Glass Beaded, 110 V";
Desc["High Contrast Grey"+"HDTV to NTSC"+"106 inch"] = "Draper High Contrast Grey HDTV to NTSC 106 inch screen :Access MultiView/Series E, 106 inch, HDTV to NTSC, High Contrast Grey, 110 V";
Desc["AT1200"+"WideScreen"+"109 inch"] = "Draper AT1200 WideScreen 109 inch screen :Access MultiView/Series E, 109 inch, WideScreen, AT1200, 110 V";
Desc["Matt White"+"HDTV to NTSC"+"123 inch"] = "Draper Matt White HDTV to NTSC 123 inch screen :Access MultiView/Series E, 123 inch, HDTV to NTSC, Matt White, 110 V";
Desc["Matt White"+"CinemaScope"+"115 inch"] = "Draper Matt White CinemaScope 115 inch screen :Access MultiView/Series E, 115 inch, CinemaScope, Matt White, 110 V";
Desc["High Contrast Grey"+"CinemaScope"+"115 inch"] = "Draper High Contrast Grey CinemaScope 115 inch screen :Access MultiView/Series E, 115 inch, CinemaScope, High Contrast Grey, 110 V";
Desc["AT Grey"+"CinemaScope"+"115 inch"] = "Draper AT Grey CinemaScope 115 inch screen :Access MultiView/Series E, 115 inch, CinemaScope, AT Grey, 110 V";
Desc["Glass Beaded"+"CinemaScope"+"132 inch"] = "Draper Glass Beaded CinemaScope 132 inch screen :Access MultiView/Series E, 132 inch, CinemaScope, Glass Beaded, 110 V";
Desc["Matt White"+"CinemaScope"+"132 inch"] = "Draper Matt White CinemaScope 132 inch screen :Access MultiView/Series E, 132 inch, CinemaScope, Matt White, 110 V";
Desc["High Contrast Grey"+"CinemaScope"+"132 inch"] = "Draper High Contrast Grey CinemaScope 132 inch screen :Access MultiView/Series E, 132 inch, CinemaScope, High Contrast Grey, 110 V";
Desc["AT1200"+"CinemaScope"+"115 inch"] = "Draper AT1200 CinemaScope 115 inch screen :Access MultiView/Series E, 115 inch, CinemaScope, AT1200, 110 V";
Desc["Glass Beaded"+"CinemaScope"+"115 inch"] = "Draper Glass Beaded CinemaScope 115 inch screen :Access MultiView/Series E, 115 inch, CinemaScope, Glass Beaded, 110 V";
Desc["AT Grey"+"CinemaScope"+"132 inch"] = "Draper AT Grey CinemaScope 132 inch screen :Access MultiView/Series E, 132 inch, CinemaScope, AT Grey, 110 V";
Desc["High Contrast Grey"+"HDTV to NTSC"+"123 inch"] = "Draper High Contrast Grey HDTV to NTSC 123 inch screen :Access MultiView/Series E, 123 inch, HDTV to NTSC, High Contrast Grey, 110 V";
Desc["High Contrast Grey"+"WideScreen"+"126 inch"] = "Draper High Contrast Grey WideScreen 126 inch screen :Access MultiView/Series E, 126 inch, WideScreen, High Contrast Grey, 110 V";
Desc["AT Grey"+"HDTV to NTSC"+"123 inch"] = "Draper AT Grey HDTV to NTSC 123 inch screen :Access MultiView/Series E, 123 inch, HDTV to NTSC, AT Grey, 110 V";
Desc["Glass Beaded"+"HDTV to NTSC"+"123 inch"] = "Draper Glass Beaded HDTV to NTSC 123 inch screen :Access MultiView/Series E, 123 inch, HDTV to NTSC, Glass Beaded, 110 V";
Desc["AT Grey"+"WideScreen"+"126 inch"] = "Draper AT Grey WideScreen 126 inch screen :Access MultiView/Series E, 126 inch, WideScreen, AT Grey, 110 V";
Desc["Matt White"+"WideScreen"+"126 inch"] = "Draper Matt White WideScreen 126 inch screen :Access MultiView/Series E, 126 inch, WideScreen, Matt White, 110 V";
Desc["Glass Beaded"+"WideScreen"+"126 inch"] = "Draper Glass Beaded WideScreen 126 inch screen :Access MultiView/Series E, 126 inch, WideScreen, Glass Beaded, 110 V";
Desc["AT1200"+"HDTV to NTSC"+"123 inch"] = "Draper AT1200 HDTV to NTSC 123 inch screen :Access MultiView/Series E, 123 inch, HDTV to NTSC, AT1200, 110 V";
Desc["AT1200"+"WideScreen"+"126 inch"] = "Draper AT1200 WideScreen 126 inch screen :Access MultiView/Series E, 126 inch, WideScreen, AT1200, 110 V";
Desc["High Contrast Grey"+"WideScreen"+"136 inch"] = "Draper High Contrast Grey WideScreen 136 inch screen :Access MultiView/Series E, 136 inch, WideScreen, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"HDTV to NTSC"+"133 inch"] = "Draper Glass Beaded HDTV to NTSC 133 inch screen :Access MultiView/Series E, 133 inch, HDTV to NTSC, Glass Beaded, 110 V";
Desc["Matt White"+"WideScreen"+"136 inch"] = "Draper Matt White WideScreen 136 inch screen :Access MultiView/Series E, 136 inch, WideScreen, Matt White, 110 V";
Desc["High Contrast Grey"+"HDTV to NTSC"+"133 inch"] = "Draper High Contrast Grey HDTV to NTSC 133 inch screen :Access MultiView/Series E, 133 inch, HDTV to NTSC, High Contrast Grey, 110 V";
Desc["Glass Beaded"+"WideScreen"+"136 inch"] = "Draper Glass Beaded WideScreen 136 inch screen :Access MultiView/Series E, 136 inch, WideScreen, Glass Beaded, 110 V";
Desc["Matt White"+"HDTV to NTSC"+"133 inch"] = "Draper Matt White HDTV to NTSC 133 inch screen :Access MultiView/Series E, 133 inch, HDTV to NTSC, Matt White, 110 V";
Desc["AT Grey"+"WideScreen"+"136 inch"] = "Draper AT Grey WideScreen 136 inch screen :Access MultiView/Series E, 136 inch, WideScreen, AT Grey, 110 V";
Desc["AT1200"+"HDTV to NTSC"+"133 inch"] = "Draper AT1200 HDTV to NTSC 133 inch screen :Access MultiView/Series E, 133 inch, HDTV to NTSC, AT1200, 110 V";
Desc["AT1200"+"CinemaScope"+"132 inch"] = "Draper AT1200 CinemaScope 132 inch screen :Access MultiView/Series E, 132 inch, CinemaScope, AT1200, 110 V";
Desc["AT1200"+"WideScreen"+"136 inch"] = "Draper AT1200 WideScreen 136 inch screen :Access MultiView/Series E, 136 inch, WideScreen, AT1200, 110 V";
Desc["AT Grey"+"HDTV to NTSC"+"133 inch"] = "Draper AT Grey HDTV to NTSC 133 inch screen :Access MultiView/Series E, 133 inch, HDTV to NTSC, AT Grey, 110 V";

var Cost = new Array(55)

Cost["AT1200"+"WideScreen"+"95 inch"] = 3760.8;
Cost["Glass Beaded"+"WideScreen"+"95 inch"] = 1953.5;
Cost["High Contrast Grey"+"WideScreen"+"95 inch"] = 1953.5;
Cost["Glass Beaded"+"HDTV to NTSC"+"92 inch"] = 1953.5;
Cost["Matt White"+"WideScreen"+"95 inch"] = 1953.5;
Cost["High Contrast Grey"+"HDTV to NTSC"+"92 inch"] = 1953.5;
Cost["AT1200"+"HDTV to NTSC"+"92 inch"] = 3760.8;
Cost["AT Grey"+"WideScreen"+"95 inch"] = 3760.8;
Cost["Matt White"+"HDTV to NTSC"+"92 inch"] = 1953.5;
Cost["AT Grey"+"HDTV to NTSC"+"92 inch"] = 3760.8;
Cost["Matt White"+"WideScreen"+"109 inch"] = 1989.2;
Cost["Matt White"+"HDTV to NTSC"+"106 inch"] = 1989.2;
Cost["Glass Beaded"+"HDTV to NTSC"+"106 inch"] = 1989.2;
Cost["AT Grey"+"WideScreen"+"109 inch"] = 4359.7;
Cost["AT Grey"+"CinemaScope"+"103 inch"] = 4316.8;
Cost["Matt White"+"CinemaScope"+"103 inch"] = 1970.5;
Cost["AT1200"+"CinemaScope"+"103 inch"] = 4316.8;
Cost["High Contrast Grey"+"CinemaScope"+"103 inch"] = 1970.5;
Cost["Glass Beaded"+"CinemaScope"+"103 inch"] = 1970.5;
Cost["AT Grey"+"HDTV to NTSC"+"106 inch"] = 4359.7;
Cost["AT1200"+"HDTV to NTSC"+"106 inch"] = 4359.7;
Cost["High Contrast Grey"+"WideScreen"+"109 inch"] = 1989.2;
Cost["Glass Beaded"+"WideScreen"+"109 inch"] = 1989.2;
Cost["High Contrast Grey"+"HDTV to NTSC"+"106 inch"] = 1989.2;
Cost["AT1200"+"WideScreen"+"109 inch"] = 4359.7;
Cost["Matt White"+"HDTV to NTSC"+"123 inch"] = 2017.9;
Cost["Matt White"+"CinemaScope"+"115 inch"] = 2021.9;
Cost["High Contrast Grey"+"CinemaScope"+"115 inch"] = 2021.9;
Cost["AT Grey"+"CinemaScope"+"115 inch"] = 4622.3;
Cost["Glass Beaded"+"CinemaScope"+"132 inch"] = 2046.1;
Cost["Matt White"+"CinemaScope"+"132 inch"] = 2046.1;
Cost["High Contrast Grey"+"CinemaScope"+"132 inch"] = 2046.1;
Cost["AT1200"+"CinemaScope"+"115 inch"] = 4622.3;
Cost["Glass Beaded"+"CinemaScope"+"115 inch"] = 2021.9;
Cost["AT Grey"+"CinemaScope"+"132 inch"] = 5126.1;
Cost["High Contrast Grey"+"HDTV to NTSC"+"123 inch"] = 2046.9;
Cost["High Contrast Grey"+"WideScreen"+"126 inch"] = 2046.9;
Cost["AT Grey"+"HDTV to NTSC"+"123 inch"] = 4647.3;
Cost["Glass Beaded"+"HDTV to NTSC"+"123 inch"] = 2046.9;
Cost["AT Grey"+"WideScreen"+"126 inch"] = 4647.3;
Cost["Matt White"+"WideScreen"+"126 inch"] = 2046.9;
Cost["Glass Beaded"+"WideScreen"+"126 inch"] = 2046.9;
Cost["AT1200"+"HDTV to NTSC"+"123 inch"] = 4647.3;
Cost["AT1200"+"WideScreen"+"126 inch"] = 4647.3;
Cost["High Contrast Grey"+"WideScreen"+"136 inch"] = 2096.1;
Cost["Glass Beaded"+"HDTV to NTSC"+"133 inch"] = 2096.1;
Cost["Matt White"+"WideScreen"+"136 inch"] = 2096.1;
Cost["High Contrast Grey"+"HDTV to NTSC"+"133 inch"] = 2096.1;
Cost["Glass Beaded"+"WideScreen"+"136 inch"] = 2096.1;
Cost["Matt White"+"HDTV to NTSC"+"133 inch"] = 2096.1;
Cost["AT Grey"+"WideScreen"+"136 inch"] = 5176.1;
Cost["AT1200"+"HDTV to NTSC"+"133 inch"] = 5176.1;
Cost["AT1200"+"CinemaScope"+"132 inch"] = 5176.1;
Cost["AT1200"+"WideScreen"+"136 inch"] = 5176.1;
Cost["AT Grey"+"HDTV to NTSC"+"133 inch"] = 5176.1;

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">'
}


