
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 Screen with no frame") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('NTSC','NTSC');
}

if (chosen == "Rear Screen with System 100 black frame") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('NTSC','NTSC');
}

if (chosen == "Rear Screen with System 200 black frame") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('NTSC','NTSC');
}

if (chosen == "Rear Screen with System 400 black frame") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('NTSC','NTSC');
}

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 == "NTSC" && surfacePick == "Rear Screen with no frame") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('90 inch','90 inch');
selbox.options[selbox.options.length] = new Option('96 inch','96 inch');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('140 inch','140 inch');
selbox.options[selbox.options.length] = new Option('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('160 inch','160 inch');
selbox.options[selbox.options.length] = new Option('170 inch','170 inch');
selbox.options[selbox.options.length] = new Option('180 inch','180 inch');
selbox.options[selbox.options.length] = new Option('190 inch','190 inch');
selbox.options[selbox.options.length] = new Option('200 inch','200 inch');
}


if (chosen == "NTSC" && surfacePick == "Rear Screen with System 100 black frame") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('90 inch','90 inch');
selbox.options[selbox.options.length] = new Option('96 inch','96 inch');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
}


if (chosen == "NTSC" && surfacePick == "Rear Screen with System 200 black frame") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('90 inch','90 inch');
selbox.options[selbox.options.length] = new Option('96 inch','96 inch');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('140 inch','140 inch');
selbox.options[selbox.options.length] = new Option('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('160 inch','160 inch');
}


if (chosen == "NTSC" && surfacePick == "Rear Screen with System 400 black frame") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('90 inch','90 inch');
selbox.options[selbox.options.length] = new Option('96 inch','96 inch');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('140 inch','140 inch');
selbox.options[selbox.options.length] = new Option('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('160 inch','160 inch');
}


if (chosen == "HDTV" && surfacePick == "Rear Screen with no frame") {
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 == "Rear Screen with System 100 black frame") {
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');
}


if (chosen == "HDTV" && surfacePick == "Rear Screen with System 200 black frame") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
}


if (chosen == "HDTV" && surfacePick == "Rear Screen with System 400 black frame") {
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');
}


 formatPick = chosen; 
}
function storeSize(chosen) {
sizePick= chosen;
}

function ChooseProd() {
var Products = new Array(48)

Products["Rear Screen with no frame"+"NTSC"+"84 inch"] = "127103";
Products["Rear Screen with no frame"+"HDTV"+"92 inch"] = "127154";
Products["Rear Screen with no frame"+"NTSC"+"90 inch"] = "127104";
Products["Rear Screen with no frame"+"NTSC"+"96 inch"] = "127105";
Products["Rear Screen with System 100 black frame"+"NTSC"+"84 inch"] = "127117";
Products["Rear Screen with no frame"+"NTSC"+"100 inch"] = "127106";
Products["Rear Screen with System 200 black frame"+"NTSC"+"84 inch"] = "127125";
Products["Rear Screen with System 100 black frame"+"HDTV"+"92 inch"] = "127159";
Products["Rear Screen with System 400 black frame"+"NTSC"+"84 inch"] = "127139";
Products["Rear Screen with no frame"+"HDTV"+"106 inch"] = "127155";
Products["Rear Screen with System 100 black frame"+"NTSC"+"90 inch"] = "127118";
Products["Rear Screen with System 200 black frame"+"HDTV"+"92 inch"] = "127161";
Products["Rear Screen with System 100 black frame"+"NTSC"+"96 inch"] = "127119";
Products["Rear Screen with System 400 black frame"+"HDTV"+"92 inch"] = "127165";
Products["Rear Screen with System 200 black frame"+"NTSC"+"90 inch"] = "127126";
Products["Rear Screen with System 400 black frame"+"NTSC"+"90 inch"] = "127140";
Products["Rear Screen with System 100 black frame"+"NTSC"+"100 inch"] = "127120";
Products["Rear Screen with System 200 black frame"+"NTSC"+"96 inch"] = "127127";
Products["Rear Screen with System 400 black frame"+"NTSC"+"96 inch"] = "127141";
Products["Rear Screen with no frame"+"NTSC"+"120 inch"] = "127107";
Products["Rear Screen with System 200 black frame"+"NTSC"+"100 inch"] = "127128";
Products["Rear Screen with System 100 black frame"+"HDTV"+"106 inch"] = "127160";
Products["Rear Screen with System 400 black frame"+"NTSC"+"100 inch"] = "127142";
Products["Rear Screen with no frame"+"HDTV"+"119 inch"] = "127156";
Products["Rear Screen with System 200 black frame"+"HDTV"+"106 inch"] = "127162";
Products["Rear Screen with System 400 black frame"+"HDTV"+"106 inch"] = "127166";
Products["Rear Screen with no frame"+"HDTV"+"133 inch"] = "127157";
Products["Rear Screen with System 100 black frame"+"NTSC"+"120 inch"] = "127121";
Products["Rear Screen with System 200 black frame"+"NTSC"+"120 inch"] = "127129";
Products["Rear Screen with System 400 black frame"+"NTSC"+"120 inch"] = "127143";
Products["Rear Screen with System 200 black frame"+"HDTV"+"119 inch"] = "127163";
Products["Rear Screen with System 400 black frame"+"HDTV"+"119 inch"] = "127167";
Products["Rear Screen with no frame"+"NTSC"+"140 inch"] = "127111";
Products["Rear Screen with System 200 black frame"+"HDTV"+"133 inch"] = "127164";
Products["Rear Screen with System 400 black frame"+"HDTV"+"133 inch"] = "127168";
Products["Rear Screen with no frame"+"NTSC"+"150 inch"] = "127112";
Products["Rear Screen with no frame"+"HDTV"+"161 inch"] = "127158";
Products["Rear Screen with System 200 black frame"+"NTSC"+"140 inch"] = "127133";
Products["Rear Screen with no frame"+"NTSC"+"160 inch"] = "127113";
Products["Rear Screen with System 400 black frame"+"NTSC"+"140 inch"] = "127147";
Products["Rear Screen with System 200 black frame"+"NTSC"+"150 inch"] = "127134";
Products["Rear Screen with System 400 black frame"+"NTSC"+"150 inch"] = "127148";
Products["Rear Screen with System 200 black frame"+"NTSC"+"160 inch"] = "127135";
Products["Rear Screen with System 400 black frame"+"NTSC"+"160 inch"] = "127149";
Products["Rear Screen with no frame"+"NTSC"+"170 inch"] = "127150";
Products["Rear Screen with no frame"+"NTSC"+"180 inch"] = "127151";
Products["Rear Screen with no frame"+"NTSC"+"190 inch"] = "127152";
Products["Rear Screen with no frame"+"NTSC"+"200 inch"] = "127153";

var Desc = new Array(48)

Desc["Rear Screen with no frame"+"NTSC"+"84 inch"] = "Draper Rear Screen with no frame NTSC 84 inch screen :DiamondScreen, 84 inch, NTSC, Rear Screen with no frame";
Desc["Rear Screen with no frame"+"HDTV"+"92 inch"] = "Draper Rear Screen with no frame HDTV 92 inch screen :DiamondScreen, 92 inch, HDTV, Rear Screen with no frame";
Desc["Rear Screen with no frame"+"NTSC"+"90 inch"] = "Draper Rear Screen with no frame NTSC 90 inch screen :DiamondScreen, 90 inch, NTSC, Rear Screen with no frame";
Desc["Rear Screen with no frame"+"NTSC"+"96 inch"] = "Draper Rear Screen with no frame NTSC 96 inch screen :DiamondScreen, 96 inch, NTSC, Rear Screen with no frame";
Desc["Rear Screen with System 100 black frame"+"NTSC"+"84 inch"] = "Draper Rear Screen with System 100 black frame NTSC 84 inch screen :DiamondScreen, 84 inch, NTSC, Rear Screen with System 100 black frame";
Desc["Rear Screen with no frame"+"NTSC"+"100 inch"] = "Draper Rear Screen with no frame NTSC 100 inch screen :DiamondScreen, 100 inch, NTSC, Rear Screen with no frame";
Desc["Rear Screen with System 200 black frame"+"NTSC"+"84 inch"] = "Draper Rear Screen with System 200 black frame NTSC 84 inch screen :DiamondScreen, 84 inch, NTSC, Rear Screen with System 200 black frame";
Desc["Rear Screen with System 100 black frame"+"HDTV"+"92 inch"] = "Draper Rear Screen with System 100 black frame HDTV 92 inch screen :DiamondScreen, 92 inch, HDTV, Rear Screen with System 100 black frame";
Desc["Rear Screen with System 400 black frame"+"NTSC"+"84 inch"] = "Draper Rear Screen with System 400 black frame NTSC 84 inch screen :DiamondScreen, 84 inch, NTSC, Rear Screen with System 400 black frame";
Desc["Rear Screen with no frame"+"HDTV"+"106 inch"] = "Draper Rear Screen with no frame HDTV 106 inch screen :DiamondScreen, 106 inch, HDTV, Rear Screen with no frame";
Desc["Rear Screen with System 100 black frame"+"NTSC"+"90 inch"] = "Draper Rear Screen with System 100 black frame NTSC 90 inch screen :DiamondScreen, 90 inch, NTSC, Rear Screen with System 100 black frame";
Desc["Rear Screen with System 200 black frame"+"HDTV"+"92 inch"] = "Draper Rear Screen with System 200 black frame HDTV 92 inch screen :DiamondScreen, 92 inch, HDTV, Rear Screen with System 200 black frame";
Desc["Rear Screen with System 100 black frame"+"NTSC"+"96 inch"] = "Draper Rear Screen with System 100 black frame NTSC 96 inch screen :DiamondScreen, 96 inch, NTSC, Rear Screen with System 100 black frame";
Desc["Rear Screen with System 400 black frame"+"HDTV"+"92 inch"] = "Draper Rear Screen with System 400 black frame HDTV 92 inch screen :DiamondScreen, 92 inch, HDTV, Rear Screen with System 400 black frame";
Desc["Rear Screen with System 200 black frame"+"NTSC"+"90 inch"] = "Draper Rear Screen with System 200 black frame NTSC 90 inch screen :DiamondScreen, 90 inch, NTSC, Rear Screen with System 200 black frame";
Desc["Rear Screen with System 400 black frame"+"NTSC"+"90 inch"] = "Draper Rear Screen with System 400 black frame NTSC 90 inch screen :DiamondScreen, 90 inch, NTSC, Rear Screen with System 400 black frame";
Desc["Rear Screen with System 100 black frame"+"NTSC"+"100 inch"] = "Draper Rear Screen with System 100 black frame NTSC 100 inch screen :DiamondScreen, 100 inch, NTSC, Rear Screen with System 100 black frame";
Desc["Rear Screen with System 200 black frame"+"NTSC"+"96 inch"] = "Draper Rear Screen with System 200 black frame NTSC 96 inch screen :DiamondScreen, 96 inch, NTSC, Rear Screen with System 200 black frame";
Desc["Rear Screen with System 400 black frame"+"NTSC"+"96 inch"] = "Draper Rear Screen with System 400 black frame NTSC 96 inch screen :DiamondScreen, 96 inch, NTSC, Rear Screen with System 400 black frame";
Desc["Rear Screen with no frame"+"NTSC"+"120 inch"] = "Draper Rear Screen with no frame NTSC 120 inch screen :DiamondScreen, 120 inch, NTSC, Rear Screen with no frame";
Desc["Rear Screen with System 200 black frame"+"NTSC"+"100 inch"] = "Draper Rear Screen with System 200 black frame NTSC 100 inch screen :DiamondScreen, 100 inch, NTSC, Rear Screen with System 200 black frame";
Desc["Rear Screen with System 100 black frame"+"HDTV"+"106 inch"] = "Draper Rear Screen with System 100 black frame HDTV 106 inch screen :DiamondScreen, 106 inch, HDTV, Rear Screen with System 100 black frame";
Desc["Rear Screen with System 400 black frame"+"NTSC"+"100 inch"] = "Draper Rear Screen with System 400 black frame NTSC 100 inch screen :DiamondScreen, 100 inch, NTSC, Rear Screen with System 400 black frame";
Desc["Rear Screen with no frame"+"HDTV"+"119 inch"] = "Draper Rear Screen with no frame HDTV 119 inch screen :DiamondScreen, 119 inch, HDTV, Rear Screen with no frame";
Desc["Rear Screen with System 200 black frame"+"HDTV"+"106 inch"] = "Draper Rear Screen with System 200 black frame HDTV 106 inch screen :DiamondScreen, 106 inch, HDTV, Rear Screen with System 200 black frame";
Desc["Rear Screen with System 400 black frame"+"HDTV"+"106 inch"] = "Draper Rear Screen with System 400 black frame HDTV 106 inch screen :DiamondScreen, 106 inch, HDTV, Rear Screen with System 400 black frame";
Desc["Rear Screen with no frame"+"HDTV"+"133 inch"] = "Draper Rear Screen with no frame HDTV 133 inch screen :DiamondScreen, 133 inch, HDTV, Rear Screen with no frame";
Desc["Rear Screen with System 100 black frame"+"NTSC"+"120 inch"] = "Draper Rear Screen with System 100 black frame NTSC 120 inch screen :DiamondScreen, 120 inch, NTSC, Rear Screen with System 100 black frame";
Desc["Rear Screen with System 200 black frame"+"NTSC"+"120 inch"] = "Draper Rear Screen with System 200 black frame NTSC 120 inch screen :DiamondScreen, 120 inch, NTSC, Rear Screen with System 200 black frame";
Desc["Rear Screen with System 400 black frame"+"NTSC"+"120 inch"] = "Draper Rear Screen with System 400 black frame NTSC 120 inch screen :DiamondScreen, 120 inch, NTSC, Rear Screen with System 400 black frame";
Desc["Rear Screen with System 200 black frame"+"HDTV"+"119 inch"] = "Draper Rear Screen with System 200 black frame HDTV 119 inch screen :DiamondScreen, 119 inch, HDTV, Rear Screen with System 200 black frame";
Desc["Rear Screen with System 400 black frame"+"HDTV"+"119 inch"] = "Draper Rear Screen with System 400 black frame HDTV 119 inch screen :DiamondScreen, 119 inch, HDTV, Rear Screen with System 400 black frame";
Desc["Rear Screen with no frame"+"NTSC"+"140 inch"] = "Draper Rear Screen with no frame NTSC 140 inch screen :DiamondScreen, 140 inch, NTSC, Rear Screen with no frame";
Desc["Rear Screen with System 200 black frame"+"HDTV"+"133 inch"] = "Draper Rear Screen with System 200 black frame HDTV 133 inch screen :DiamondScreen, 133 inch, HDTV, Rear Screen with System 200 black frame";
Desc["Rear Screen with System 400 black frame"+"HDTV"+"133 inch"] = "Draper Rear Screen with System 400 black frame HDTV 133 inch screen :DiamondScreen, 133 inch, HDTV, Rear Screen with System 400 black frame";
Desc["Rear Screen with no frame"+"NTSC"+"150 inch"] = "Draper Rear Screen with no frame NTSC 150 inch screen :DiamondScreen, 150 inch, NTSC, Rear Screen with no frame";
Desc["Rear Screen with no frame"+"HDTV"+"161 inch"] = "Draper Rear Screen with no frame HDTV 161 inch screen :DiamondScreen, 161 inch, HDTV, Rear Screen with no frame";
Desc["Rear Screen with System 200 black frame"+"NTSC"+"140 inch"] = "Draper Rear Screen with System 200 black frame NTSC 140 inch screen :DiamondScreen, 140 inch, NTSC, Rear Screen with System 200 black frame";
Desc["Rear Screen with no frame"+"NTSC"+"160 inch"] = "Draper Rear Screen with no frame NTSC 160 inch screen :DiamondScreen, 160 inch, NTSC, Rear Screen with no frame";
Desc["Rear Screen with System 400 black frame"+"NTSC"+"140 inch"] = "Draper Rear Screen with System 400 black frame NTSC 140 inch screen :DiamondScreen, 140 inch, NTSC, Rear Screen with System 400 black frame";
Desc["Rear Screen with System 200 black frame"+"NTSC"+"150 inch"] = "Draper Rear Screen with System 200 black frame NTSC 150 inch screen :DiamondScreen, 150 inch, NTSC, Rear Screen with System 200 black frame";
Desc["Rear Screen with System 400 black frame"+"NTSC"+"150 inch"] = "Draper Rear Screen with System 400 black frame NTSC 150 inch screen :DiamondScreen, 150 inch, NTSC, Rear Screen with System 400 black frame";
Desc["Rear Screen with System 200 black frame"+"NTSC"+"160 inch"] = "Draper Rear Screen with System 200 black frame NTSC 160 inch screen :DiamondScreen, 160 inch, NTSC, Rear Screen with System 200 black frame";
Desc["Rear Screen with System 400 black frame"+"NTSC"+"160 inch"] = "Draper Rear Screen with System 400 black frame NTSC 160 inch screen :DiamondScreen, 160 inch, NTSC, Rear Screen with System 400 black frame";
Desc["Rear Screen with no frame"+"NTSC"+"170 inch"] = "Draper Rear Screen with no frame NTSC 170 inch screen :DiamondScreen, 170 inch, NTSC, Rear Screen with no frame";
Desc["Rear Screen with no frame"+"NTSC"+"180 inch"] = "Draper Rear Screen with no frame NTSC 180 inch screen :DiamondScreen, 180 inch, NTSC, Rear Screen with no frame";
Desc["Rear Screen with no frame"+"NTSC"+"190 inch"] = "Draper Rear Screen with no frame NTSC 190 inch screen :DiamondScreen, 190 inch, NTSC, Rear Screen with no frame";
Desc["Rear Screen with no frame"+"NTSC"+"200 inch"] = "Draper Rear Screen with no frame NTSC 200 inch screen :DiamondScreen, 200 inch, NTSC, Rear Screen with no frame";

var Cost = new Array(48)

Cost["Rear Screen with no frame"+"NTSC"+"84 inch"] = 4098;
Cost["Rear Screen with no frame"+"HDTV"+"92 inch"] = 6571;
Cost["Rear Screen with no frame"+"NTSC"+"90 inch"] = 6410.5;
Cost["Rear Screen with no frame"+"NTSC"+"96 inch"] = 6498;
Cost["Rear Screen with System 100 black frame"+"NTSC"+"84 inch"] = 4742.9;
Cost["Rear Screen with no frame"+"NTSC"+"100 inch"] = 6601;
Cost["Rear Screen with System 200 black frame"+"NTSC"+"84 inch"] = 4841.4;
Cost["Rear Screen with System 100 black frame"+"HDTV"+"92 inch"] = 7244.3;
Cost["Rear Screen with System 400 black frame"+"NTSC"+"84 inch"] = 5102.3;
Cost["Rear Screen with no frame"+"HDTV"+"106 inch"] = 9222;
Cost["Rear Screen with System 100 black frame"+"NTSC"+"90 inch"] = 7086.8;
Cost["Rear Screen with System 200 black frame"+"HDTV"+"92 inch"] = 7349.3;
Cost["Rear Screen with System 100 black frame"+"NTSC"+"96 inch"] = 7235.3;
Cost["Rear Screen with System 400 black frame"+"HDTV"+"92 inch"] = 7621.1;
Cost["Rear Screen with System 200 black frame"+"NTSC"+"90 inch"] = 7191.8;
Cost["Rear Screen with System 400 black frame"+"NTSC"+"90 inch"] = 7463.6;
Cost["Rear Screen with System 100 black frame"+"NTSC"+"100 inch"] = 7368.7;
Cost["Rear Screen with System 200 black frame"+"NTSC"+"96 inch"] = 7350;
Cost["Rear Screen with System 400 black frame"+"NTSC"+"96 inch"] = 7643.8;
Cost["Rear Screen with no frame"+"NTSC"+"120 inch"] = 9272;
Cost["Rear Screen with System 200 black frame"+"NTSC"+"100 inch"] = 7487.7;
Cost["Rear Screen with System 100 black frame"+"HDTV"+"106 inch"] = 9989.7;
Cost["Rear Screen with System 400 black frame"+"NTSC"+"100 inch"] = 7795.8;
Cost["Rear Screen with no frame"+"HDTV"+"119 inch"] = 24510;
Cost["Rear Screen with System 200 black frame"+"HDTV"+"106 inch"] = 10107.7;
Cost["Rear Screen with System 400 black frame"+"HDTV"+"106 inch"] = 10416.8;
Cost["Rear Screen with no frame"+"HDTV"+"133 inch"] = 25825;
Cost["Rear Screen with System 100 black frame"+"NTSC"+"120 inch"] = 10172.7;
Cost["Rear Screen with System 200 black frame"+"NTSC"+"120 inch"] = 10310.1;
Cost["Rear Screen with System 400 black frame"+"NTSC"+"120 inch"] = 10666.3;
Cost["Rear Screen with System 200 black frame"+"HDTV"+"119 inch"] = 25507.3;
Cost["Rear Screen with System 400 black frame"+"HDTV"+"119 inch"] = 25850.4;
Cost["Rear Screen with no frame"+"NTSC"+"140 inch"] = 24635;
Cost["Rear Screen with System 200 black frame"+"HDTV"+"133 inch"] = 26934.7;
Cost["Rear Screen with System 400 black frame"+"HDTV"+"133 inch"] = 27314;
Cost["Rear Screen with no frame"+"NTSC"+"150 inch"] = 25975;
Cost["Rear Screen with no frame"+"HDTV"+"161 inch"] = 44816.5;
Cost["Rear Screen with System 200 black frame"+"NTSC"+"140 inch"] = 25865.3;
Cost["Rear Screen with no frame"+"NTSC"+"160 inch"] = 27332.5;
Cost["Rear Screen with System 400 black frame"+"NTSC"+"140 inch"] = 26279.7;
Cost["Rear Screen with System 200 black frame"+"NTSC"+"150 inch"] = 27314.7;
Cost["Rear Screen with System 400 black frame"+"NTSC"+"150 inch"] = 27766.3;
Cost["Rear Screen with System 200 black frame"+"NTSC"+"160 inch"] = 28751.9;
Cost["Rear Screen with System 400 black frame"+"NTSC"+"160 inch"] = 29226.5;
Cost["Rear Screen with no frame"+"NTSC"+"170 inch"] = 43268.5;
Cost["Rear Screen with no frame"+"NTSC"+"180 inch"] = 45136.5;
Cost["Rear Screen with no frame"+"NTSC"+"190 inch"] = 67234.5;
Cost["Rear Screen with no frame"+"NTSC"+"200 inch"] = 70136.5;

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">'
}


