
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 == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('NTSC Video','NTSC Video');
selbox.options[selbox.options.length] = new Option('AV','AV');
}

if (chosen == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('NTSC Video','NTSC Video');
selbox.options[selbox.options.length] = new Option('AV','AV');
}

if (chosen == "Cineflex") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('NTSC Video','NTSC Video');
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('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('NTSC Video','NTSC Video');
selbox.options[selbox.options.length] = new Option('AV','AV');
}

if (chosen == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('NTSC Video','NTSC Video');
selbox.options[selbox.options.length] = new Option('AV','AV');
}

if (chosen == "AT1200") {
selbox.options[selbox.options.length] = new Option('Screen Format','99');
selbox.options[selbox.options.length] = new Option('HDTV','HDTV');
selbox.options[selbox.options.length] = new Option('WideScreen','WideScreen');
selbox.options[selbox.options.length] = new Option('NTSC Video','NTSC Video');
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 == "HDTV" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
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('85 inch','85 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 inch');
}


if (chosen == "HDTV" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
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('85 inch','85 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 inch');
}


if (chosen == "HDTV" && surfacePick == "Cineflex") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
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('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('82 inch','82 inch');
}


if (chosen == "HDTV" && surfacePick == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
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('85 inch','85 inch');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 inch');
}


if (chosen == "HDTV" && surfacePick == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 inch');
}


if (chosen == "HDTV" && surfacePick == "AT1200") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('92 inch','92 inch');
selbox.options[selbox.options.length] = new Option('106 inch','106 inch');
selbox.options[selbox.options.length] = new Option('119 inch','119 inch');
selbox.options[selbox.options.length] = new Option('133 inch','133 inch');
selbox.options[selbox.options.length] = new Option('161 inch','161 inch');
}


if (chosen == "NTSC Video" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('72 inch','72 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('78 inch','78 inch');
selbox.options[selbox.options.length] = new Option('90 inch','90 inch');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('180 inch','180 inch');
}


if (chosen == "NTSC Video" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('72 inch','72 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('78 inch','78 inch');
selbox.options[selbox.options.length] = new Option('90 inch','90 inch');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('180 inch','180 inch');
}


if (chosen == "NTSC Video" && surfacePick == "Cineflex") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('72 inch','72 inch');
selbox.options[selbox.options.length] = new Option('78 inch','78 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('90 inch','90 inch');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
}


if (chosen == "NTSC Video" && surfacePick == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('72 inch','72 inch');
selbox.options[selbox.options.length] = new Option('84 inch','84 inch');
selbox.options[selbox.options.length] = new Option('78 inch','78 inch');
selbox.options[selbox.options.length] = new Option('90 inch','90 inch');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
selbox.options[selbox.options.length] = new Option('150 inch','150 inch');
selbox.options[selbox.options.length] = new Option('180 inch','180 inch');
}


if (chosen == "NTSC Video" && surfacePick == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
}


if (chosen == "NTSC Video" && surfacePick == "AT1200") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('100 inch','100 inch');
selbox.options[selbox.options.length] = new Option('120 inch','120 inch');
}


if (chosen == "AV" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('50 x 50 inch','50 x 50 inch');
selbox.options[selbox.options.length] = new Option('60 x 60 inch','60 x 60 inch');
selbox.options[selbox.options.length] = new Option('70 x 70 inch','70 x 70 inch');
selbox.options[selbox.options.length] = new Option('84 x 84 inch','84 x 84 inch');
selbox.options[selbox.options.length] = new Option('96 x 96 inch','96 x 96 inch');
selbox.options[selbox.options.length] = new Option('108 x 108 inch','108 x 108 inch');
selbox.options[selbox.options.length] = new Option('120 x 120 inch','120 x 120 inch');
}


if (chosen == "AV" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('50 x 50 inch','50 x 50 inch');
selbox.options[selbox.options.length] = new Option('60 x 60 inch','60 x 60 inch');
selbox.options[selbox.options.length] = new Option('70 x 70 inch','70 x 70 inch');
selbox.options[selbox.options.length] = new Option('84 x 84 inch','84 x 84 inch');
selbox.options[selbox.options.length] = new Option('96 x 96 inch','96 x 96 inch');
selbox.options[selbox.options.length] = new Option('108 x 108 inch','108 x 108 inch');
}


if (chosen == "AV" && surfacePick == "Cineflex") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('50 x 50 inch','50 x 50 inch');
selbox.options[selbox.options.length] = new Option('60 x 60 inch','60 x 60 inch');
selbox.options[selbox.options.length] = new Option('70 x 70 inch','70 x 70 inch');
}


if (chosen == "AV" && surfacePick == "M1300") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('50 x 50 inch','50 x 50 inch');
selbox.options[selbox.options.length] = new Option('60 x 60 inch','60 x 60 inch');
selbox.options[selbox.options.length] = new Option('70 x 70 inch','70 x 70 inch');
selbox.options[selbox.options.length] = new Option('84 x 84 inch','84 x 84 inch');
selbox.options[selbox.options.length] = new Option('96 x 96 inch','96 x 96 inch');
selbox.options[selbox.options.length] = new Option('108 x 108 inch','108 x 108 inch');
selbox.options[selbox.options.length] = new Option('120 x 120 inch','120 x 120 inch');
}


if (chosen == "AV" && surfacePick == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('84 x 84 inch','84 x 84 inch');
}


if (chosen == "AV" && surfacePick == "AT1200") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('84 x 84 inch','84 x 84 inch');
}


if (chosen == "WideScreen" && surfacePick == "M2500") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
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');
}


if (chosen == "WideScreen" && surfacePick == "HiDef Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
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');
}


if (chosen == "WideScreen" && surfacePick == "Cineflex") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
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('99 inch','99 inch');
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');
}


if (chosen == "WideScreen" && surfacePick == "AT Grey") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
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');
}


if (chosen == "WideScreen" && surfacePick == "AT1200") {
selbox.options[selbox.options.length] = new Option('Screen Size','9999');
selbox.options[selbox.options.length] = new Option('99 inch','99 inch');
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');
}


 formatPick = chosen; 
}
function storeSize(chosen) {
sizePick= chosen;
}

function ChooseProd() {
var Products = new Array(122)

Products["M2500"+"HDTV"+"65 inch"] = "252142";
Products["M2500"+"NTSC Video"+"72 inch"] = "252032";
Products["HiDef Grey"+"NTSC Video"+"72 inch"] = "252096";
Products["Cineflex"+"HDTV"+"65 inch"] = "252165";
Products["M1300"+"NTSC Video"+"72 inch"] = "252008";
Products["HiDef Grey"+"HDTV"+"65 inch"] = "252145";
Products["Cineflex"+"NTSC Video"+"72 inch"] = "252160";
Products["M1300"+"HDTV"+"65 inch"] = "252139";
Products["Cineflex"+"AV"+"50 x 50 inch"] = "252157";
Products["HiDef Grey"+"AV"+"50 x 50 inch"] = "252089";
Products["M1300"+"AV"+"50 x 50 inch"] = "252001";
Products["M2500"+"AV"+"50 x 50 inch"] = "252025";
Products["HiDef Grey"+"NTSC Video"+"84 inch"] = "252098";
Products["M1300"+"NTSC Video"+"84 inch"] = "252010";
Products["HiDef Grey"+"NTSC Video"+"78 inch"] = "252097";
Products["M2500"+"NTSC Video"+"84 inch"] = "252034";
Products["M2500"+"NTSC Video"+"78 inch"] = "252033";
Products["M1300"+"NTSC Video"+"78 inch"] = "252009";
Products["M2500"+"HDTV"+"73 inch"] = "252143";
Products["HiDef Grey"+"HDTV"+"73 inch"] = "252146";
Products["M1300"+"HDTV"+"73 inch"] = "252140";
Products["Cineflex"+"NTSC Video"+"78 inch"] = "252161";
Products["Cineflex"+"NTSC Video"+"84 inch"] = "252162";
Products["Cineflex"+"HDTV"+"73 inch"] = "252166";
Products["HiDef Grey"+"AV"+"60 x 60 inch"] = "252090";
Products["M2500"+"AV"+"60 x 60 inch"] = "252026";
Products["M1300"+"AV"+"60 x 60 inch"] = "252002";
Products["Cineflex"+"AV"+"60 x 60 inch"] = "252158";
Products["M1300"+"HDTV"+"85 inch"] = "252141";
Products["M2500"+"HDTV"+"85 inch"] = "252144";
Products["HiDef Grey"+"HDTV"+"85 inch"] = "252147";
Products["Cineflex"+"HDTV"+"92 inch"] = "252168";
Products["Cineflex"+"HDTV"+"82 inch"] = "252167";
Products["HiDef Grey"+"HDTV"+"92 inch"] = "252104";
Products["M1300"+"HDTV"+"92 inch"] = "252016";
Products["M2500"+"HDTV"+"92 inch"] = "252040";
Products["Cineflex"+"NTSC Video"+"90 inch"] = "252163";
Products["M2500"+"NTSC Video"+"90 inch"] = "252035";
Products["HiDef Grey"+"NTSC Video"+"90 inch"] = "252099";
Products["M1300"+"NTSC Video"+"90 inch"] = "252011";
Products["HiDef Grey"+"NTSC Video"+"100 inch"] = "252100";
Products["Cineflex"+"NTSC Video"+"100 inch"] = "252164";
Products["M2500"+"NTSC Video"+"100 inch"] = "252036";
Products["M1300"+"NTSC Video"+"100 inch"] = "252012";
Products["M1300"+"HDTV"+"106 inch"] = "252017";
Products["HiDef Grey"+"WideScreen"+"99 inch"] = "252108";
Products["M2500"+"HDTV"+"106 inch"] = "252041";
Products["M2500"+"WideScreen"+"99 inch"] = "252044";
Products["HiDef Grey"+"HDTV"+"106 inch"] = "252105";
Products["M1300"+"WideScreen"+"99 inch"] = "252020";
Products["Cineflex"+"WideScreen"+"99 inch"] = "252169";
Products["M1300"+"AV"+"70 x 70 inch"] = "252003";
Products["HiDef Grey"+"AV"+"70 x 70 inch"] = "252091";
Products["M2500"+"AV"+"70 x 70 inch"] = "252027";
Products["Cineflex"+"AV"+"70 x 70 inch"] = "252159";
Products["HiDef Grey"+"WideScreen"+"108 inch"] = "252109";
Products["M1300"+"WideScreen"+"108 inch"] = "252021";
Products["M2500"+"WideScreen"+"108 inch"] = "252045";
Products["M2500"+"HDTV"+"119 inch"] = "252134";
Products["M1300"+"HDTV"+"119 inch"] = "252133";
Products["HiDef Grey"+"HDTV"+"119 inch"] = "252138";
Products["M2500"+"NTSC Video"+"120 inch"] = "252037";
Products["HiDef Grey"+"AV"+"84 x 84 inch"] = "252092";
Products["M1300"+"NTSC Video"+"120 inch"] = "252013";
Products["M1300"+"AV"+"84 x 84 inch"] = "252004";
Products["M2500"+"AV"+"84 x 84 inch"] = "252028";
Products["HiDef Grey"+"NTSC Video"+"120 inch"] = "252101";
Products["M2500"+"WideScreen"+"120 inch"] = "252046";
Products["M1300"+"WideScreen"+"120 inch"] = "252022";
Products["HiDef Grey"+"WideScreen"+"120 inch"] = "252110";
Products["M1300"+"AV"+"96 x 96 inch"] = "252005";
Products["HiDef Grey"+"AV"+"96 x 96 inch"] = "252093";
Products["M2500"+"AV"+"96 x 96 inch"] = "252029";
Products["M2500"+"HDTV"+"133 inch"] = "252042";
Products["HiDef Grey"+"HDTV"+"133 inch"] = "252106";
Products["M1300"+"HDTV"+"133 inch"] = "252018";
Products["M1300"+"WideScreen"+"132 inch"] = "252023";
Products["M2500"+"WideScreen"+"132 inch"] = "252047";
Products["HiDef Grey"+"WideScreen"+"132 inch"] = "252111";
Products["M2500"+"AV"+"108 x 108 inch"] = "252030";
Products["HiDef Grey"+"AV"+"108 x 108 inch"] = "252155";
Products["M1300"+"AV"+"108 x 108 inch"] = "252006";
Products["M2500"+"NTSC Video"+"150 inch"] = "252038";
Products["M1300"+"NTSC Video"+"150 inch"] = "252014";
Products["HiDef Grey"+"NTSC Video"+"150 inch"] = "252102";
Products["HiDef Grey"+"WideScreen"+"162 inch"] = "252112";
Products["M1300"+"WideScreen"+"162 inch"] = "252024";
Products["M2500"+"WideScreen"+"162 inch"] = "252048";
Products["M2500"+"HDTV"+"161 inch"] = "252043";
Products["M1300"+"HDTV"+"161 inch"] = "252019";
Products["HiDef Grey"+"HDTV"+"161 inch"] = "252107";
Products["M1300"+"AV"+"120 x 120 inch"] = "252007";
Products["M2500"+"AV"+"120 x 120 inch"] = "252031";
Products["M2500"+"NTSC Video"+"180 inch"] = "252039";
Products["HiDef Grey"+"NTSC Video"+"180 inch"] = "252156";
Products["M1300"+"NTSC Video"+"180 inch"] = "252015";
Products["AT Grey"+"WideScreen"+"99 inch"] = "252127";
Products["AT1200"+"WideScreen"+"99 inch"] = "252079";
Products["AT Grey"+"HDTV"+"92 inch"] = "252123";
Products["AT1200"+"HDTV"+"92 inch"] = "252075";
Products["AT1200"+"NTSC Video"+"100 inch"] = "252073";
Products["AT Grey"+"NTSC Video"+"100 inch"] = "252121";
Products["AT1200"+"WideScreen"+"108 inch"] = "252080";
Products["AT Grey"+"WideScreen"+"108 inch"] = "252128";
Products["AT Grey"+"HDTV"+"106 inch"] = "252124";
Products["AT1200"+"HDTV"+"106 inch"] = "252076";
Products["AT Grey"+"WideScreen"+"120 inch"] = "252129";
Products["AT1200"+"WideScreen"+"120 inch"] = "252081";
Products["AT1200"+"HDTV"+"119 inch"] = "252136";
Products["AT Grey"+"HDTV"+"119 inch"] = "252132";
Products["AT Grey"+"HDTV"+"133 inch"] = "252125";
Products["AT1200"+"HDTV"+"133 inch"] = "252077";
Products["AT1200"+"NTSC Video"+"120 inch"] = "252074";
Products["AT Grey"+"NTSC Video"+"120 inch"] = "252122";
Products["AT1200"+"WideScreen"+"132 inch"] = "252082";
Products["AT Grey"+"WideScreen"+"132 inch"] = "252130";
Products["AT1200"+"AV"+"84 x 84 inch"] = "252068";
Products["AT Grey"+"AV"+"84 x 84 inch"] = "252116";
Products["AT1200"+"WideScreen"+"162 inch"] = "252083";
Products["AT Grey"+"WideScreen"+"162 inch"] = "252131";
Products["AT Grey"+"HDTV"+"161 inch"] = "252126";
Products["AT1200"+"HDTV"+"161 inch"] = "252078";

var Desc = new Array(122)

Desc["M2500"+"HDTV"+"65 inch"] = "Draper M2500 HDTV 65 inch Clarion screen";
Desc["M2500"+"NTSC Video"+"72 inch"] = "Draper M2500 NTSC Video 72 inch Clarion screen";
Desc["HiDef Grey"+"NTSC Video"+"72 inch"] = "Draper HiDef Grey NTSC Video 72 inch Clarion screen";
Desc["Cineflex"+"HDTV"+"65 inch"] = "Draper Cineflex HDTV 65 inch Clarion screen";
Desc["M1300"+"NTSC Video"+"72 inch"] = "Draper M1300 NTSC Video 72 inch Clarion screen";
Desc["HiDef Grey"+"HDTV"+"65 inch"] = "Draper HiDef Grey HDTV 65 inch Clarion screen";
Desc["Cineflex"+"NTSC Video"+"72 inch"] = "Draper Cineflex NTSC Video 72 inch Clarion screen";
Desc["M1300"+"HDTV"+"65 inch"] = "Draper M1300 HDTV 65 inch Clarion screen";
Desc["Cineflex"+"AV"+"50 x 50 inch"] = "Draper Cineflex AV 50 x 50 inch Clarion screen";
Desc["HiDef Grey"+"AV"+"50 x 50 inch"] = "Draper HiDef Grey AV 50 x 50 inch Clarion screen";
Desc["M1300"+"AV"+"50 x 50 inch"] = "Draper M1300 AV 50 x 50 inch Clarion screen";
Desc["M2500"+"AV"+"50 x 50 inch"] = "Draper M2500 AV 50 x 50 inch Clarion screen";
Desc["HiDef Grey"+"NTSC Video"+"84 inch"] = "Draper HiDef Grey NTSC Video 84 inch Clarion screen";
Desc["M1300"+"NTSC Video"+"84 inch"] = "Draper M1300 NTSC Video 84 inch Clarion screen";
Desc["HiDef Grey"+"NTSC Video"+"78 inch"] = "Draper HiDef Grey NTSC Video 78 inch Clarion screen";
Desc["M2500"+"NTSC Video"+"84 inch"] = "Draper M2500 NTSC Video 84 inch Clarion screen";
Desc["M2500"+"NTSC Video"+"78 inch"] = "Draper M2500 NTSC Video 78 inch Clarion screen";
Desc["M1300"+"NTSC Video"+"78 inch"] = "Draper M1300 NTSC Video 78 inch Clarion screen";
Desc["M2500"+"HDTV"+"73 inch"] = "Draper M2500 HDTV 73 inch Clarion screen";
Desc["HiDef Grey"+"HDTV"+"73 inch"] = "Draper HiDef Grey HDTV 73 inch Clarion screen";
Desc["M1300"+"HDTV"+"73 inch"] = "Draper M1300 HDTV 73 inch Clarion screen";
Desc["Cineflex"+"NTSC Video"+"78 inch"] = "Draper Cineflex NTSC Video 78 inch Clarion screen";
Desc["Cineflex"+"NTSC Video"+"84 inch"] = "Draper Cineflex NTSC Video 84 inch Clarion screen";
Desc["Cineflex"+"HDTV"+"73 inch"] = "Draper Cineflex HDTV 73 inch Clarion screen";
Desc["HiDef Grey"+"AV"+"60 x 60 inch"] = "Draper HiDef Grey AV 60 x 60 inch Clarion screen";
Desc["M2500"+"AV"+"60 x 60 inch"] = "Draper M2500 AV 60 x 60 inch Clarion screen";
Desc["M1300"+"AV"+"60 x 60 inch"] = "Draper M1300 AV 60 x 60 inch Clarion screen";
Desc["Cineflex"+"AV"+"60 x 60 inch"] = "Draper Cineflex AV 60 x 60 inch Clarion screen";
Desc["M1300"+"HDTV"+"85 inch"] = "Draper M1300 HDTV 85 inch Clarion screen";
Desc["M2500"+"HDTV"+"85 inch"] = "Draper M2500 HDTV 85 inch Clarion screen";
Desc["HiDef Grey"+"HDTV"+"85 inch"] = "Draper HiDef Grey HDTV 85 inch Clarion screen";
Desc["Cineflex"+"HDTV"+"92 inch"] = "Draper Cineflex HDTV 92 inch Clarion screen";
Desc["Cineflex"+"HDTV"+"82 inch"] = "Draper Cineflex HDTV 82 inch Clarion screen";
Desc["HiDef Grey"+"HDTV"+"92 inch"] = "Draper HiDef Grey HDTV 92 inch Clarion screen";
Desc["M1300"+"HDTV"+"92 inch"] = "Draper M1300 HDTV 92 inch Clarion screen";
Desc["M2500"+"HDTV"+"92 inch"] = "Draper M2500 HDTV 92 inch Clarion screen";
Desc["Cineflex"+"NTSC Video"+"90 inch"] = "Draper Cineflex NTSC Video 90 inch Clarion screen";
Desc["M2500"+"NTSC Video"+"90 inch"] = "Draper M2500 NTSC Video 90 inch Clarion screen";
Desc["HiDef Grey"+"NTSC Video"+"90 inch"] = "Draper HiDef Grey NTSC Video 90 inch Clarion screen";
Desc["M1300"+"NTSC Video"+"90 inch"] = "Draper M1300 NTSC Video 90 inch Clarion screen";
Desc["HiDef Grey"+"NTSC Video"+"100 inch"] = "Draper HiDef Grey NTSC Video 100 inch Clarion screen";
Desc["Cineflex"+"NTSC Video"+"100 inch"] = "Draper Cineflex NTSC Video 100 inch Clarion screen";
Desc["M2500"+"NTSC Video"+"100 inch"] = "Draper M2500 NTSC Video 100 inch Clarion screen";
Desc["M1300"+"NTSC Video"+"100 inch"] = "Draper M1300 NTSC Video 100 inch Clarion screen";
Desc["M1300"+"HDTV"+"106 inch"] = "Draper M1300 HDTV 106 inch Clarion screen";
Desc["HiDef Grey"+"WideScreen"+"99 inch"] = "Draper HiDef Grey WideScreen 99 inch Clarion screen";
Desc["M2500"+"HDTV"+"106 inch"] = "Draper M2500 HDTV 106 inch Clarion screen";
Desc["M2500"+"WideScreen"+"99 inch"] = "Draper M2500 WideScreen 99 inch Clarion screen";
Desc["HiDef Grey"+"HDTV"+"106 inch"] = "Draper HiDef Grey HDTV 106 inch Clarion screen";
Desc["M1300"+"WideScreen"+"99 inch"] = "Draper M1300 WideScreen 99 inch Clarion screen";
Desc["Cineflex"+"WideScreen"+"99 inch"] = "Draper Cineflex WideScreen 99 inch Clarion screen";
Desc["M1300"+"AV"+"70 x 70 inch"] = "Draper M1300 AV 70 x 70 inch Clarion screen";
Desc["HiDef Grey"+"AV"+"70 x 70 inch"] = "Draper HiDef Grey AV 70 x 70 inch Clarion screen";
Desc["M2500"+"AV"+"70 x 70 inch"] = "Draper M2500 AV 70 x 70 inch Clarion screen";
Desc["Cineflex"+"AV"+"70 x 70 inch"] = "Draper Cineflex AV 70 x 70 inch Clarion screen";
Desc["HiDef Grey"+"WideScreen"+"108 inch"] = "Draper HiDef Grey WideScreen 108 inch Clarion screen";
Desc["M1300"+"WideScreen"+"108 inch"] = "Draper M1300 WideScreen 108 inch Clarion screen";
Desc["M2500"+"WideScreen"+"108 inch"] = "Draper M2500 WideScreen 108 inch Clarion screen";
Desc["M2500"+"HDTV"+"119 inch"] = "Draper M2500 HDTV 119 inch Clarion screen";
Desc["M1300"+"HDTV"+"119 inch"] = "Draper M1300 HDTV 119 inch Clarion screen";
Desc["HiDef Grey"+"HDTV"+"119 inch"] = "Draper HiDef Grey HDTV 119 inch Clarion screen";
Desc["M2500"+"NTSC Video"+"120 inch"] = "Draper M2500 NTSC Video 120 inch Clarion screen";
Desc["HiDef Grey"+"AV"+"84 x 84 inch"] = "Draper HiDef Grey AV 84 x 84 inch Clarion screen";
Desc["M1300"+"NTSC Video"+"120 inch"] = "Draper M1300 NTSC Video 120 inch Clarion screen";
Desc["M1300"+"AV"+"84 x 84 inch"] = "Draper M1300 AV 84 x 84 inch Clarion screen";
Desc["M2500"+"AV"+"84 x 84 inch"] = "Draper M2500 AV 84 x 84 inch Clarion screen";
Desc["HiDef Grey"+"NTSC Video"+"120 inch"] = "Draper HiDef Grey NTSC Video 120 inch Clarion screen";
Desc["M2500"+"WideScreen"+"120 inch"] = "Draper M2500 WideScreen 120 inch Clarion screen";
Desc["M1300"+"WideScreen"+"120 inch"] = "Draper M1300 WideScreen 120 inch Clarion screen";
Desc["HiDef Grey"+"WideScreen"+"120 inch"] = "Draper HiDef Grey WideScreen 120 inch Clarion screen";
Desc["M1300"+"AV"+"96 x 96 inch"] = "Draper M1300 AV 96 x 96 inch Clarion screen";
Desc["HiDef Grey"+"AV"+"96 x 96 inch"] = "Draper HiDef Grey AV 96 x 96 inch Clarion screen";
Desc["M2500"+"AV"+"96 x 96 inch"] = "Draper M2500 AV 96 x 96 inch Clarion screen";
Desc["M2500"+"HDTV"+"133 inch"] = "Draper M2500 HDTV 133 inch Clarion screen";
Desc["HiDef Grey"+"HDTV"+"133 inch"] = "Draper HiDef Grey HDTV 133 inch Clarion screen";
Desc["M1300"+"HDTV"+"133 inch"] = "Draper M1300 HDTV 133 inch Clarion screen";
Desc["M1300"+"WideScreen"+"132 inch"] = "Draper M1300 WideScreen 132 inch Clarion screen";
Desc["M2500"+"WideScreen"+"132 inch"] = "Draper M2500 WideScreen 132 inch Clarion screen";
Desc["HiDef Grey"+"WideScreen"+"132 inch"] = "Draper HiDef Grey WideScreen 132 inch Clarion screen";
Desc["M2500"+"AV"+"108 x 108 inch"] = "Draper M2500 AV 108 x 108 inch Clarion screen";
Desc["HiDef Grey"+"AV"+"108 x 108 inch"] = "Draper HiDef Grey AV 108 x 108 inch Clarion screen";
Desc["M1300"+"AV"+"108 x 108 inch"] = "Draper M1300 AV 108 x 108 inch Clarion screen";
Desc["M2500"+"NTSC Video"+"150 inch"] = "Draper M2500 NTSC Video 150 inch Clarion screen";
Desc["M1300"+"NTSC Video"+"150 inch"] = "Draper M1300 NTSC Video 150 inch Clarion screen";
Desc["HiDef Grey"+"NTSC Video"+"150 inch"] = "Draper HiDef Grey NTSC Video 150 inch Clarion screen";
Desc["HiDef Grey"+"WideScreen"+"162 inch"] = "Draper HiDef Grey WideScreen 162 inch Clarion screen";
Desc["M1300"+"WideScreen"+"162 inch"] = "Draper M1300 WideScreen 162 inch Clarion screen";
Desc["M2500"+"WideScreen"+"162 inch"] = "Draper M2500 WideScreen 162 inch Clarion screen";
Desc["M2500"+"HDTV"+"161 inch"] = "Draper M2500 HDTV 161 inch Clarion screen";
Desc["M1300"+"HDTV"+"161 inch"] = "Draper M1300 HDTV 161 inch Clarion screen";
Desc["HiDef Grey"+"HDTV"+"161 inch"] = "Draper HiDef Grey HDTV 161 inch Clarion screen";
Desc["M1300"+"AV"+"120 x 120 inch"] = "Draper M1300 AV 120 x 120 inch Clarion screen";
Desc["M2500"+"AV"+"120 x 120 inch"] = "Draper M2500 AV 120 x 120 inch Clarion screen";
Desc["M2500"+"NTSC Video"+"180 inch"] = "Draper M2500 NTSC Video 180 inch Clarion screen";
Desc["HiDef Grey"+"NTSC Video"+"180 inch"] = "Draper HiDef Grey NTSC Video 180 inch Clarion screen";
Desc["M1300"+"NTSC Video"+"180 inch"] = "Draper M1300 NTSC Video 180 inch Clarion screen";
Desc["AT Grey"+"WideScreen"+"99 inch"] = "Draper AT Grey WideScreen 99 inch Clarion screen";
Desc["AT1200"+"WideScreen"+"99 inch"] = "Draper AT1200 WideScreen 99 inch Clarion screen";
Desc["AT Grey"+"HDTV"+"92 inch"] = "Draper AT Grey HDTV 92 inch Clarion screen";
Desc["AT1200"+"HDTV"+"92 inch"] = "Draper AT1200 HDTV 92 inch Clarion screen";
Desc["AT1200"+"NTSC Video"+"100 inch"] = "Draper AT1200 NTSC Video 100 inch Clarion screen";
Desc["AT Grey"+"NTSC Video"+"100 inch"] = "Draper AT Grey NTSC Video 100 inch Clarion screen";
Desc["AT1200"+"WideScreen"+"108 inch"] = "Draper AT1200 WideScreen 108 inch Clarion screen";
Desc["AT Grey"+"WideScreen"+"108 inch"] = "Draper AT Grey WideScreen 108 inch Clarion screen";
Desc["AT Grey"+"HDTV"+"106 inch"] = "Draper AT Grey HDTV 106 inch Clarion screen";
Desc["AT1200"+"HDTV"+"106 inch"] = "Draper AT1200 HDTV 106 inch Clarion screen";
Desc["AT Grey"+"WideScreen"+"120 inch"] = "Draper AT Grey WideScreen 120 inch Clarion screen";
Desc["AT1200"+"WideScreen"+"120 inch"] = "Draper AT1200 WideScreen 120 inch Clarion screen";
Desc["AT1200"+"HDTV"+"119 inch"] = "Draper AT1200 HDTV 119 inch Clarion screen";
Desc["AT Grey"+"HDTV"+"119 inch"] = "Draper AT Grey HDTV 119 inch Clarion screen";
Desc["AT Grey"+"HDTV"+"133 inch"] = "Draper AT Grey HDTV 133 inch Clarion screen";
Desc["AT1200"+"HDTV"+"133 inch"] = "Draper AT1200 HDTV 133 inch Clarion screen";
Desc["AT1200"+"NTSC Video"+"120 inch"] = "Draper AT1200 NTSC Video 120 inch Clarion screen";
Desc["AT Grey"+"NTSC Video"+"120 inch"] = "Draper AT Grey NTSC Video 120 inch Clarion screen";
Desc["AT1200"+"WideScreen"+"132 inch"] = "Draper AT1200 WideScreen 132 inch Clarion screen";
Desc["AT Grey"+"WideScreen"+"132 inch"] = "Draper AT Grey WideScreen 132 inch Clarion screen";
Desc["AT1200"+"AV"+"84 x 84 inch"] = "Draper AT1200 AV 84 x 84 inch Clarion screen";
Desc["AT Grey"+"AV"+"84 x 84 inch"] = "Draper AT Grey AV 84 x 84 inch Clarion screen";
Desc["AT1200"+"WideScreen"+"162 inch"] = "Draper AT1200 WideScreen 162 inch Clarion screen";
Desc["AT Grey"+"WideScreen"+"162 inch"] = "Draper AT Grey WideScreen 162 inch Clarion screen";
Desc["AT Grey"+"HDTV"+"161 inch"] = "Draper AT Grey HDTV 161 inch Clarion screen";
Desc["AT1200"+"HDTV"+"161 inch"] = "Draper AT1200 HDTV 161 inch Clarion screen";

var Cost = new Array(122)

Cost["M2500"+"HDTV"+"65 inch"] = 541.47;
Cost["M2500"+"NTSC Video"+"72 inch"] = 500.53;
Cost["HiDef Grey"+"NTSC Video"+"72 inch"] = 500.58;
Cost["Cineflex"+"HDTV"+"65 inch"] = 592.29;
Cost["M1300"+"NTSC Video"+"72 inch"] = 456.47;
Cost["HiDef Grey"+"HDTV"+"65 inch"] = 541.77;
Cost["Cineflex"+"NTSC Video"+"72 inch"] = 550.02;
Cost["M1300"+"HDTV"+"65 inch"] = 494.76;
Cost["Cineflex"+"AV"+"50 x 50 inch"] = 592.81;
Cost["HiDef Grey"+"AV"+"50 x 50 inch"] = 542.71;
Cost["M1300"+"AV"+"50 x 50 inch"] = 494.05;
Cost["M2500"+"AV"+"50 x 50 inch"] = 542.41;
Cost["HiDef Grey"+"NTSC Video"+"84 inch"] = 572.86;
Cost["M1300"+"NTSC Video"+"84 inch"] = 533.79;
Cost["HiDef Grey"+"NTSC Video"+"78 inch"] = 553.37;
Cost["M2500"+"NTSC Video"+"84 inch"] = 572.96;
Cost["M2500"+"NTSC Video"+"78 inch"] = 553.87;
Cost["M1300"+"NTSC Video"+"78 inch"] = 506.06;
Cost["M2500"+"HDTV"+"73 inch"] = 572.95;
Cost["HiDef Grey"+"HDTV"+"73 inch"] = 572.37;
Cost["M1300"+"HDTV"+"73 inch"] = 522.52;
Cost["Cineflex"+"NTSC Video"+"78 inch"] = 606.76;
Cost["Cineflex"+"NTSC Video"+"84 inch"] = 626.06;
Cost["Cineflex"+"HDTV"+"73 inch"] = 626.59;
Cost["HiDef Grey"+"AV"+"60 x 60 inch"] = 663.47;
Cost["M2500"+"AV"+"60 x 60 inch"] = 663.47;
Cost["M1300"+"AV"+"60 x 60 inch"] = 604.62;
Cost["Cineflex"+"AV"+"60 x 60 inch"] = 726.65;
Cost["M1300"+"HDTV"+"85 inch"] = 577.27;
Cost["M2500"+"HDTV"+"85 inch"] = 626.28;
Cost["HiDef Grey"+"HDTV"+"85 inch"] = 626.83;
Cost["Cineflex"+"HDTV"+"92 inch"] = 775.82;
Cost["Cineflex"+"HDTV"+"82 inch"] = 682.59;
Cost["HiDef Grey"+"HDTV"+"92 inch"] = 704.98;
Cost["M1300"+"HDTV"+"92 inch"] = 654.91;
Cost["M2500"+"HDTV"+"92 inch"] = 704.23;
Cost["Cineflex"+"NTSC Video"+"90 inch"] = 753.69;
Cost["M2500"+"NTSC Video"+"90 inch"] = 687.98;
Cost["HiDef Grey"+"NTSC Video"+"90 inch"] = 687.25;
Cost["M1300"+"NTSC Video"+"90 inch"] = 626.53;
Cost["HiDef Grey"+"NTSC Video"+"100 inch"] = 714.11;
Cost["Cineflex"+"NTSC Video"+"100 inch"] = 780.99;
Cost["M2500"+"NTSC Video"+"100 inch"] = 714.67;
Cost["M1300"+"NTSC Video"+"100 inch"] = 654.02;
Cost["M1300"+"HDTV"+"106 inch"] = 808.57;
Cost["HiDef Grey"+"WideScreen"+"99 inch"] = 784.47;
Cost["M2500"+"HDTV"+"106 inch"] = 874.11;
Cost["M2500"+"WideScreen"+"99 inch"] = 784.47;
Cost["HiDef Grey"+"HDTV"+"106 inch"] = 874.29;
Cost["M1300"+"WideScreen"+"99 inch"] = 714.05;
Cost["Cineflex"+"WideScreen"+"99 inch"] = 859.47;
Cost["M1300"+"AV"+"70 x 70 inch"] = 742.38;
Cost["HiDef Grey"+"AV"+"70 x 70 inch"] = 814.47;
Cost["M2500"+"AV"+"70 x 70 inch"] = 814.94;
Cost["Cineflex"+"AV"+"70 x 70 inch"] = 893.98;
Cost["HiDef Grey"+"WideScreen"+"108 inch"] = 874.47;
Cost["M1300"+"WideScreen"+"108 inch"] = 808.28;
Cost["M2500"+"WideScreen"+"108 inch"] = 874.16;
Cost["M2500"+"HDTV"+"119 inch"] = 1017.17;
Cost["M1300"+"HDTV"+"119 inch"] = 951.65;
Cost["HiDef Grey"+"HDTV"+"119 inch"] = 1017.41;
Cost["M2500"+"NTSC Video"+"120 inch"] = 892.41;
Cost["HiDef Grey"+"AV"+"84 x 84 inch"] = 990.71;
Cost["M1300"+"NTSC Video"+"120 inch"] = 808.33;
Cost["M1300"+"AV"+"84 x 84 inch"] = 902.63;
Cost["M2500"+"AV"+"84 x 84 inch"] = 990.21;
Cost["HiDef Grey"+"NTSC Video"+"120 inch"] = 874.19;
Cost["M2500"+"WideScreen"+"120 inch"] = 1017.58;
Cost["M1300"+"WideScreen"+"120 inch"] = 951.08;
Cost["HiDef Grey"+"WideScreen"+"120 inch"] = 1017.46;
Cost["M1300"+"AV"+"96 x 96 inch"] = 1105.47;
Cost["HiDef Grey"+"AV"+"96 x 96 inch"] = 1213.26;
Cost["M2500"+"AV"+"96 x 96 inch"] = 1213.78;
Cost["M2500"+"HDTV"+"133 inch"] = 1171.38;
Cost["HiDef Grey"+"HDTV"+"133 inch"] = 1171.29;
Cost["M1300"+"HDTV"+"133 inch"] = 1094.92;
Cost["M1300"+"WideScreen"+"132 inch"] = 1094.63;
Cost["M2500"+"WideScreen"+"132 inch"] = 1171.63;
Cost["HiDef Grey"+"WideScreen"+"132 inch"] = 1171.43;
Cost["M2500"+"AV"+"108 x 108 inch"] = 1424.47;
Cost["HiDef Grey"+"AV"+"108 x 108 inch"] = 1537.56;
Cost["M1300"+"AV"+"108 x 108 inch"] = 1299.69;
Cost["M2500"+"NTSC Video"+"150 inch"] = 1184.91;
Cost["M1300"+"NTSC Video"+"150 inch"] = 1112.83;
Cost["HiDef Grey"+"NTSC Video"+"150 inch"] = 1184.03;
Cost["HiDef Grey"+"WideScreen"+"162 inch"] = 1338.54;
Cost["M1300"+"WideScreen"+"162 inch"] = 1237.91;
Cost["M2500"+"WideScreen"+"162 inch"] = 1338.43;
Cost["M2500"+"HDTV"+"161 inch"] = 1338.68;
Cost["M1300"+"HDTV"+"161 inch"] = 1255.47;
Cost["HiDef Grey"+"HDTV"+"161 inch"] = 1338.51;
Cost["M1300"+"AV"+"120 x 120 inch"] = 1552.46;
Cost["M2500"+"AV"+"120 x 120 inch"] = 1700.35;
Cost["M2500"+"NTSC Video"+"180 inch"] = 1562.41;
Cost["HiDef Grey"+"NTSC Video"+"180 inch"] = 1613.27;
Cost["M1300"+"NTSC Video"+"180 inch"] = 1425.06;
Cost["AT Grey"+"WideScreen"+"99 inch"] = 1945.25;
Cost["AT1200"+"WideScreen"+"99 inch"] = 1945.97;
Cost["AT Grey"+"HDTV"+"92 inch"] = 1533.07;
Cost["AT1200"+"HDTV"+"92 inch"] = 1533.39;
Cost["AT1200"+"NTSC Video"+"100 inch"] = 1878.37;
Cost["AT Grey"+"NTSC Video"+"100 inch"] = 1878.49;
Cost["AT1200"+"WideScreen"+"108 inch"] = 2158.16;
Cost["AT Grey"+"WideScreen"+"108 inch"] = 2138.47;
Cost["AT Grey"+"HDTV"+"106 inch"] = 2183.26;
Cost["AT1200"+"HDTV"+"106 inch"] = 2183.63;
Cost["AT Grey"+"WideScreen"+"120 inch"] = 2616.54;
Cost["AT1200"+"WideScreen"+"120 inch"] = 2591.16;
Cost["AT1200"+"HDTV"+"119 inch"] = 2616.93;
Cost["AT Grey"+"HDTV"+"119 inch"] = 2616.65;
Cost["AT Grey"+"HDTV"+"133 inch"] = 2691.51;
Cost["AT1200"+"HDTV"+"133 inch"] = 2691.39;
Cost["AT1200"+"NTSC Video"+"120 inch"] = 2461.11;
Cost["AT Grey"+"NTSC Video"+"120 inch"] = 2461.78;
Cost["AT1200"+"WideScreen"+"132 inch"] = 2691.46;
Cost["AT Grey"+"WideScreen"+"132 inch"] = 2691.75;
Cost["AT1200"+"AV"+"84 x 84 inch"] = 2170.47;
Cost["AT Grey"+"AV"+"84 x 84 inch"] = 2170.83;
Cost["AT1200"+"WideScreen"+"162 inch"] = 3546.02;
Cost["AT Grey"+"WideScreen"+"162 inch"] = 3546.21;
Cost["AT Grey"+"HDTV"+"161 inch"] = 3546.08;
Cost["AT1200"+"HDTV"+"161 inch"] = 3546.11;

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">'
}



