
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 == "M1300") {
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 == "HiDef 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 == "M2500") {
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 == "HDTV to NTSC" && surfacePick == "M1300") {
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 == "HiDef 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 == "M2500") {
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 == "WideScreen" && surfacePick == "M1300") {
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 == "HiDef 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 == "M2500") {
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 == "CinemaScope" && surfacePick == "M1300") {
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 == "HiDef 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 == "M2500") {
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(33)

Products["M1300"+"HDTV to NTSC"+"92 inch"] = "105001";
Products["HiDef Grey"+"WideScreen"+"95 inch"] = "105037";
Products["M2500"+"WideScreen"+"95 inch"] = "105013";
Products["M2500"+"HDTV to NTSC"+"92 inch"] = "105009";
Products["HiDef Grey"+"HDTV to NTSC"+"92 inch"] = "105033";
Products["M1300"+"WideScreen"+"95 inch"] = "105005";
Products["M1300"+"CinemaScope"+"103 inch"] = "105051";
Products["M2500"+"CinemaScope"+"103 inch"] = "105054";
Products["HiDef Grey"+"CinemaScope"+"103 inch"] = "105057";
Products["M1300"+"WideScreen"+"109 inch"] = "105006";
Products["M2500"+"HDTV to NTSC"+"106 inch"] = "105010";
Products["M2500"+"WideScreen"+"109 inch"] = "105014";
Products["M1300"+"HDTV to NTSC"+"106 inch"] = "105002";
Products["HiDef Grey"+"HDTV to NTSC"+"106 inch"] = "105034";
Products["HiDef Grey"+"WideScreen"+"109 inch"] = "105038";
Products["M1300"+"CinemaScope"+"115 inch"] = "105052";
Products["M2500"+"CinemaScope"+"115 inch"] = "105055";
Products["HiDef Grey"+"CinemaScope"+"115 inch"] = "105058";
Products["HiDef Grey"+"HDTV to NTSC"+"123 inch"] = "105035";
Products["HiDef Grey"+"WideScreen"+"126 inch"] = "105039";
Products["M2500"+"WideScreen"+"126 inch"] = "105015";
Products["M2500"+"HDTV to NTSC"+"123 inch"] = "105011";
Products["M1300"+"WideScreen"+"126 inch"] = "105007";
Products["M1300"+"HDTV to NTSC"+"123 inch"] = "105003";
Products["M1300"+"CinemaScope"+"132 inch"] = "105053";
Products["HiDef Grey"+"CinemaScope"+"132 inch"] = "105059";
Products["HiDef Grey"+"WideScreen"+"136 inch"] = "105061";
Products["M2500"+"CinemaScope"+"132 inch"] = "105056";
Products["M2500"+"WideScreen"+"136 inch"] = "105016";
Products["M1300"+"HDTV to NTSC"+"133 inch"] = "105004";
Products["HiDef Grey"+"HDTV to NTSC"+"133 inch"] = "105049";
Products["M1300"+"WideScreen"+"136 inch"] = "105008";
Products["M2500"+"HDTV to NTSC"+"133 inch"] = "105012";

var Desc = new Array(33)

Desc["M1300"+"HDTV to NTSC"+"92 inch"] = "Draper M1300 HDTV to NTSC 92 inch screen :Access MultiView/Series V, 92 inch, HDTV to NTSC, M1300, 110 V";
Desc["HiDef Grey"+"WideScreen"+"95 inch"] = "Draper HiDef Grey WideScreen 95 inch screen :Access MultiView/Series V, 95 inch, WideScreen, HiDef Grey, 110 V";
Desc["M2500"+"WideScreen"+"95 inch"] = "Draper M2500 WideScreen 95 inch screen :Access MultiView/Series V, 95 inch, WideScreen, M2500, 110 V";
Desc["M2500"+"HDTV to NTSC"+"92 inch"] = "Draper M2500 HDTV to NTSC 92 inch screen :Access MultiView/Series V, 92 inch, HDTV to NTSC, M2500, 110 V";
Desc["HiDef Grey"+"HDTV to NTSC"+"92 inch"] = "Draper HiDef Grey HDTV to NTSC 92 inch screen :Access MultiView/Series V, 92 inch, HDTV to NTSC, HiDef Grey, 110 V";
Desc["M1300"+"WideScreen"+"95 inch"] = "Draper M1300 WideScreen 95 inch screen :Access MultiView/Series V, 95 inch, WideScreen, M1300, 110 V";
Desc["M1300"+"CinemaScope"+"103 inch"] = "Draper M1300 CinemaScope 103 inch screen :Access MultiView/Series V, 103 inch, CinemaScope, M1300, 110 V";
Desc["M2500"+"CinemaScope"+"103 inch"] = "Draper M2500 CinemaScope 103 inch screen :Access MultiView/Series V, 103 inch, CinemaScope, M2500, 110 V";
Desc["HiDef Grey"+"CinemaScope"+"103 inch"] = "Draper HiDef Grey CinemaScope 103 inch screen :Access MultiView/Series V, 103 inch, CinemaScope, HiDef Grey, 110 V";
Desc["M1300"+"WideScreen"+"109 inch"] = "Draper M1300 WideScreen 109 inch screen :Access MultiView/Series V, 109 inch, WideScreen, M1300, 110 V";
Desc["M2500"+"HDTV to NTSC"+"106 inch"] = "Draper M2500 HDTV to NTSC 106 inch screen :Access MultiView/Series V, 106 inch, HDTV to NTSC, M2500, 110 V";
Desc["M2500"+"WideScreen"+"109 inch"] = "Draper M2500 WideScreen 109 inch screen :Access MultiView/Series V, 109 inch, WideScreen, M2500, 110 V";
Desc["M1300"+"HDTV to NTSC"+"106 inch"] = "Draper M1300 HDTV to NTSC 106 inch screen :Access MultiView/Series V, 106 inch, HDTV to NTSC, M1300, 110 V";
Desc["HiDef Grey"+"HDTV to NTSC"+"106 inch"] = "Draper HiDef Grey HDTV to NTSC 106 inch screen :Access MultiView/Series V, 106 inch, HDTV to NTSC, HiDef Grey, 110 V";
Desc["HiDef Grey"+"WideScreen"+"109 inch"] = "Draper HiDef Grey WideScreen 109 inch screen :Access MultiView/Series V, 109 inch, WideScreen, HiDef Grey, 110 V";
Desc["M1300"+"CinemaScope"+"115 inch"] = "Draper M1300 CinemaScope 115 inch screen :Access MultiView/Series V, 115 inch, CinemaScope, M1300, 110 V";
Desc["M2500"+"CinemaScope"+"115 inch"] = "Draper M2500 CinemaScope 115 inch screen :Access MultiView/Series V, 115 inch, CinemaScope, M2500, 110 V";
Desc["HiDef Grey"+"CinemaScope"+"115 inch"] = "Draper HiDef Grey CinemaScope 115 inch screen :Access MultiView/Series V, 115 inch, CinemaScope, HiDef Grey, 110 V";
Desc["HiDef Grey"+"HDTV to NTSC"+"123 inch"] = "Draper HiDef Grey HDTV to NTSC 123 inch screen :Access MultiView/Series V, 123 inch, HDTV to NTSC, HiDef Grey, 110 V";
Desc["HiDef Grey"+"WideScreen"+"126 inch"] = "Draper HiDef Grey WideScreen 126 inch screen :Access MultiView/Series V, 126 inch, WideScreen, HiDef Grey, 110 V";
Desc["M2500"+"WideScreen"+"126 inch"] = "Draper M2500 WideScreen 126 inch screen :Access MultiView/Series V, 126 inch, WideScreen, M2500, 110 V";
Desc["M2500"+"HDTV to NTSC"+"123 inch"] = "Draper M2500 HDTV to NTSC 123 inch screen :Access MultiView/Series V, 123 inch, HDTV to NTSC, M2500, 110 V";
Desc["M1300"+"WideScreen"+"126 inch"] = "Draper M1300 WideScreen 126 inch screen :Access MultiView/Series V, 126 inch, WideScreen, M1300, 110 V";
Desc["M1300"+"HDTV to NTSC"+"123 inch"] = "Draper M1300 HDTV to NTSC 123 inch screen :Access MultiView/Series V, 123 inch, HDTV to NTSC, M1300, 110 V";
Desc["M1300"+"CinemaScope"+"132 inch"] = "Draper M1300 CinemaScope 132 inch screen :Access MultiView/Series V, 132 inch, CinemaScope, M1300, 110 V";
Desc["HiDef Grey"+"CinemaScope"+"132 inch"] = "Draper HiDef Grey CinemaScope 132 inch screen :Access MultiView/Series V, 132 inch, CinemaScope, HiDef Grey, 110 V";
Desc["HiDef Grey"+"WideScreen"+"136 inch"] = "Draper HiDef Grey WideScreen 136 inch screen :Access MultiView/Series V, 136 inch, WideScreen, HiDef Grey, 110 V";
Desc["M2500"+"CinemaScope"+"132 inch"] = "Draper M2500 CinemaScope 132 inch screen :Access MultiView/Series V, 132 inch, CinemaScope, M2500, 110 V";
Desc["M2500"+"WideScreen"+"136 inch"] = "Draper M2500 WideScreen 136 inch screen :Access MultiView/Series V, 136 inch, WideScreen, M2500, 110 V";
Desc["M1300"+"HDTV to NTSC"+"133 inch"] = "Draper M1300 HDTV to NTSC 133 inch screen :Access MultiView/Series V, 133 inch, HDTV to NTSC, M1300, 110 V";
Desc["HiDef Grey"+"HDTV to NTSC"+"133 inch"] = "Draper HiDef Grey HDTV to NTSC 133 inch screen :Access MultiView/Series V, 133 inch, HDTV to NTSC, HiDef Grey, 110 V";
Desc["M1300"+"WideScreen"+"136 inch"] = "Draper M1300 WideScreen 136 inch screen :Access MultiView/Series V, 136 inch, WideScreen, M1300, 110 V";
Desc["M2500"+"HDTV to NTSC"+"133 inch"] = "Draper M2500 HDTV to NTSC 133 inch screen :Access MultiView/Series V, 133 inch, HDTV to NTSC, M2500, 110 V";

var Cost = new Array(33)

Cost["M1300"+"HDTV to NTSC"+"92 inch"] = 2872.2;
Cost["HiDef Grey"+"WideScreen"+"95 inch"] = 2872.2;
Cost["M2500"+"WideScreen"+"95 inch"] = 2989.9;
Cost["M2500"+"HDTV to NTSC"+"92 inch"] = 2989.9;
Cost["HiDef Grey"+"HDTV to NTSC"+"92 inch"] = 2872.2;
Cost["M1300"+"WideScreen"+"95 inch"] = 2872.2;
Cost["M1300"+"CinemaScope"+"103 inch"] = 2968.8;
Cost["M2500"+"CinemaScope"+"103 inch"] = 3085.4;
Cost["HiDef Grey"+"CinemaScope"+"103 inch"] = 2968.8;
Cost["M1300"+"WideScreen"+"109 inch"] = 3005.4;
Cost["M2500"+"HDTV to NTSC"+"106 inch"] = 3123.1;
Cost["M2500"+"WideScreen"+"109 inch"] = 3123.1;
Cost["M1300"+"HDTV to NTSC"+"106 inch"] = 3005.4;
Cost["HiDef Grey"+"HDTV to NTSC"+"106 inch"] = 3005.4;
Cost["HiDef Grey"+"WideScreen"+"109 inch"] = 3005.4;
Cost["M1300"+"CinemaScope"+"115 inch"] = 3119.8;
Cost["M2500"+"CinemaScope"+"115 inch"] = 3317.8;
Cost["HiDef Grey"+"CinemaScope"+"115 inch"] = 3119.8;
Cost["HiDef Grey"+"HDTV to NTSC"+"123 inch"] = 3116.1;
Cost["HiDef Grey"+"WideScreen"+"126 inch"] = 3116.1;
Cost["M2500"+"WideScreen"+"126 inch"] = 3497.8;
Cost["M2500"+"HDTV to NTSC"+"123 inch"] = 3497.8;
Cost["M1300"+"WideScreen"+"126 inch"] = 3116.1;
Cost["M1300"+"HDTV to NTSC"+"123 inch"] = 3116.1;
Cost["M1300"+"CinemaScope"+"132 inch"] = 3495.8;
Cost["HiDef Grey"+"CinemaScope"+"132 inch"] = 3495.8;
Cost["HiDef Grey"+"WideScreen"+"136 inch"] = 3629.5;
Cost["M2500"+"CinemaScope"+"132 inch"] = 3591;
Cost["M2500"+"WideScreen"+"136 inch"] = 3724.1;
Cost["M1300"+"HDTV to NTSC"+"133 inch"] = 3629.5;
Cost["HiDef Grey"+"HDTV to NTSC"+"133 inch"] = 3629.5;
Cost["M1300"+"WideScreen"+"136 inch"] = 3629.5;
Cost["M2500"+"HDTV to NTSC"+"133 inch"] = 3724.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">'
}


