
var partPick    = "";
var surfacePick = "";
var formatPick  = "";
var sizePick    = "";

var Data            = new Array();
var description     = "";
var descriptionOrg  = "";
var cost            = "";
var costOrg         = "";

var screenAddon = "";
var quietMotor  = '<input type="checkbox" name="quietMotor" value="yes" onClick="addonSelected()">Quiet Motor';
var lowVoltage  = '<input type="checkbox" name="lowVoltage" value="yes" onClick="addonSelected()">Low Voltage Control Built-In';

var quietMotorPrice = 155.99;
var lowVoltagePrice = 199.99;

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 == "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('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('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('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('NTSC','NTSC');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('AV','AV');
}

surfacePick = chosen;
}

function setOptionsTwo(chosen) {
var selbox = document.myform.optthree;
selbox.options.length = 0;

if (chosen == " ") {
selbox.options[selbox.options.length] = new Option('Please select one of the options above first',' ');
}
if (chosen == "99") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
}
if (chosen == "AV" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('10 ft 6 inch x 14 ft','10 ft 6 inch x 14 ft');
selbox.options[selbox.options.length] = new Option('10 ft x 10 ft','10 ft x 10 ft');
selbox.options[selbox.options.length] = new Option('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('7 ft x 9 ft','7 ft x 9 ft');
selbox.options[selbox.options.length] = new Option('70 inch x 70 inch','70 inch x 70 inch');
selbox.options[selbox.options.length] = new Option('72 inch x 96 inch','72 inch x 96 inch');
selbox.options[selbox.options.length] = new Option('8 ft x 10 ft','8 ft x 10 ft');
selbox.options[selbox.options.length] = new Option('84 inch x 84 inch','84 inch x 84 inch');
selbox.options[selbox.options.length] = new Option('9 ft x 12 ft','9 ft x 12 ft');
selbox.options[selbox.options.length] = new Option('9 ft x 9 ft','9 ft x 9 ft');
selbox.options[selbox.options.length] = new Option('96 inch x 96 inch','96 inch x 96 inch');
}


if (chosen == "AV" && surfacePick == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('10 ft 6 inch x 14 ft','10 ft 6 inch x 14 ft');
selbox.options[selbox.options.length] = new Option('10 ft x 10 ft','10 ft x 10 ft');
selbox.options[selbox.options.length] = new Option('12 ft x 12 ft','12 ft x 12 ft');
selbox.options[selbox.options.length] = new Option('12 ft x 16 ft','12 ft x 16 ft');
selbox.options[selbox.options.length] = new Option('14 ft x 14 ft','14 ft x 14 ft');
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('7 ft x 9 ft','7 ft x 9 ft');
selbox.options[selbox.options.length] = new Option('70 inch x 70 inch','70 inch x 70 inch');
selbox.options[selbox.options.length] = new Option('72 inch x 96 inch','72 inch x 96 inch');
selbox.options[selbox.options.length] = new Option('8 ft x 10 ft','8 ft x 10 ft');
selbox.options[selbox.options.length] = new Option('84 inch x 84 inch','84 inch x 84 inch');
selbox.options[selbox.options.length] = new Option('9 ft x 12 ft','9 ft x 12 ft');
selbox.options[selbox.options.length] = new Option('9 ft x 9 ft','9 ft x 9 ft');
selbox.options[selbox.options.length] = new Option('96 inch x 96 inch','96 inch x 96 inch');
}


if (chosen == "AV" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('10 ft 6 inch x 14 ft','10 ft 6 inch x 14 ft');
selbox.options[selbox.options.length] = new Option('10 ft x 10 ft','10 ft x 10 ft');
selbox.options[selbox.options.length] = new Option('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('7 ft x 9 ft','7 ft x 9 ft');
selbox.options[selbox.options.length] = new Option('70 inch x 70 inch','70 inch x 70 inch');
selbox.options[selbox.options.length] = new Option('72 inch x 96 inch','72 inch x 96 inch');
selbox.options[selbox.options.length] = new Option('8 ft x 10 ft','8 ft x 10 ft');
selbox.options[selbox.options.length] = new Option('84 inch x 84 inch','84 inch x 84 inch');
selbox.options[selbox.options.length] = new Option('9 ft x 12 ft','9 ft x 12 ft');
selbox.options[selbox.options.length] = new Option('9 ft x 9 ft','9 ft x 9 ft');
selbox.options[selbox.options.length] = new Option('96 inch x 96 inch','96 inch x 96 inch');
}


if (chosen == "NTSC" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('10 ft','10 ft');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('11 ft','11 ft');
selbox.options[selbox.options.length] = new Option('15 ft','15 ft');
selbox.options[selbox.options.length] = new Option('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('200 inch','200 inch');
selbox.options[selbox.options.length] = new Option('210 inch','210 inch');
selbox.options[selbox.options.length] = new Option('6 ft','6 ft');
selbox.options[selbox.options.length] = new Option('7 ft','7 ft');
}


if (chosen == "NTSC" && surfacePick == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('10 ft','10 ft');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('11 ft','11 ft');
selbox.options[selbox.options.length] = new Option('15 ft','15 ft');
selbox.options[selbox.options.length] = new Option('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('200 inch','200 inch');
selbox.options[selbox.options.length] = new Option('210 inch','210 inch');
selbox.options[selbox.options.length] = new Option('220 inch','220 inch');
selbox.options[selbox.options.length] = new Option('230 inch','230 inch');
selbox.options[selbox.options.length] = new Option('240 inch','240 inch');
selbox.options[selbox.options.length] = new Option('6 ft','6 ft');
selbox.options[selbox.options.length] = new Option('7 ft','7 ft');
}


if (chosen == "NTSC" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('10 ft','10 ft');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('11 ft','11 ft');
selbox.options[selbox.options.length] = new Option('15 ft','15 ft');
selbox.options[selbox.options.length] = new Option('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('210 inch','210 inch');
selbox.options[selbox.options.length] = new Option('6 ft','6 ft');
selbox.options[selbox.options.length] = new Option('7 ft','7 ft');
}


if (chosen == "HDTV" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 inch');
selbox.options[selbox.options.length] = new Option('184 inch','184 inch');
selbox.options[selbox.options.length] = new Option('193 inch','193 inch');
selbox.options[selbox.options.length] = new Option('220 inch','220 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
}


if (chosen == "HDTV" && surfacePick == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 inch');
selbox.options[selbox.options.length] = new Option('184 inch','184 inch');
selbox.options[selbox.options.length] = new Option('193 inch','193 inch');
selbox.options[selbox.options.length] = new Option('220 inch','220 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
}


if (chosen == "HDTV" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 inch');
selbox.options[selbox.options.length] = new Option('184 inch','184 inch');
selbox.options[selbox.options.length] = new Option('193 inch','193 inch');
selbox.options[selbox.options.length] = new Option('220 inch','220 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
}


if (chosen == "15:9" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
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');
selbox.options[selbox.options.length] = new Option('187 inch','187 inch');
selbox.options[selbox.options.length] = new Option('93 inch','93 inch');
}


if (chosen == "15:9" && surfacePick == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
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');
selbox.options[selbox.options.length] = new Option('187 inch','187 inch');
selbox.options[selbox.options.length] = new Option('93 inch','93 inch');
}


if (chosen == "15:9" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
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');
selbox.options[selbox.options.length] = new Option('187 inch','187 inch');
selbox.options[selbox.options.length] = new Option('93 inch','93 inch');
}


if (chosen == "WideScreen" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('108 inch','108 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('162 inch','162 inch');
selbox.options[selbox.options.length] = new Option('182 inch','182 inch');
selbox.options[selbox.options.length] = new Option('190 inch','190 inch');
selbox.options[selbox.options.length] = new Option('218 inch','218 inch');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
}


if (chosen == "WideScreen" && surfacePick == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('108 inch','108 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('162 inch','162 inch');
selbox.options[selbox.options.length] = new Option('182 inch','182 inch');
selbox.options[selbox.options.length] = new Option('190 inch','190 inch');
selbox.options[selbox.options.length] = new Option('218 inch','218 inch');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
}


if (chosen == "WideScreen" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('108 inch','108 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('132 inch','132 inch');
selbox.options[selbox.options.length] = new Option('162 inch','162 inch');
selbox.options[selbox.options.length] = new Option('182 inch','182 inch');
selbox.options[selbox.options.length] = new Option('190 inch','190 inch');
selbox.options[selbox.options.length] = new Option('218 inch','218 inch');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
}


if (chosen == "16:10" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
selbox.options[selbox.options.length] = new Option('123 inch','123 inch');
selbox.options[selbox.options.length] = new Option('137 inch','137 inch');
selbox.options[selbox.options.length] = new Option('165 inch','165 inch');
selbox.options[selbox.options.length] = new Option('189 inch','189 inch');
selbox.options[selbox.options.length] = new Option('94 inch','94 inch');
}


if (chosen == "16:10" && surfacePick == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
selbox.options[selbox.options.length] = new Option('123 inch','123 inch');
selbox.options[selbox.options.length] = new Option('137 inch','137 inch');
selbox.options[selbox.options.length] = new Option('165 inch','165 inch');
selbox.options[selbox.options.length] = new Option('189 inch','189 inch');
selbox.options[selbox.options.length] = new Option('94 inch','94 inch');
}


if (chosen == "16:10" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('109 inch','109 inch');
selbox.options[selbox.options.length] = new Option('123 inch','123 inch');
selbox.options[selbox.options.length] = new Option('137 inch','137 inch');
selbox.options[selbox.options.length] = new Option('165 inch','165 inch');
selbox.options[selbox.options.length] = new Option('189 inch','189 inch');
selbox.options[selbox.options.length] = new Option('94 inch','94 inch');
}


 formatPick = chosen; 
}
function storeSize(chosen) {
sizePick= chosen;
}

function saveValues() {
document.Prod.PartNo.value = partPick;
document.Prod.Item.value = description;
document.Prod.Price.value = cost;
}

function displayValues() {
document.getElementById('unitInfo').innerHTML = surfacePick + " " + formatPick + " " + sizePick
document.getElementById('cost').innerHTML = "Our Price $" + cost +" Including Free Shipping<br><br>"

document.getElementById('button').innerHTML = '<input type="submit" value="ADD TO CART" class="btn">';
}

function displayAddons() {
  document.getElementById('access').innerHTML = screenAddon;
}

function ChooseProd() {

Data[0] = new Array("100602","HiDef Grey","AV","10 ft 6 inch x 14 ft","","","","Signature/Series V, 10 ft 6 inch x 14 ft, AV, HiDef Grey, 110 V","4080");
Data[1] = new Array("100314","M1300","AV","10 ft 6 inch x 14 ft","","","","Signature/Series V, 10 ft 6 inch x 14 ft, AV, M1300, 110 V","4080");
Data[2] = new Array("100673","M2500","AV","10 ft 6 inch x 14 ft","","","","Signature/Series V, 10 ft 6 inch x 14 ft, AV, M2500, 110 V","4080");
Data[3] = new Array("100600","HiDef Grey","AV","10 ft x 10 ft","","","","Signature/Series V, 10 ft x 10 ft, AV, HiDef Grey, 110 V","3349");
Data[4] = new Array("100310","M1300","AV","10 ft x 10 ft","","","","Signature/Series V, 10 ft x 10 ft, AV, M1300, 110 V","3349");
Data[5] = new Array("100376","M2500","AV","10 ft x 10 ft","","","","Signature/Series V, 10 ft x 10 ft, AV, M2500, 110 V","3349");
Data[6] = new Array("100465","HiDef Grey","NTSC","10 ft","q","","","Signature/Series V, 10 ft, NTSC, HiDef Grey, 110 V","2709");
Data[7] = new Array("100305","M1300","NTSC","10 ft","q","","","Signature/Series V, 10 ft, NTSC, M1300, 110 V","2709");
Data[8] = new Array("100348","M2500","NTSC","10 ft","q","","","Signature/Series V, 10 ft, NTSC, M2500, 110 V","2709");
Data[9] = new Array("100478","HiDef Grey","NTSC","100 inch","q","","","Signature/Series V, 100 inch, NTSC, HiDef Grey, 110 V","2590");
Data[10] = new Array("100319","M1300","NTSC","100 inch","q","","","Signature/Series V, 100 inch, NTSC, M1300, 110 V","2590");
Data[11] = new Array("100359","M2500","NTSC","100 inch","q","","","Signature/Series V, 100 inch, NTSC, M2500, 110 V","2590");
Data[12] = new Array("100485","HiDef Grey","HDTV","106 inch","q","","","Signature/Series V, 106 inch, HDTV, HiDef Grey, 110 V","2709");
Data[13] = new Array("100330","M1300","HDTV","106 inch","q","","","Signature/Series V, 106 inch, HDTV, M1300, 110 V","2709");
Data[14] = new Array("100366","M2500","HDTV","106 inch","q","","","Signature/Series V, 106 inch, HDTV, M2500, 110 V","2709");
Data[15] = new Array("100662","HiDef Grey","15:9","107 inch","q","","","Signature/Series V, 107 inch, 15:9, HiDef Grey, 110 V","2709");
Data[16] = new Array("100656","M1300","15:9","107 inch","q","","","Signature/Series V, 107 inch, 15:9, M1300, 110 V","2709");
Data[17] = new Array("100668","M2500","15:9","107 inch","q","","","Signature/Series V, 107 inch, 15:9, M2500, 110 V","2709");
Data[18] = new Array("100492","HiDef Grey","WideScreen","108 inch","q","","","Signature/Series V, 108 inch, WideScreen, HiDef Grey, 110 V","2709");
Data[19] = new Array("100337","M1300","WideScreen","108 inch","q","","","Signature/Series V, 108 inch, WideScreen, M1300, 110 V","2709");
Data[20] = new Array("100371","M2500","WideScreen","108 inch","q","","","Signature/Series V, 108 inch, WideScreen, M2500, 110 V","2709");
Data[21] = new Array("100644","HiDef Grey","16:10","109 inch","q","","","Signature/Series V, 109 inch, 16:10, HiDef Grey, 110 V","2709");
Data[22] = new Array("100638","M1300","16:10","109 inch","q","","","Signature/Series V, 109 inch, 16:10, M1300, 110 V","2709");
Data[23] = new Array("100650","M2500","16:10","109 inch","q","","","Signature/Series V, 109 inch, 16:10, M2500, 110 V","2709");
Data[24] = new Array("100585","HiDef Grey","NTSC","11 ft","q","","","Signature/Series V, 11 ft, NTSC, HiDef Grey, 110 V","3128");
Data[25] = new Array("100321","M1300","NTSC","11 ft","q","","","Signature/Series V, 11 ft, NTSC, M1300, 110 V","3128");
Data[26] = new Array("100361","M2500","NTSC","11 ft","q","","","Signature/Series V, 11 ft, NTSC, M2500, 110 V","3128");
Data[27] = new Array("100544","HiDef Grey","HDTV","119 inch","q","","","Signature/Series V, 119 inch, HDTV, HiDef Grey, 110 V","2977");
Data[28] = new Array("100539","M1300","HDTV","119 inch","q","","","Signature/Series V, 119 inch, HDTV, M1300, 110 V","2977");
Data[29] = new Array("100540","M2500","HDTV","119 inch","q","","","Signature/Series V, 119 inch, HDTV, M2500, 110 V","2977");
Data[30] = new Array("100312","M1300","AV","12 ft x 12 ft","","","","Signature/Series V, 12 ft x 12 ft, AV, M1300, 110 V","3968");
Data[31] = new Array("100316","M1300","AV","12 ft x 16 ft","","","","Signature/Series V, 12 ft x 16 ft, AV, M1300, 110 V","4885");
Data[32] = new Array("100493","HiDef Grey","WideScreen","120 inch","q","","","Signature/Series V, 120 inch, WideScreen, HiDef Grey, 110 V","2977");
Data[33] = new Array("100338","M1300","WideScreen","120 inch","q","","","Signature/Series V, 120 inch, WideScreen, M1300, 110 V","2977");
Data[34] = new Array("100372","M2500","WideScreen","120 inch","q","","","Signature/Series V, 120 inch, WideScreen, M2500, 110 V","2977");
Data[35] = new Array("100663","HiDef Grey","15:9","121 inch","q","","","Signature/Series V, 121 inch, 15:9, HiDef Grey, 110 V","2977");
Data[36] = new Array("100657","M1300","15:9","121 inch","q","","","Signature/Series V, 121 inch, 15:9, M1300, 110 V","2977");
Data[37] = new Array("100669","M2500","15:9","121 inch","q","","","Signature/Series V, 121 inch, 15:9, M2500, 110 V","2977");
Data[38] = new Array("100645","HiDef Grey","16:10","123 inch","q","","","Signature/Series V, 123 inch, 16:10, HiDef Grey, 110 V","2977");
Data[39] = new Array("100639","M1300","16:10","123 inch","q","","","Signature/Series V, 123 inch, 16:10, M1300, 110 V","2977");
Data[40] = new Array("100651","M2500","16:10","123 inch","q","","","Signature/Series V, 123 inch, 16:10, M2500, 110 V","2977");
Data[41] = new Array("100494","HiDef Grey","WideScreen","132 inch","","","","Signature/Series V, 132 inch, WideScreen, HiDef Grey, 110 V","3223");
Data[42] = new Array("100339","M1300","WideScreen","132 inch","","","","Signature/Series V, 132 inch, WideScreen, M1300, 110 V","3223");
Data[43] = new Array("100373","M2500","WideScreen","132 inch","","","","Signature/Series V, 132 inch, WideScreen, M2500, 110 V","3223");
Data[44] = new Array("100486","HiDef Grey","HDTV","133 inch","","","","Signature/Series V, 133 inch, HDTV, HiDef Grey, 110 V","3223");
Data[45] = new Array("100331","M1300","HDTV","133 inch","","","","Signature/Series V, 133 inch, HDTV, M1300, 110 V","3223");
Data[46] = new Array("100367","M2500","HDTV","133 inch","","","","Signature/Series V, 133 inch, HDTV, M2500, 110 V","3223");
Data[47] = new Array("100664","HiDef Grey","15:9","135 inch","","","","Signature/Series V, 135 inch, 15:9, HiDef Grey, 110 V","3223");
Data[48] = new Array("100658","M1300","15:9","135 inch","","","","Signature/Series V, 135 inch, 15:9, M1300, 110 V","3223");
Data[49] = new Array("100670","M2500","15:9","135 inch","","","","Signature/Series V, 135 inch, 15:9, M2500, 110 V","3223");
Data[50] = new Array("100646","HiDef Grey","16:10","137 inch","","","","Signature/Series V, 137 inch, 16:10, HiDef Grey, 110 V","3223");
Data[51] = new Array("100640","M1300","16:10","137 inch","","","","Signature/Series V, 137 inch, 16:10, M1300, 110 V","3223");
Data[52] = new Array("100652","M2500","16:10","137 inch","","","","Signature/Series V, 137 inch, 16:10, M2500, 110 V","3223");
Data[53] = new Array("100315","M1300","AV","14 ft x 14 ft","","","","Signature/Series V, 14 ft x 14 ft, AV, M1300, 110 V","4611");
Data[54] = new Array("100601","HiDef Grey","NTSC","15 ft","","","","Signature/Series V, 15 ft, NTSC, HiDef Grey, 110 V","3469");
Data[55] = new Array("100311","M1300","NTSC","15 ft","","","","Signature/Series V, 15 ft, NTSC, M1300, 110 V","3469");
Data[56] = new Array("100353","M2500","NTSC","15 ft","","","","Signature/Series V, 15 ft, NTSC, M2500, 110 V","3469");
Data[57] = new Array("100586","HiDef Grey","NTSC","150 inch","","","","Signature/Series V, 150 inch, NTSC, HiDef Grey, 110 V","3223");
Data[58] = new Array("100322","M1300","NTSC","150 inch","","","","Signature/Series V, 150 inch, NTSC, M1300, 110 V","3223");
Data[59] = new Array("100362","M2500","NTSC","150 inch","","","","Signature/Series V, 150 inch, NTSC, M2500, 110 V","3223");
Data[60] = new Array("100587","HiDef Grey","HDTV","161 inch","","","","Signature/Series V, 161 inch, HDTV, HiDef Grey, 110 V","3468");
Data[61] = new Array("100332","M1300","HDTV","161 inch","","","","Signature/Series V, 161 inch, HDTV, M1300, 110 V","3468");
Data[62] = new Array("100368","M2500","HDTV","161 inch","","","","Signature/Series V, 161 inch, HDTV, M2500, 110 V","3468");
Data[63] = new Array("100589","HiDef Grey","WideScreen","162 inch","","","","Signature/Series V, 162 inch, WideScreen, HiDef Grey, 110 V","3468");
Data[64] = new Array("100340","M1300","WideScreen","162 inch","","","","Signature/Series V, 162 inch, WideScreen, M1300, 110 V","3468");
Data[65] = new Array("100374","M2500","WideScreen","162 inch","","","","Signature/Series V, 162 inch, WideScreen, M2500, 110 V","3468");
Data[66] = new Array("100665","HiDef Grey","15:9","163 inch","","","","Signature/Series V, 163 inch, 15:9, HiDef Grey, 110 V","3468");
Data[67] = new Array("100659","M1300","15:9","163 inch","","","","Signature/Series V, 163 inch, 15:9, M1300, 110 V","3468");
Data[68] = new Array("100671","M2500","15:9","163 inch","","","","Signature/Series V, 163 inch, 15:9, M2500, 110 V","3468");
Data[69] = new Array("100647","HiDef Grey","16:10","165 inch","","","","Signature/Series V, 165 inch, 16:10, HiDef Grey, 110 V","3468");
Data[70] = new Array("100641","M1300","16:10","165 inch","","","","Signature/Series V, 165 inch, 16:10, M1300, 110 V","3468");
Data[71] = new Array("100653","M2500","16:10","165 inch","","","","Signature/Series V, 165 inch, 16:10, M2500, 110 V","3468");
Data[72] = new Array("100590","HiDef Grey","WideScreen","182 inch","","","","Signature/Series V, 182 inch, WideScreen, HiDef Grey, 110 V","3646");
Data[73] = new Array("100341","M1300","WideScreen","182 inch","","","","Signature/Series V, 182 inch, WideScreen, M1300, 110 V","3646");
Data[74] = new Array("100375","M2500","WideScreen","182 inch","","","","Signature/Series V, 182 inch, WideScreen, M2500, 110 V","3646");
Data[75] = new Array("100588","HiDef Grey","HDTV","184 inch","","","","Signature/Series V, 184 inch, HDTV, HiDef Grey, 110 V","3646");
Data[76] = new Array("100333","M1300","HDTV","184 inch","","","","Signature/Series V, 184 inch, HDTV, M1300, 110 V","3646");
Data[77] = new Array("100369","M2500","HDTV","184 inch","","","","Signature/Series V, 184 inch, HDTV, M2500, 110 V","3646");
Data[78] = new Array("100666","HiDef Grey","15:9","187 inch","","","","Signature/Series V, 187 inch, 15:9, HiDef Grey, 110 V","3646");
Data[79] = new Array("100660","M1300","15:9","187 inch","","","","Signature/Series V, 187 inch, 15:9, M1300, 110 V","3646");
Data[80] = new Array("100672","M2500","15:9","187 inch","","","","Signature/Series V, 187 inch, 15:9, M2500, 110 V","3646");
Data[81] = new Array("100648","HiDef Grey","16:10","189 inch","","","","Signature/Series V, 189 inch, 16:10, HiDef Grey, 110 V","3646");
Data[82] = new Array("100642","M1300","16:10","189 inch","","","","Signature/Series V, 189 inch, 16:10, M1300, 110 V","3646");
Data[83] = new Array("100654","M2500","16:10","189 inch","","","","Signature/Series V, 189 inch, 16:10, M2500, 110 V","3646");
Data[84] = new Array("100608","HiDef Grey","WideScreen","190 inch","","","","Signature/Series V, 190 inch, WideScreen, HiDef Grey, 110 V","3899");
Data[85] = new Array("100342","M1300","WideScreen","190 inch","","","","Signature/Series V, 190 inch, WideScreen, M1300, 110 V","3899");
Data[86] = new Array("100379","M2500","WideScreen","190 inch","","","","Signature/Series V, 190 inch, WideScreen, M2500, 110 V","3899");
Data[87] = new Array("100606","HiDef Grey","HDTV","193 inch","","","","Signature/Series V, 193 inch, HDTV, HiDef Grey, 110 V","3899");
Data[88] = new Array("100334","M1300","HDTV","193 inch","","","","Signature/Series V, 193 inch, HDTV, M1300, 110 V","3899");
Data[89] = new Array("100377","M2500","HDTV","193 inch","","","","Signature/Series V, 193 inch, HDTV, M2500, 110 V","3899");
Data[90] = new Array("100604","HiDef Grey","NTSC","200 inch","","","","Signature/Series V, 200 inch, NTSC, HiDef Grey, 110 V","3571");
Data[91] = new Array("100459","M1300","NTSC","200 inch","","","","Signature/Series V, 200 inch, NTSC, M1300, 110 V","3571");
Data[92] = new Array("100602","HiDef Grey","NTSC","210 inch","","","","Signature/Series V, 210 inch, NTSC, HiDef Grey, 110 V","4080");
Data[93] = new Array("100314","M1300","NTSC","210 inch","","","","Signature/Series V, 210 inch, NTSC, M1300, 110 V","4080");
Data[94] = new Array("100673","M2500","NTSC","210 inch","","","","Signature/Series V, 210 inch, NTSC, M2500, 110 V","4080");
Data[95] = new Array("100609","HiDef Grey","WideScreen","218 inch","","","","Signature/Series V, 218 inch, WideScreen, HiDef Grey, 110 V","4673");
Data[96] = new Array("100343","M1300","WideScreen","218 inch","","","","Signature/Series V, 218 inch, WideScreen, M1300, 110 V","4673");
Data[97] = new Array("100380","M2500","WideScreen","218 inch","","","","Signature/Series V, 218 inch, WideScreen, M2500, 110 V","4673");
Data[98] = new Array("100607","HiDef Grey","HDTV","220 inch","","","","Signature/Series V, 220 inch, HDTV, HiDef Grey, 110 V","4673");
Data[99] = new Array("100335","M1300","HDTV","220 inch","","","","Signature/Series V, 220 inch, HDTV, M1300, 110 V","4673");
Data[100] = new Array("100378","M2500","HDTV","220 inch","","","","Signature/Series V, 220 inch, HDTV, M2500, 110 V","4673");
Data[101] = new Array("100326","M1300","NTSC","220 inch","","","","Signature/Series V, 220 inch, NTSC, M1300, 110 V","4519");
Data[102] = new Array("100327","M1300","NTSC","230 inch","","","","Signature/Series V, 230 inch, NTSC, M1300, 110 V","4691");
Data[103] = new Array("100316","M1300","NTSC","240 inch","","","","Signature/Series V, 240 inch, NTSC, M1300, 110 V","4885");
Data[104] = new Array("100461","HiDef Grey","AV","50 inch x 50 inch","q","","","Signature/Series V, 50 inch x 50 inch, AV, HiDef Grey, 110 V","2201");
Data[105] = new Array("100301","M1300","AV","50 inch x 50 inch","q","","","Signature/Series V, 50 inch x 50 inch, AV, M1300, 110 V","2201");
Data[106] = new Array("100344","M2500","AV","50 inch x 50 inch","q","","","Signature/Series V, 50 inch x 50 inch, AV, M2500, 110 V","2201");
Data[107] = new Array("100476","HiDef Grey","NTSC","6 ft","q","","","Signature/Series V, 6 ft, NTSC, HiDef Grey, 110 V","2277");
Data[108] = new Array("100317","M1300","NTSC","6 ft","q","","","Signature/Series V, 6 ft, NTSC, M1300, 110 V","2277");
Data[109] = new Array("100357","M2500","NTSC","6 ft","q","","","Signature/Series V, 6 ft, NTSC, M2500, 110 V","2277");
Data[110] = new Array("100462","HiDef Grey","AV","60 inch x 60 inch","q","","","Signature/Series V, 60 inch x 60 inch, AV, HiDef Grey, 110 V","2354");
Data[111] = new Array("100302","M1300","AV","60 inch x 60 inch","q","","","Signature/Series V, 60 inch x 60 inch, AV, M1300, 110 V","2354");
Data[112] = new Array("100345","M2500","AV","60 inch x 60 inch","q","","","Signature/Series V, 60 inch x 60 inch, AV, M2500, 110 V","2354");
Data[113] = new Array("100583","HiDef Grey","AV","7 ft x 9 ft","","","","Signature/Series V, 7 ft x 9 ft, AV, HiDef Grey, 110 V","2978");
Data[114] = new Array("100307","M1300","AV","7 ft x 9 ft","","","","Signature/Series V, 7 ft x 9 ft, AV, M1300, 110 V","2978");
Data[115] = new Array("100350","M2500","AV","7 ft x 9 ft","","","","Signature/Series V, 7 ft x 9 ft, AV, M2500, 110 V","2978");
Data[116] = new Array("100477","HiDef Grey","NTSC","7 ft","q","","","Signature/Series V, 7 ft, NTSC, HiDef Grey, 110 V","2434");
Data[117] = new Array("100318","M1300","NTSC","7 ft","q","","","Signature/Series V, 7 ft, NTSC, M1300, 110 V","2434");
Data[118] = new Array("100358","M2500","NTSC","7 ft","q","","","Signature/Series V, 7 ft, NTSC, M2500, 110 V","2434");
Data[119] = new Array("100463","HiDef Grey","AV","70 inch x 70 inch","q","","","Signature/Series V, 70 inch x 70 inch, AV, HiDef Grey, 110 V","2455");
Data[120] = new Array("100303","M1300","AV","70 inch x 70 inch","q","","","Signature/Series V, 70 inch x 70 inch, AV, M1300, 110 V","2455");
Data[121] = new Array("100346","M2500","AV","70 inch x 70 inch","q","","","Signature/Series V, 70 inch x 70 inch, AV, M2500, 110 V","2455");
Data[122] = new Array("100465","HiDef Grey","AV","72 inch x 96 inch","q","","","Signature/Series V, 72 inch x 96 inch, AV, HiDef Grey, 110 V","2709");
Data[123] = new Array("100305","M1300","AV","72 inch x 96 inch","q","","","Signature/Series V, 72 inch x 96 inch, AV, M1300, 110 V","2709");
Data[124] = new Array("100348","M2500","AV","72 inch x 96 inch","q","","","Signature/Series V, 72 inch x 96 inch, AV, M2500, 110 V","2709");
Data[125] = new Array("100599","HiDef Grey","AV","8 ft x 10 ft","","","","Signature/Series V, 8 ft x 10 ft, AV, HiDef Grey, 110 V","3223");
Data[126] = new Array("100309","M1300","AV","8 ft x 10 ft","","","","Signature/Series V, 8 ft x 10 ft, AV, M1300, 110 V","3223");
Data[127] = new Array("100352","M2500","AV","8 ft x 10 ft","","","","Signature/Series V, 8 ft x 10 ft, AV, M2500, 110 V","3223");
Data[128] = new Array("100464","HiDef Grey","AV","84 inch x 84 inch","q","","","Signature/Series V, 84 inch x 84 inch, AV, HiDef Grey, 110 V","2788");
Data[129] = new Array("100304","M1300","AV","84 inch x 84 inch","q","","","Signature/Series V, 84 inch x 84 inch, AV, M1300, 110 V","2788");
Data[130] = new Array("100347","M2500","AV","84 inch x 84 inch","q","","","Signature/Series V, 84 inch x 84 inch, AV, M2500, 110 V","2788");
Data[131] = new Array("100601","HiDef Grey","AV","9 ft x 12 ft","","","","Signature/Series V, 9 ft x 12 ft, AV, HiDef Grey, 110 V","3469");
Data[132] = new Array("100311","M1300","AV","9 ft x 12 ft","","","","Signature/Series V, 9 ft x 12 ft, AV, M1300, 110 V","3469");
Data[133] = new Array("100353","M2500","AV","9 ft x 12 ft","","","","Signature/Series V, 9 ft x 12 ft, AV, M2500, 110 V","3469");
Data[134] = new Array("100584","HiDef Grey","AV","9 ft x 9 ft","","","","Signature/Series V, 9 ft x 9 ft, AV, HiDef Grey, 110 V","3105");
Data[135] = new Array("100308","M1300","AV","9 ft x 9 ft","","","","Signature/Series V, 9 ft x 9 ft, AV, M1300, 110 V","3105");
Data[136] = new Array("100351","M2500","AV","9 ft x 9 ft","","","","Signature/Series V, 9 ft x 9 ft, AV, M2500, 110 V","3105");
Data[137] = new Array("100484","HiDef Grey","HDTV","92 inch","q","","","Signature/Series V, 92 inch, HDTV, HiDef Grey, 110 V","2590");
Data[138] = new Array("100329","M1300","HDTV","92 inch","q","","","Signature/Series V, 92 inch, HDTV, M1300, 110 V","2590");
Data[139] = new Array("100365","M2500","HDTV","92 inch","q","","","Signature/Series V, 92 inch, HDTV, M2500, 110 V","2590");
Data[140] = new Array("100661","HiDef Grey","15:9","93 inch","q","","","Signature/Series V, 93 inch, 15:9, HiDef Grey, 110 V","2590");
Data[141] = new Array("100655","M1300","15:9","93 inch","q","","","Signature/Series V, 93 inch, 15:9, M1300, 110 V","2590");
Data[142] = new Array("100667","M2500","15:9","93 inch","q","","","Signature/Series V, 93 inch, 15:9, M2500, 110 V","2590");
Data[143] = new Array("100643","HiDef Grey","16:10","94 inch","q","","","Signature/Series V, 94 inch, 16:10, HiDef Grey, 110 V","2590");
Data[144] = new Array("100637","M1300","16:10","94 inch","q","","","Signature/Series V, 94 inch, 16:10, M1300, 110 V","2590");
Data[145] = new Array("100649","M2500","16:10","94 inch","q","","","Signature/Series V, 94 inch, 16:10, M2500, 110 V","2590");
Data[146] = new Array("100466","HiDef Grey","AV","96 inch x 96 inch","q","","","Signature/Series V, 96 inch x 96 inch, AV, HiDef Grey, 110 V","2906");
Data[147] = new Array("100306","M1300","AV","96 inch x 96 inch","q","","","Signature/Series V, 96 inch x 96 inch, AV, M1300, 110 V","2906");
Data[148] = new Array("100349","M2500","AV","96 inch x 96 inch","q","","","Signature/Series V, 96 inch x 96 inch, AV, M2500, 110 V","2906");
Data[149] = new Array("100491","HiDef Grey","WideScreen","99 inch","q","","","Signature/Series V, 99 inch, WideScreen, HiDef Grey, 110 V","2590");
Data[150] = new Array("100336","M1300","WideScreen","99 inch","q","","","Signature/Series V, 99 inch, WideScreen, M1300, 110 V","2590");
Data[151] = new Array("100370","M2500","WideScreen","99 inch","q","","","Signature/Series V, 99 inch, WideScreen, M2500, 110 V","2590");


   for (i = 0; i < Data.length; i++) {
        if (surfacePick == Data[i][1] && formatPick == Data[i][2] && sizePick == Data[i][3])
        partPick = Data[i][0];
   }

    for (i = 0; i < Data.length; i++) {
        if (partPick == Data[i][0]) {
            if (Data[i][5] == "ql")     screenAddon = quietMotor + "<br>" + lowVoltage;
        else if (Data[i][4] == "q" ) {
            screenAddon = quietMotor;
            if (Data[i][6] == "l")  screenAddon = quietMotor + "<br>" + lowVoltage;
        }
        else if (Data[i][6] == "l") screenAddon = lowVoltage;
        else screenAddon = "";

            description = Data[i][7];
            descriptionOrg = description;
            cost = parseFloat(Data[i][8]);
            costOrg = cost;
        }
   }

   saveValues();
    displayValues();
}



function CheckBox() {
partPick = partPick.substring(0,6);
cost = costOrg;
description = descriptionOrg;

if (document.Prod.quietMotor) {
    if (document.Prod.quietMotor.checked) {
        document.Prod.quietMotor.setAttribute("checked","checked");
        partPick = partPick + "Q";
        cost = cost + quietMotorPrice;
        description = description + ", With Quiet Motor";

    } else {
        document.Prod.quietMotor.removeAttribute("checked");
        partPick = partPick.replace("Q","");

    }

}

    if (document.Prod.lowVoltage) {
        if (document.Prod.lowVoltage.checked) {
        document.Prod.lowVoltage.setAttribute("checked","checked");
        partPick = partPick + "L";
        cost = cost + lowVoltagePrice;
        description = description + ", With Low Voltage Controller";

    } else {
        document.Prod.lowVoltage.removeAttribute("checked");
        partPick = partPick.replace("L","");

    }

}
   if (document.Prod.quietMotor && document.Prod.lowVoltage) {
        if (document.Prod.quietMotor.checked && document.Prod.lowVoltage.checked) {
            partPick = partPick.substring(0,6) + "QL";
            cost = costOrg + quietMotorPrice + lowVoltagePrice;
            description = descriptionOrg + ", With Quiet Motor & Low Voltage Controller";
    }
}

cost = cost.toFixed(2);
}

function addonSelected() {
     CheckBox();
     saveValues();
     displayValues();
}

function resetCost() {
     if (sizePick != 9999 && formatPick != 99)
         displayAddons()
     else {
          document.getElementById('access').innerHTML = "";
          document.getElementById('unitInfo').innerHTML = "";
          document.getElementById('cost').innerHTML = "Select a Material, Format and Screen Size below<br><br>";
          document.getElementById('button').innerHTML = '<input disabled type="submit"value="ADD TO CART" class="btn">';
     }
}

