
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('20 ft','20 ft');
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('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('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 == "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('65 inch','65 inch');
selbox.options[selbox.options.length] = new Option('73 inch','73 inch');
selbox.options[selbox.options.length] = new Option('82 inch','82 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
}


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('65 inch','65 inch');
selbox.options[selbox.options.length] = new Option('73 inch','73 inch');
selbox.options[selbox.options.length] = new Option('82 inch','82 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
}


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('65 inch','65 inch');
selbox.options[selbox.options.length] = new Option('73 inch','73 inch');
selbox.options[selbox.options.length] = new Option('82 inch','82 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
}


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('66 inch','66 inch');
selbox.options[selbox.options.length] = new Option('75 inch','75 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('93 inch','93 inch');
}


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('66 inch','66 inch');
selbox.options[selbox.options.length] = new Option('75 inch','75 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('93 inch','93 inch');
}


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('66 inch','66 inch');
selbox.options[selbox.options.length] = new Option('75 inch','75 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('93 inch','93 inch');
}


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('67 inch','67 inch');
selbox.options[selbox.options.length] = new Option('76 inch','76 inch');
selbox.options[selbox.options.length] = new Option('85 inch','85 inch');
selbox.options[selbox.options.length] = new Option('94 inch','94 inch');
}


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('67 inch','67 inch');
selbox.options[selbox.options.length] = new Option('76 inch','76 inch');
selbox.options[selbox.options.length] = new Option('85 inch','85 inch');
selbox.options[selbox.options.length] = new Option('94 inch','94 inch');
}


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('67 inch','67 inch');
selbox.options[selbox.options.length] = new Option('76 inch','76 inch');
selbox.options[selbox.options.length] = new Option('85 inch','85 inch');
selbox.options[selbox.options.length] = new Option('94 inch','94 inch');
}


 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("101687","HiDef Grey","AV","10 ft 6 inch x 14 ft","","","","Premier, 10 ft 6 inch x 14 ft, AV, HiDef Grey, 110 V","2059");
Data[1] = new Array("101686","M1300","AV","10 ft 6 inch x 14 ft","","","","Premier, 10 ft 6 inch x 14 ft, AV, M1300, 110 V","2059");
Data[2] = new Array("101688","M2500","AV","10 ft 6 inch x 14 ft","","","","Premier, 10 ft 6 inch x 14 ft, AV, M2500, 110 V","2164");
Data[3] = new Array("101372","HiDef Grey","AV","10 ft x 10 ft","","","l","Premier, 10 ft x 10 ft, AV, HiDef Grey, 110 V","1643");
Data[4] = new Array("101178","M1300","AV","10 ft x 10 ft","","","l","Premier, 10 ft x 10 ft, AV, M1300, 110 V","1643");
Data[5] = new Array("101215","M2500","AV","10 ft x 10 ft","","","l","Premier, 10 ft x 10 ft, AV, M2500, 110 V","1744");
Data[6] = new Array("101271","HiDef Grey","NTSC","10 ft","q","ql","l","Premier, 10 ft, NTSC, HiDef Grey, 110 V","1247");
Data[7] = new Array("101058","M1300","NTSC","10 ft","q","ql","l","Premier, 10 ft, NTSC, M1300, 110 V","1247");
Data[8] = new Array("101196","M2500","NTSC","10 ft","q","ql","l","Premier, 10 ft, NTSC, M2500, 110 V","1369");
Data[9] = new Array("101275","HiDef Grey","NTSC","100 inch","q","ql","l","Premier, 100 inch, NTSC, HiDef Grey, 110 V","1216");
Data[10] = new Array("101056","M1300","NTSC","100 inch","q","ql","l","Premier, 100 inch, NTSC, M1300, 110 V","1216");
Data[11] = new Array("101057","M2500","NTSC","100 inch","q","ql","l","Premier, 100 inch, NTSC, M2500, 110 V","1337");
Data[12] = new Array("101277","HiDef Grey","HDTV","106 inch","q","ql","l","Premier, 106 inch, HDTV, HiDef Grey, 110 V","1241");
Data[13] = new Array("101060","M1300","HDTV","106 inch","q","ql","l","Premier, 106 inch, HDTV, M1300, 110 V","1241");
Data[14] = new Array("101207","M2500","HDTV","106 inch","q","ql","l","Premier, 106 inch, HDTV, M2500, 110 V","1364");
Data[15] = new Array("101671","HiDef Grey","15:9","107 inch","q","ql","l","Premier, 107 inch, 15:9, HiDef Grey, 110 V","1241");
Data[16] = new Array("101663","M1300","15:9","107 inch","q","ql","l","Premier, 107 inch, 15:9, M1300, 110 V","1241");
Data[17] = new Array("101679","M2500","15:9","107 inch","q","ql","l","Premier, 107 inch, 15:9, M2500, 110 V","1364");
Data[18] = new Array("101280","HiDef Grey","WideScreen","108 inch","q","ql","l","Premier, 108 inch, WideScreen, HiDef Grey, 110 V","1241");
Data[19] = new Array("101188","M1300","WideScreen","108 inch","q","ql","l","Premier, 108 inch, WideScreen, M1300, 110 V","1241");
Data[20] = new Array("101211","M2500","WideScreen","108 inch","q","ql","l","Premier, 108 inch, WideScreen, M2500, 110 V","1364");
Data[21] = new Array("101647","HiDef Grey","16:10","109 inch","q","ql","l","Premier, 109 inch, 16:10, HiDef Grey, 110 V","1241");
Data[22] = new Array("101639","M1300","16:10","109 inch","q","ql","l","Premier, 109 inch, 16:10, M1300, 110 V","1241");
Data[23] = new Array("101655","M2500","16:10","109 inch","q","ql","l","Premier, 109 inch, 16:10, M2500, 110 V","1364");
Data[24] = new Array("101345","HiDef Grey","NTSC","11 ft","q","ql","l","Premier, 11 ft, NTSC, HiDef Grey, 110 V","1434");
Data[25] = new Array("101183","M1300","NTSC","11 ft","q","ql","l","Premier, 11 ft, NTSC, M1300, 110 V","1434");
Data[26] = new Array("101204","M2500","NTSC","11 ft","q","ql","l","Premier, 11 ft, NTSC, M2500, 110 V","1540");
Data[27] = new Array("101309","HiDef Grey","HDTV","119 inch","q","ql","l","Premier, 119 inch, HDTV, HiDef Grey, 110 V","1379");
Data[28] = new Array("101305","M1300","HDTV","119 inch","q","ql","l","Premier, 119 inch, HDTV, M1300, 110 V","1379");
Data[29] = new Array("101306","M2500","HDTV","119 inch","q","ql","l","Premier, 119 inch, HDTV, M2500, 110 V","1482");
Data[30] = new Array("101180","M1300","AV","12 ft x 12 ft","","","l","Premier, 12 ft x 12 ft, AV, M1300, 110 V","2101");
Data[31] = new Array("101382","M1300","AV","12 ft x 16 ft","","","","Premier, 12 ft x 16 ft, AV, M1300, 110 V","2456");
Data[32] = new Array("101281","HiDef Grey","WideScreen","120 inch","q","ql","l","Premier, 120 inch, WideScreen, HiDef Grey, 110 V","1379");
Data[33] = new Array("101189","M1300","WideScreen","120 inch","q","ql","l","Premier, 120 inch, WideScreen, M1300, 110 V","1379");
Data[34] = new Array("101212","M2500","WideScreen","120 inch","q","ql","l","Premier, 120 inch, WideScreen, M2500, 110 V","1482");
Data[35] = new Array("101672","HiDef Grey","15:9","121 inch","q","ql","l","Premier, 121 inch, 15:9, HiDef Grey, 110 V","1379");
Data[36] = new Array("101664","M1300","15:9","121 inch","q","ql","l","Premier, 121 inch, 15:9, M1300, 110 V","1379");
Data[37] = new Array("101680","M2500","15:9","121 inch","q","ql","l","Premier, 121 inch, 15:9, M2500, 110 V","1482");
Data[38] = new Array("101648","HiDef Grey","16:10","123 inch","q","ql","l","Premier, 123 inch, 16:10, HiDef Grey, 110 V","1379");
Data[39] = new Array("101640","M1300","16:10","123 inch","q","ql","l","Premier, 123 inch, 16:10, M1300, 110 V","1379");
Data[40] = new Array("101656","M2500","16:10","123 inch","q","ql","l","Premier, 123 inch, 16:10, M2500, 110 V","1482");
Data[41] = new Array("101282","HiDef Grey","WideScreen","132 inch","","","l","Premier, 132 inch, WideScreen, HiDef Grey, 110 V","1484");
Data[42] = new Array("101190","M1300","WideScreen","132 inch","","","l","Premier, 132 inch, WideScreen, M1300, 110 V","1484");
Data[43] = new Array("101213","M2500","WideScreen","132 inch","","","l","Premier, 132 inch, WideScreen, M2500, 110 V","1583");
Data[44] = new Array("101278","HiDef Grey","HDTV","133 inch","","","l","Premier, 133 inch, HDTV, HiDef Grey, 110 V","1484");
Data[45] = new Array("101185","M1300","HDTV","133 inch","","","l","Premier, 133 inch, HDTV, M1300, 110 V","1484");
Data[46] = new Array("101208","M2500","HDTV","133 inch","","","l","Premier, 133 inch, HDTV, M2500, 110 V","1583");
Data[47] = new Array("101673","HiDef Grey","15:9","135 inch","","","l","Premier, 135 inch, 15:9, HiDef Grey, 110 V","1484");
Data[48] = new Array("101665","M1300","15:9","135 inch","","","l","Premier, 135 inch, 15:9, M1300, 110 V","1484");
Data[49] = new Array("101681","M2500","15:9","135 inch","","","l","Premier, 135 inch, 15:9, M2500, 110 V","1583");
Data[50] = new Array("101649","HiDef Grey","16:10","137 inch","","","l","Premier, 137 inch, 16:10, HiDef Grey, 110 V","1484");
Data[51] = new Array("101641","M1300","16:10","137 inch","","","l","Premier, 137 inch, 16:10, M1300, 110 V","1484");
Data[52] = new Array("101657","M2500","16:10","137 inch","","","l","Premier, 137 inch, 16:10, M2500, 110 V","1583");
Data[53] = new Array("101381","M1300","AV","14 ft x 14 ft","","","","Premier, 14 ft x 14 ft, AV, M1300, 110 V","2134");
Data[54] = new Array("101373","HiDef Grey","NTSC","15 ft","","","","Premier, 15 ft, NTSC, HiDef Grey, 110 V","1729");
Data[55] = new Array("101179","M1300","NTSC","15 ft","","","l","Premier, 15 ft, NTSC, M1300, 110 V","1729");
Data[56] = new Array("101201","M2500","NTSC","15 ft","","","l","Premier, 15 ft, NTSC, M2500, 110 V","1836");
Data[57] = new Array("101346","HiDef Grey","NTSC","150 inch","","","l","Premier, 150 inch, NTSC, HiDef Grey, 110 V","1496");
Data[58] = new Array("101184","M1300","NTSC","150 inch","","","l","Premier, 150 inch, NTSC, M1300, 110 V","1496");
Data[59] = new Array("101205","M2500","NTSC","150 inch","","","l","Premier, 150 inch, NTSC, M2500, 110 V","1592");
Data[60] = new Array("101347","HiDef Grey","HDTV","161 inch","","","l","Premier, 161 inch, HDTV, HiDef Grey, 110 V","1712");
Data[61] = new Array("101186","M1300","HDTV","161 inch","","","l","Premier, 161 inch, HDTV, M1300, 110 V","1712");
Data[62] = new Array("101209","M2500","HDTV","161 inch","","","l","Premier, 161 inch, HDTV, M2500, 110 V","1821");
Data[63] = new Array("101349","HiDef Grey","WideScreen","162 inch","","","l","Premier, 162 inch, WideScreen, HiDef Grey, 110 V","1712");
Data[64] = new Array("101191","M1300","WideScreen","162 inch","","","l","Premier, 162 inch, WideScreen, M1300, 110 V","1712");
Data[65] = new Array("101214","M2500","WideScreen","162 inch","","","l","Premier, 162 inch, WideScreen, M2500, 110 V","1821");
Data[66] = new Array("101674","HiDef Grey","15:9","163 inch","","","","Premier, 163 inch, 15:9, HiDef Grey, 110 V","1712");
Data[67] = new Array("101666","M1300","15:9","163 inch","","","","Premier, 163 inch, 15:9, M1300, 110 V","1712");
Data[68] = new Array("101682","M2500","15:9","163 inch","","","","Premier, 163 inch, 15:9, M2500, 110 V","1821");
Data[69] = new Array("101650","HiDef Grey","16:10","165 inch","","","","Premier, 165 inch, 16:10, HiDef Grey, 110 V","1712");
Data[70] = new Array("101642","M1300","16:10","165 inch","","","","Premier, 165 inch, 16:10, M1300, 110 V","1712");
Data[71] = new Array("101658","M2500","16:10","165 inch","","","","Premier, 165 inch, 16:10, M2500, 110 V","1821");
Data[72] = new Array("101350","HiDef Grey","WideScreen","182 inch","","","l","Premier, 182 inch, WideScreen, HiDef Grey, 110 V","1811");
Data[73] = new Array("101363","M1300","WideScreen","182 inch","","","l","Premier, 182 inch, WideScreen, M1300, 110 V","1811");
Data[74] = new Array("101364","M2500","WideScreen","182 inch","","","l","Premier, 182 inch, WideScreen, M2500, 110 V","1901");
Data[75] = new Array("101348","HiDef Grey","HDTV","184 inch","","","l","Premier, 184 inch, HDTV, HiDef Grey, 110 V","1811");
Data[76] = new Array("101361","M1300","HDTV","184 inch","","","l","Premier, 184 inch, HDTV, M1300, 110 V","1811");
Data[77] = new Array("101362","M2500","HDTV","184 inch","","","l","Premier, 184 inch, HDTV, M2500, 110 V","1901");
Data[78] = new Array("101693","HiDef Grey","WideScreen","190 inch","","","","Premier, 190 inch, WideScreen, HiDef Grey, 110 V","2059");
Data[79] = new Array("101692","M1300","WideScreen","190 inch","","","","Premier, 190 inch, WideScreen, M1300, 110 V","2059");
Data[80] = new Array("101694","M2500","WideScreen","190 inch","","","","Premier, 190 inch, WideScreen, M2500, 110 V","2164");
Data[81] = new Array("101690","HiDef Grey","HDTV","193 inch","","","","Premier, 193 inch, HDTV, HiDef Grey, 110 V","2059");
Data[82] = new Array("101689","M1300","HDTV","193 inch","","","","Premier, 193 inch, HDTV, M1300, 110 V","2059");
Data[83] = new Array("101691","M2500","HDTV","193 inch","","","","Premier, 193 inch, HDTV, M2500, 110 V","2164");
Data[84] = new Array("101387","M1300","NTSC","20 ft","","","","Premier, 20 ft, NTSC, M1300, 110 V","2456");
Data[85] = new Array("101375","HiDef Grey","NTSC","200 inch","","","","Premier, 200 inch, NTSC, HiDef Grey, 110 V","1811");
Data[86] = new Array("101359","M1300","NTSC","200 inch","","","l","Premier, 200 inch, NTSC, M1300, 110 V","1811");
Data[87] = new Array("101360","M2500","NTSC","200 inch","","","l","Premier, 200 inch, NTSC, M2500, 110 V","1811");
Data[88] = new Array("101687","HiDef Grey","NTSC","210 inch","","","","Premier, 210 inch, NTSC, HiDef Grey, 110 V","2059");
Data[89] = new Array("101686","M1300","NTSC","210 inch","","","","Premier, 210 inch, NTSC, M1300, 110 V","2059");
Data[90] = new Array("101688","M2500","NTSC","210 inch","","","","Premier, 210 inch, NTSC, M2500, 110 V","2164");
Data[91] = new Array("101399","HiDef Grey","WideScreen","218 inch","","","","Premier, 218 inch, WideScreen, HiDef Grey, 110 V","2402");
Data[92] = new Array("101397","M1300","WideScreen","218 inch","","","","Premier, 218 inch, WideScreen, M1300, 110 V","2402");
Data[93] = new Array("101398","M2500","WideScreen","218 inch","","","","Premier, 218 inch, WideScreen, M2500, 110 V","2528");
Data[94] = new Array("101393","HiDef Grey","HDTV","220 inch","","","","Premier, 220 inch, HDTV, HiDef Grey, 110 V","2402");
Data[95] = new Array("101391","M1300","HDTV","220 inch","","","","Premier, 220 inch, HDTV, M1300, 110 V","2402");
Data[96] = new Array("101392","M2500","HDTV","220 inch","","","","Premier, 220 inch, HDTV, M2500, 110 V","2528");
Data[97] = new Array("101385","M1300","NTSC","220 inch","","","","Premier, 220 inch, NTSC, M1300, 110 V","2184");
Data[98] = new Array("101386","M1300","NTSC","230 inch","","","","Premier, 230 inch, NTSC, M1300, 110 V","2320");
Data[99] = new Array("101267","HiDef Grey","AV","50 inch x 50 inch","q","ql","l","Premier, 50 inch x 50 inch, AV, HiDef Grey, 110 V","935");
Data[100] = new Array("101170","M1300","AV","50 inch x 50 inch","q","ql","l","Premier, 50 inch x 50 inch, AV, M1300, 110 V","935");
Data[101] = new Array("101192","M2500","AV","50 inch x 50 inch","q","ql","l","Premier, 50 inch x 50 inch, AV, M2500, 110 V","1038");
Data[102] = new Array("101273","HiDef Grey","NTSC","6 ft","q","ql","l","Premier, 6 ft, NTSC, HiDef Grey, 110 V","1007");
Data[103] = new Array("101181","M1300","NTSC","6 ft","q","ql","l","Premier, 6 ft, NTSC, M1300, 110 V","1007");
Data[104] = new Array("101202","M2500","NTSC","6 ft","q","ql","l","Premier, 6 ft, NTSC, M2500, 110 V","1104");
Data[105] = new Array("101268","HiDef Grey","AV","60 inch x 60 inch","q","ql","l","Premier, 60 inch x 60 inch, AV, HiDef Grey, 110 V","1002");
Data[106] = new Array("101171","M1300","AV","60 inch x 60 inch","q","ql","l","Premier, 60 inch x 60 inch, AV, M1300, 110 V","1002");
Data[107] = new Array("101193","M2500","AV","60 inch x 60 inch","q","ql","l","Premier, 60 inch x 60 inch, AV, M2500, 110 V","1124");
Data[108] = new Array("101330","HiDef Grey","HDTV","65 inch","q","ql","l","Premier, 65 inch, HDTV, HiDef Grey, 110 V","1005");
Data[109] = new Array("101324","M1300","HDTV","65 inch","q","ql","l","Premier, 65 inch, HDTV, M1300, 110 V","1005");
Data[110] = new Array("101327","M2500","HDTV","65 inch","q","ql","l","Premier, 65 inch, HDTV, M2500, 110 V","1331");
Data[111] = new Array("101667","HiDef Grey","15:9","66 inch","q","ql","l","Premier, 66 inch, 15:9, HiDef Grey, 110 V","1005");
Data[112] = new Array("101659","M1300","15:9","66 inch","q","ql","l","Premier, 66 inch, 15:9, M1300, 110 V","1005");
Data[113] = new Array("101675","M2500","15:9","66 inch","q","ql","l","Premier, 66 inch, 15:9, M2500, 110 V","1331");
Data[114] = new Array("101643","HiDef Grey","16:10","67 inch","q","ql","l","Premier, 67 inch, 16:10, HiDef Grey, 110 V","1005");
Data[115] = new Array("101635","M1300","16:10","67 inch","q","ql","l","Premier, 67 inch, 16:10, M1300, 110 V","1005");
Data[116] = new Array("101651","M2500","16:10","67 inch","q","ql","l","Premier, 67 inch, 16:10, M2500, 110 V","1331");
Data[117] = new Array("101343","HiDef Grey","AV","7 ft x 9 ft","","","l","Premier, 7 ft x 9 ft, AV, HiDef Grey, 110 V","1374");
Data[118] = new Array("101175","M1300","AV","7 ft x 9 ft","","","l","Premier, 7 ft x 9 ft, AV, M1300, 110 V","1374");
Data[119] = new Array("101198","M2500","AV","7 ft x 9 ft","q","ql","l","Premier, 7 ft x 9 ft, AV, M2500, 110 V","1480");
Data[120] = new Array("101274","HiDef Grey","NTSC","7 ft","q","ql","l","Premier, 7 ft, NTSC, HiDef Grey, 110 V","1089");
Data[121] = new Array("101182","M1300","NTSC","7 ft","q","ql","l","Premier, 7 ft, NTSC, M1300, 110 V","1089");
Data[122] = new Array("101203","M2500","NTSC","7 ft","q","ql","l","Premier, 7 ft, NTSC, M2500, 110 V","1191");
Data[123] = new Array("101269","HiDef Grey","AV","70 inch x 70 inch","q","ql","l","Premier, 70 inch x 70 inch, AV, HiDef Grey, 110 V","1133");
Data[124] = new Array("101172","M1300","AV","70 inch x 70 inch","q","ql","l","Premier, 70 inch x 70 inch, AV, M1300, 110 V","1133");
Data[125] = new Array("101194","M2500","AV","70 inch x 70 inch","q","ql","l","Premier, 70 inch x 70 inch, AV, M2500, 110 V","1252");
Data[126] = new Array("101271","HiDef Grey","AV","72 inch x 96 inch","q","ql","l","Premier, 72 inch x 96 inch, AV, HiDef Grey, 110 V","1247");
Data[127] = new Array("101058","M1300","AV","72 inch x 96 inch","q","ql","l","Premier, 72 inch x 96 inch, AV, M1300, 110 V","1247");
Data[128] = new Array("101196","M2500","AV","72 inch x 96 inch","q","ql","l","Premier, 72 inch x 96 inch, AV, M2500, 110 V","1369");
Data[129] = new Array("101331","HiDef Grey","HDTV","73 inch","q","ql","l","Premier, 73 inch, HDTV, HiDef Grey, 110 V","1087");
Data[130] = new Array("101325","M1300","HDTV","73 inch","q","ql","l","Premier, 73 inch, HDTV, M1300, 110 V","1087");
Data[131] = new Array("101328","M2500","HDTV","73 inch","q","ql","l","Premier, 73 inch, HDTV, M2500, 110 V","1362");
Data[132] = new Array("101668","HiDef Grey","15:9","75 inch","q","ql","l","Premier, 75 inch, 15:9, HiDef Grey, 110 V","1087");
Data[133] = new Array("101660","M1300","15:9","75 inch","q","ql","l","Premier, 75 inch, 15:9, M1300, 110 V","1087");
Data[134] = new Array("101676","M2500","15:9","75 inch","q","ql","l","Premier, 75 inch, 15:9, M2500, 110 V","1362");
Data[135] = new Array("101644","HiDef Grey","16:10","76 inch","q","ql","l","Premier, 76 inch, 16:10, HiDef Grey, 110 V","1087");
Data[136] = new Array("101636","M1300","16:10","76 inch","q","ql","l","Premier, 76 inch, 16:10, M1300, 110 V","1087");
Data[137] = new Array("101652","M2500","16:10","76 inch","q","ql","l","Premier, 76 inch, 16:10, M2500, 110 V","1362");
Data[138] = new Array("101371","HiDef Grey","AV","8 ft x 10 ft","","","l","Premier, 8 ft x 10 ft, AV, HiDef Grey, 110 V","1592");
Data[139] = new Array("101177","M1300","AV","8 ft x 10 ft","","","l","Premier, 8 ft x 10 ft, AV, M1300, 110 V","1592");
Data[140] = new Array("101200","M2500","AV","8 ft x 10 ft","","","l","Premier, 8 ft x 10 ft, AV, M2500, 110 V","1649");
Data[141] = new Array("101332","HiDef Grey","HDTV","82 inch","q","ql","l","Premier, 82 inch, HDTV, HiDef Grey, 110 V","1170");
Data[142] = new Array("101326","M1300","HDTV","82 inch","q","ql","l","Premier, 82 inch, HDTV, M1300, 110 V","1170");
Data[143] = new Array("101329","M2500","HDTV","82 inch","q","ql","l","Premier, 82 inch, HDTV, M2500, 110 V","1438");
Data[144] = new Array("101270","HiDef Grey","AV","84 inch x 84 inch","q","ql","l","Premier, 84 inch x 84 inch, AV, HiDef Grey, 110 V","1242");
Data[145] = new Array("101173","M1300","AV","84 inch x 84 inch","q","ql","l","Premier, 84 inch x 84 inch, AV, M1300, 110 V","1242");
Data[146] = new Array("101195","M2500","AV","84 inch x 84 inch","q","ql","l","Premier, 84 inch x 84 inch, AV, M2500, 110 V","1343");
Data[147] = new Array("101669","HiDef Grey","15:9","84 inch","q","ql","l","Premier, 84 inch, 15:9, HiDef Grey, 110 V","1170");
Data[148] = new Array("101661","M1300","15:9","84 inch","q","ql","l","Premier, 84 inch, 15:9, M1300, 110 V","1170");
Data[149] = new Array("101677","M2500","15:9","84 inch","q","ql","l","Premier, 84 inch, 15:9, M2500, 110 V","1438");
Data[150] = new Array("101645","HiDef Grey","16:10","85 inch","q","ql","l","Premier, 85 inch, 16:10, HiDef Grey, 110 V","1170");
Data[151] = new Array("101637","M1300","16:10","85 inch","q","ql","l","Premier, 85 inch, 16:10, M1300, 110 V","1170");
Data[152] = new Array("101653","M2500","16:10","85 inch","q","ql","l","Premier, 85 inch, 16:10, M2500, 110 V","1438");
Data[153] = new Array("101373","HiDef Grey","AV","9 ft x 12 ft","","","","Premier, 9 ft x 12 ft, AV, HiDef Grey, 110 V","1729");
Data[154] = new Array("101179","M1300","AV","9 ft x 12 ft","","","l","Premier, 9 ft x 12 ft, AV, M1300, 110 V","1729");
Data[155] = new Array("101201","M2500","AV","9 ft x 12 ft","","","l","Premier, 9 ft x 12 ft, AV, M2500, 110 V","1836");
Data[156] = new Array("101344","HiDef Grey","AV","9 ft x 9 ft","","","l","Premier, 9 ft x 9 ft, AV, HiDef Grey, 110 V","1530");
Data[157] = new Array("101176","M1300","AV","9 ft x 9 ft","","","l","Premier, 9 ft x 9 ft, AV, M1300, 110 V","1530");
Data[158] = new Array("101199","M2500","AV","9 ft x 9 ft","","","l","Premier, 9 ft x 9 ft, AV, M2500, 110 V","1633");
Data[159] = new Array("101276","HiDef Grey","HDTV","92 inch","q","ql","l","Premier, 92 inch, HDTV, HiDef Grey, 110 V","1209");
Data[160] = new Array("101059","M1300","HDTV","92 inch","q","ql","l","Premier, 92 inch, HDTV, M1300, 110 V","1209");
Data[161] = new Array("101206","M2500","HDTV","92 inch","q","ql","l","Premier, 92 inch, HDTV, M2500, 110 V","1333");
Data[162] = new Array("101670","HiDef Grey","15:9","93 inch","q","ql","l","Premier, 93 inch, 15:9, HiDef Grey, 110 V","1209");
Data[163] = new Array("101662","M1300","15:9","93 inch","q","ql","l","Premier, 93 inch, 15:9, M1300, 110 V","1209");
Data[164] = new Array("101678","M2500","15:9","93 inch","q","ql","l","Premier, 93 inch, 15:9, M2500, 110 V","1333");
Data[165] = new Array("101646","HiDef Grey","16:10","94 inch","q","ql","l","Premier, 94 inch, 16:10, HiDef Grey, 110 V","1209");
Data[166] = new Array("101638","M1300","16:10","94 inch","q","ql","l","Premier, 94 inch, 16:10, M1300, 110 V","1209");
Data[167] = new Array("101654","M2500","16:10","94 inch","q","ql","l","Premier, 94 inch, 16:10, M2500, 110 V","1333");
Data[168] = new Array("101272","HiDef Grey","AV","96 inch x 96 inch","q","ql","l","Premier, 96 inch x 96 inch, AV, HiDef Grey, 110 V","1297");
Data[169] = new Array("101174","M1300","AV","96 inch x 96 inch","q","ql","l","Premier, 96 inch x 96 inch, AV, M1300, 110 V","1297");
Data[170] = new Array("101197","M2500","AV","96 inch x 96 inch","q","ql","l","Premier, 96 inch x 96 inch, AV, M2500, 110 V","1399");
Data[171] = new Array("101279","HiDef Grey","WideScreen","99 inch","q","ql","l","Premier, 99 inch, WideScreen, HiDef Grey, 110 V","1220");
Data[172] = new Array("101187","M1300","WideScreen","99 inch","q","ql","l","Premier, 99 inch, WideScreen, M1300, 110 V","1220");
Data[173] = new Array("101210","M2500","WideScreen","99 inch","q","ql","l","Premier, 99 inch, WideScreen, M2500, 110 V","1344");


   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">';
     }
}

