Use this tool to guide you to the best heating and cooling solution for your home.
Step 3: AC & Furnace - BTU, Tonnage and Orientation
Upflow
?
Upflow Furnace
Takes in air from the bottom and pushes warm air upward (common in basements). Most commonly used with floor vents.
Downflow
?
Downflow Furnace
Pulls air from the top and pushes warm air downward (often used in attics). Most commonly used with ceiling vents.
Horizontal
?
Horizontal Furnace
Moves air side to side, usually installed in crawl spaces or tight areas. Usually used sidewall or rooftop venting.
TIPS
Furnace Orientation
Furnace orientation matters because it determines how air moves through the system, ensuring proper performance, efficiency, and compatibility with your home’s ductwork.
Using the wrong orientation can cause poor airflow, inefficiency, or require costly duct modifications.
Â
Tonnage & BTU
Tonnage in heat pumps refers to the unit's heating or cooling capacity, where 1 ton equals the ability to remove 12,000 BTUs of heat per hour.
BTUs in furnaces measure the heating capacity, indicating how much heat the unit can produce per hour.
How to Determine the Right BTU or Tonnage for Your HVAC System
Use the guide and tools below to find the right system size for your space.
Step 1: Locate Your Current System’s Info
You can usually find the BTU listed on your furnace’s data sticker, often located inside the cabinet door or on the inner or outer wall of the cabinet. On an air conditioner, the data sticker is typically found on the outer panel of the outdoor condenser unit, often near the electrical disconnect box.
Look for terms like M/N, Prod, Mod No, or Model Number to identify your system. These numbers can also help you find a replacement if needed and the product manual (if you need to look up the BTU/Tonnage).
Step 2: Calculating BTU and Tonnage
You can also use the model number to determine BTUs. You’ll find an even number within the model number string. Multiply this number by 10,000 to calculate the unit’s BTU.
From there, tonnage is typically calculated by dividing BTUs by 12,000 (since 1 ton = 12,000 BTUs).
If you don’t have product data available, you can also use our sizing calculator to use square feet to determine your needs.
Furnace Data Sticker
Model Number: DGAT070BDF BTU: 70,000
AC (Heat Pump) Data Sticker
Model Number: ACIQ-24-HP BTU: 24,000 Â Â TONNAGE: 2.0
Sizing Calculator
$(document).on("breeze:load", function() {
$("#single_qs_box3 option[value='0']").prop('selected', true);
$("#single_qs_box_mount option[value='0']").prop('selected', true);
$("#dual_qs_box3 option[value='0']").prop('selected', true);
$("#dual_qs_box4 option[value='0']").prop('selected', true);
$("#dual_qs_box_mount option[value='0']").prop('selected', true);
$("#three_qs_box3 option[value='0']").prop('selected', true);
$("#three_qs_box4 option[value='0']").prop('selected', true);
$("#three_qs_box5 option[value='0']").prop('selected', true);
$("#three_qs_box_mount option[value='0']").prop('selected', true);
$("#four_qs_box3 option[value='0']").prop('selected', true);
$("#four_qs_box4 option[value='0']").prop('selected', true);
$("#four_qs_box5 option[value='0']").prop('selected', true);
$("#four_qs_box6 option[value='0']").prop('selected', true);
$("#four_qs_box_mount option[value='0']").prop('selected', true);
$("#five_qs_box3 option[value='0']").prop('selected', true);
$("#five_qs_box4 option[value='0']").prop('selected', true);
$("#five_qs_box5 option[value='0']").prop('selected', true);
$("#five_qs_box6 option[value='0']").prop('selected', true);
$("#five_qs_box7 option[value='0']").prop('selected', true);
$("#five_qs_box_mount option[value='0']").prop('selected', true);
$("#qs_box1_high_furnace option[value='0']").prop('selected', true);
$('#qs_box2_high_furnace').attr('disabled','disabled');
$('#box2-top-heading-high-furnace').css('display','none');
$("#qs_box11 option[value='0']").prop('selected', true);
$('#qs_box33').attr('disabled','disabled');
$('#box33-top-heading').css('display','none');
$("#qs_box_first_air_furnace_std option[value='0']").prop('selected', true);
$('#qs_box_second_air_furnace_std, #qs_box_third_air_furnace_std').attr('disabled','disabled');
$('#top-heading-first-furnace-air-std, #box_third-heading_furnace_air_std').css('display','none');
$("#qs_box_first_furnace option[value='0']").prop('selected', true);
$('#qs_box_second_furnace, #qs_box_third_furnace').attr('disabled','disabled');
$('#top-heading-first-furnace, #box_third-top-heading_furnace').css('display','none');
$("#qs_box1 option[value='0']").prop('selected', true);
$("#qs_box5 option[value='0']").prop('selected', true);
$("#qs_box6 option[value='0']").prop('selected', true);
$("#qs_box7 option[value='0']").prop('selected', true);
$("#qs_box8 option[value='0']").prop('selected', true);
$("#qs_box9 option[value='0']").prop('selected', true);
$("#qs_box10 option[value='0']").prop('selected', true);
$("#qs_box_mount option[value='0']").prop('selected', true);
$('#top-heading, #qs_box55, #qs_box66, #qs_box77, #qs_box88, #qs_box99, #qs_box100, #qs_box_mount_type, #box3-top-heading,#box4-top-heading').css('display','none');
$('#qs_box2,#qs_box3,#qs_box4').attr('disabled','disabled');
$('#qs_box2,#qs_box3,#qs_box4').html('');
})
//Single Zone Mini Split Sizer start
function Validatesingle()
{
var s2 = document.getElementById("single_qs_box3")
var strUsersingle3 = s2.options[s2.selectedIndex].text;
if(strUsersingle3 == "Please Select")
{
document.getElementById('single_qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('single_qs_box3').style.border = "1px solid rgb(255, 124, 120)";
single_qs_box3_error.textContent = "This is required field";
return false;
}
else{
var x1 = $('select#single_qs_box3 option:selected').attr('data-rc');
var x2 = $('select#single_qs_box_mount option:selected').attr('data-rc');
//alert(x);
if(x2 == 'not')
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/single-zone-ductless-mini-splits/filter/btu_tonnage/'+x1+'.html';
}
else
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/single-zone-ductless-mini-splits/filter/btu_tonnage/'+x1+'/mini_split_type/'+x2+'.html';
}
}
}
function Validatesingle1()
{
var s4 = document.getElementById("single_qs_box3");
var strUsersingle3 = s4.options[s4.selectedIndex].text;
$("#single_qs_box4").val("0");
if(strUsersingle3 != "Please Select")
{
document.getElementById('single_qs_box3').style.border = "1px solid #c2c2c2";
single_qs_box3_error.textContent = "";
}
}
//Single Zone Mini Split Sizer end
//Dual Zone Mini Split Sizer start
function Validatedual()
{
var d2 = document.getElementById("dual_qs_box3")
var strUserdual3 = d2.options[d2.selectedIndex].text;
var d3 = document.getElementById("dual_qs_box4")
var strUserdual4 = d3.options[d3.selectedIndex].text;
if(strUserdual3 == "Please Select")
{
document.getElementById('dual_qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('dual_qs_box3').style.border = "1px solid rgb(255, 124, 120)";
dual_qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUserdual4 == "Please Select")
{
document.getElementById('dual_qs_box4_error').style.color = "rgb(255, 124, 120)";
document.getElementById('dual_qs_box4').style.border = "1px solid rgb(255, 124, 120)";
dual_qs_box4_error.textContent = "This is required field";
return false;
}
else{
var y = $('select#dual_qs_box_mount option:selected').attr('data-rc')
var output = [];
output.push($('select#dual_qs_box3 option:selected').attr('data-rc'));
output.push($('select#dual_qs_box4 option:selected').attr('data-rc'));
var key=output.sort((a, b) => a - b);
var key1=key.join("-");
if(y == 'not')
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/dual-zone-ductless-mini-split-systems/filter/indoorunitcomb/'+key1+'.html';
}
else {
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/dual-zone-ductless-mini-split-systems/filter/mini_split_type/'+y+'/indoorunitcomb/'+key1+'.html';
}
}
}
function Validatedual3()
{
var d5 = document.getElementById("dual_qs_box3");
var strUserdual3 = d5.options[d5.selectedIndex].text;
$("#dual_qs_box4").val("0");
if(strUserdual3 != "Please Select")
{
document.getElementById('dual_qs_box3').style.border = "1px solid #c2c2c2";
dual_qs_box3_error.textContent = "";
}
}
function Changedual4()
{
var d6 = document.getElementById("dual_qs_box4");
var strUserdual4 = d6.options[d6.selectedIndex].text;
if(strUserdual4 != "Please Select")
{
document.getElementById('dual_qs_box4').style.border = "1px solid #c2c2c2";
dual_qs_box4_error.textContent = "";
}
} // Dual Zone Mini Split Sizer end
//Tri Zone Mini Split Sizer start
function Validatethree()
{
var strUserthree2 = $('select#three_qs_box3 option:selected').attr('data-rc');
var strUserthree3 = $('select#three_qs_box4 option:selected').attr('data-rc');
var strUserthree4 = $('select#three_qs_box5 option:selected').attr('data-rc');
if(strUserthree2 == "not")
{
document.getElementById('three_qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('three_qs_box3').style.border = "1px solid rgb(255, 124, 120)";
three_qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUserthree3 == "not")
{
document.getElementById('three_qs_box4_error').style.color = "rgb(255, 124, 120)";
document.getElementById('three_qs_box4').style.border = "1px solid rgb(255, 124, 120)";
three_qs_box4_error.textContent = "This is required field";
return false;
}
else if(strUserthree4 == "not")
{
document.getElementById('three_qs_box5_error').style.color = "rgb(255, 124, 120)";
document.getElementById('three_qs_box5').style.border = "1px solid rgb(255, 124, 120)";
three_qs_box5_error.textContent = "This is required field";
return false;
}
else {
var output = [];
output.push($('select#three_qs_box3 option:selected').attr('data-rc'));
output.push($('select#three_qs_box4 option:selected').attr('data-rc'));
output.push($('select#three_qs_box5 option:selected').attr('data-rc'));
var z = $('select#three_qs_box_mount option:selected').attr('data-rc')
var key=output.sort((a, b) => a - b);
var key1=key.join("-");
if(z == 'not')
{
// alert(key1);
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/tri-zone-ductless-mini-split-systems/filter/indoorunitcomb/'+key1+'.html';
}else
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/tri-zone-ductless-mini-split-systems/filter/mini_split_type/'+z+'/indoorunitcomb/'+key1+'.html';
}
}
}
function Validatethree3()
{
var t5 = document.getElementById("three_qs_box3");
var strUserthree2 = t5.options[t5.selectedIndex].text;
$("#three_qs_box4").val("0");
$("#three_qs_box5").val("0");
if(strUserthree2 != "Please Select")
{
document.getElementById('three_qs_box3').style.border = "1px solid #c2c2c2";
three_qs_box3_error.textContent = "";
}
}
function Changethree4()
{
var t6 = document.getElementById("three_qs_box4");
var strUserthree3 = t6.options[t6.selectedIndex].text;
if(strUserthree3 != "Please Select")
{
document.getElementById('three_qs_box4').style.border = "1px solid #c2c2c2";
three_qs_box4_error.textContent = "";
}
}
function Changethree5()
{
var t7 = document.getElementById("three_qs_box5");
var strUserthree4 = t7.options[t7.selectedIndex].text;
if(strUserthree4 != "Please Select")
{
document.getElementById('three_qs_box5').style.border = "1px solid #c2c2c2";
three_qs_box5_error.textContent = "";
}
} // Tri Zone Mini Split Sizer end
//4 Zone Mini Split Sizer start
function Validatefour()
{ var r1 = document.getElementById("four_qs_box3");
var strUserfour3 = r1.options[r1.selectedIndex].text;
var r2 = document.getElementById("four_qs_box4")
var strUserfour4 = r2.options[r2.selectedIndex].text;
var r3 = document.getElementById("four_qs_box5")
var strUserfour5 = r3.options[r3.selectedIndex].text;
var r4 = document.getElementById("four_qs_box6")
var strUserfour6 = r4.options[r4.selectedIndex].text;
if(strUserfour3 == "Please Select")
{
document.getElementById('four_qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('four_qs_box3').style.border = "1px solid rgb(255, 124, 120)";
four_qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUserfour4 == "Please Select")
{
document.getElementById('four_qs_box4_error').style.color = "rgb(255, 124, 120)";
document.getElementById('four_qs_box4').style.border = "1px solid rgb(255, 124, 120)";
four_qs_box4_error.textContent = "This is required field";
return false;
}
else if(strUserfour5 == "Please Select")
{
document.getElementById('four_qs_box5_error').style.color = "rgb(255, 124, 120)";
document.getElementById('four_qs_box5').style.border = "1px solid rgb(255, 124, 120)";
four_qs_box5_error.textContent = "This is required field";
return false;
}
else if(strUserfour6 == "Please Select")
{
document.getElementById('four_qs_box6_error').style.color = "rgb(255, 124, 120)";
document.getElementById('four_qs_box6').style.border = "1px solid rgb(255, 124, 120)";
four_qs_box6_error.textContent = "This is required field";
return false;
}
else {
var output = [];
output.push($('select#four_qs_box3 option:selected').attr('data-rc'));
output.push($('select#four_qs_box4 option:selected').attr('data-rc'));
output.push($('select#four_qs_box5 option:selected').attr('data-rc'));
output.push($('select#four_qs_box6 option:selected').attr('data-rc'));
var x2 = $('select#four_qs_box_mount option:selected').attr('data-rc')
var key=output.sort((a, b) => a - b);
var key1=key.join("-");
// alert(key1);
if(x2 == 'not')
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/quad-zone-ductless-mini-split-systems/filter/indoorunitcomb/'+key1+'.html';
}else
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/quad-zone-ductless-mini-split-systems/filter/mini_split_type/'+x2+'/indoorunitcomb/'+key1+'.html';
}
}
}
function Validatefour3()
{
var r6 = document.getElementById("four_qs_box3");
var strUserfour3 = r6.options[r6.selectedIndex].text;
$("#four_qs_box4").val("0");
$("#four_qs_box5").val("0");
$("#four_qs_box6").val("0");
$("#four_qs_box_mount").val("0");
if(strUserfour3 != "Please Select")
{
document.getElementById('four_qs_box3').style.border = "1px solid #c2c2c2";
four_qs_box3_error.textContent = "";
}
}
function Changefour4()
{
var r7 = document.getElementById("four_qs_box4");
var strUserfour4 = r7.options[r7.selectedIndex].text;
if(strUserfour4 != "Please Select")
{
document.getElementById('four_qs_box4').style.border = "1px solid #c2c2c2";
four_qs_box4_error.textContent = "";
}
}
function Changefour5()
{
var r8 = document.getElementById("four_qs_box5");
var strUserfour5 = r8.options[r8.selectedIndex].text;
if(strUserfour5 != "Please Select")
{
document.getElementById('four_qs_box5').style.border = "1px solid #c2c2c2";
four_qs_box5_error.textContent = "";
}
}
function Changefour6()
{
var r9 = document.getElementById("four_qs_box6");
var strUserfour6 = r9.options[r9.selectedIndex].text;
if(strUserfour6 != "Please Select")
{
document.getElementById('four_qs_box6').style.border = "1px solid #c2c2c2";
four_qs_box6_error.textContent = "";
}
}
//4 Zone Mini Split Sizer end
//5 Zone Mini Split Sizer start
function Validatefive()
{
var f5 = document.getElementById("five_qs_box3")
var strUserf3 = f5.options[f5.selectedIndex].text;
var f5 = document.getElementById("five_qs_box4")
var strUserf4 = f5.options[f5.selectedIndex].text;
var f5 = document.getElementById("five_qs_box5")
var strUserf5 = f5.options[f5.selectedIndex].text;
var f5 = document.getElementById("five_qs_box6")
var strUserf6 = f5.options[f5.selectedIndex].text;
var f5 = document.getElementById("five_qs_box7")
var strUserf7 = f5.options[f5.selectedIndex].text;
if(strUserf3 == "Please Select")
{
document.getElementById('five_qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('five_qs_box3').style.border = "1px solid rgb(255, 124, 120)";
five_qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUserf4 == "Please Select")
{
document.getElementById('five_qs_box4_error').style.color = "rgb(255, 124, 120)";
document.getElementById('five_qs_box4').style.border = "1px solid rgb(255, 124, 120)";
five_qs_box4_error.textContent = "This is required field";
return false;
}
else if(strUserf5 == "Please Select")
{
document.getElementById('five_qs_box5_error').style.color = "rgb(255, 124, 120)";
document.getElementById('five_qs_box5').style.border = "1px solid rgb(255, 124, 120)";
five_qs_box5_error.textContent = "This is required field";
return false;
}
else if(strUserf6 == "Please Select")
{
document.getElementById('five_qs_box6_error').style.color = "rgb(255, 124, 120)";
document.getElementById('five_qs_box6').style.border = "1px solid rgb(255, 124, 120)";
five_qs_box6_error.textContent = "This is required field";
return false;
}
else if(strUserf7 == "Please Select")
{
document.getElementById('five_qs_box7_error').style.color = "rgb(255, 124, 120)";
document.getElementById('five_qs_box7').style.border = "1px solid rgb(255, 124, 120)";
five_qs_box7_error.textContent = "This is required field";
return false;
}
else{
var output = [];
output.push($('select#five_qs_box3 option:selected').attr('data-rc'));
output.push($('select#five_qs_box4 option:selected').attr('data-rc'));
output.push($('select#five_qs_box5 option:selected').attr('data-rc'));
output.push($('select#five_qs_box6 option:selected').attr('data-rc'));
output.push($('select#five_qs_box7 option:selected').attr('data-rc'));
var x = $('select#five_qs_box_mount option:selected').attr('data-rc')
var key=output.sort((a, b) => a - b);
var key1=key.join("-");
// alert(key1);
if(x == 'not')
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/five-zone-mini-split-systems/filter/indoorunitcomb/'+key1+'.html';
}else
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/five-zone-mini-split-systems/filter/mini_split_type/'+x+'/indoorunitcomb/'+key1+'.html';
}
}
}
function Validate5()
{
var f5 = document.getElementById("five_qs_box3");
var strUserf3 = f5.options[f5.selectedIndex].text;
$("#five_qs_box4").val("0");
$("#five_qs_box5").val("0");
$("#five_qs_box6").val("0");
$("#five_qs_box7").val("0");
if(strUserf3 != "Please Select")
{
document.getElementById('five_qs_box3').style.border = "1px solid #c2c2c2";
five_qs_box3_error.textContent = "";
}
}
function Changefivebox4()
{
var f5 = document.getElementById("five_qs_box4");
var strUserf4 = f5.options[f5.selectedIndex].text;
if(strUserf4 != "Please Select")
{
document.getElementById('five_qs_box4').style.border = "1px solid #c2c2c2";
five_qs_box4_error.textContent = "";
}
}
function Changefivebox5()
{
var f5 = document.getElementById("five_qs_box5");
var strUserf5 = f5.options[f5.selectedIndex].text;
if(strUserf5 != "Please Select")
{
document.getElementById('five_qs_box5').style.border = "1px solid #c2c2c2";
five_qs_box5_error.textContent = "";
}
}
function Changefivebox6()
{
var f5= document.getElementById("five_qs_box6");
var strUserf6 = f5.options[f5.selectedIndex].text;
if(strUserf6 != "Please Select")
{
document.getElementById('five_qs_box6').style.border = "1px solid #c2c2c2";
five_qs_box6_error.textContent = "";
}
}
function Changefivebox7()
{
var f5 = document.getElementById("five_qs_box7");
var strUserf7 = f5.options[f5.selectedIndex].text;
if(strUserf7 != "Please Select")
{
document.getElementById('five_qs_box7').style.border = "1px solid #c2c2c2";
five_qs_box7_error.textContent = "";
}
} //5 Zone Mini Split Sizer end
//high efficient furnance system start
function furnacefrom()
{
var e = document.getElementById("qs_box_first_furnace");
var strUser1 = e.options[e.selectedIndex].text;
if(strUser1 == "Please Select" )
{
document.getElementById('error_first_furnace').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box_first_furnace').style.border = "1px solid rgb(255, 124, 120)";
error_first_furnace.textContent = "This is required field";
$('#qs_box_second_furnace').attr('disabled','disabled');
document.getElementById('qs_box_second_furnace').style.border = "1px solid #c2c2c2";
qs_box_second_furnace_error.textContent = "";
return false;
}
else
{
document.getElementById('qs_box_first_furnace').style.border = "1px solid #c2c2c2";
error_first_furnace.textContent = "";
}
var f = document.getElementById("qs_box_second_furnace");
var strUser2 = f.options[f.selectedIndex].text;
if(strUser2 == "Please Select")
{
document.getElementById('qs_box_second_furnace_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box_second_furnace').style.border = "1px solid rgb(255, 124, 120)";
qs_box_second_furnace_error.textContent = "This is required field";
return false;
}
else
{
document.getElementById('qs_box_second_furnace').style.border = "1px solid #c2c2c2";
qs_box_second_furnace_error.textContent = "";
}
var option_value2 = $('select#qs_box_third_furnace option:selected').attr('data-rc');
var x1 = $('select#qs_box_first_furnace option:selected').attr('data-rc');
var x2 = $('select#qs_box_second_furnace option:selected').attr('data-rc');
var x3 = $('select#qs_box_third_furnace option:selected').attr('data-rc');
if(option_value2 == "please select")
{
window.location.href ='https://hvacdirect.com/furnace-air-conditioner-systems/filter/nominal_capacity_group/'+x1+'/btu_heating/'+x2+'/afue/92-1,96.html';
}
else if(option_value2 != "please select")
{
window.location.href ='https://hvacdirect.com/furnace-air-conditioner-systems/filter/nominal_capacity_group/'+x1+'/btu_heating/'+x2+'/afue/92-1,96/cabinet_width/'+x3+'.html';
}
else
{
document.getElementById('qs_box_third_furnace').style.border = "1px solid #c2c2c2";
}
}
function CSSfurnace()
{
$('#qs_box_second_furnace').removeAttr('disabled');
$('#top-heading-first-furnace').css('display','block');
document.getElementById('qs_box_first_furnace').style.border = "1px solid #c2c2c2";
error_first_furnace.textContent = '';
}
function changefurnace()
{
var x = document.getElementById("qs_box_first_furnace");
var strUser11 = x.options[x.selectedIndex].text;
var option_value = $('select#qs_box_first_furnace option:selected').attr('data-id');
$('.input_cols.box_third_div_furnace,#qs_box_third_furnace').css('display','');
$('#qs_box_third_furnace').attr('disabled','disabled');
$('#top-heading-first-furnace').html('');
$('#box_third-top-heading_furnace').css('display','none');
document.getElementById('qs_box_third_furnace').style.border = "1px solid #c2c2c2";
document.getElementById('qs_box_second_furnace').style.border = "1px solid #c2c2c2";
qs_box_second_furnace_error.textContent = "";
if(strUser11 == "Please Select" )
{
$('#qs_box_second_furnace').attr('disabled','disabled');
$('#top-heading-first-furnace').css('display','none');
$('#qs_box_third_furnace,#qs_box_second_furnace').css('font-size','0px');
$('#qs_box_third_furnace, .input_cols.box_third_div_furnace').css('display','');
return false;
}
if(option_value != 'option-0')
{
$("#top-heading-first-furnace").text("Furnaces BTU");
$('#qs_box_third_furnace').css('display','');
$('#qs_box_third_furnace').removeAttr('disabled');
$('#box_third-top-heading_furnace').css('display','block');
$("#box_third-top-heading_furnace").text("Width (optional)");
$('#qs_box_third_furnace,#qs_box_second_furnace').css('font-size','14px');
$("#top-heading-first-furnace, #box_third-top-heading_furnace").css('margin-top','-18px');
CSSfurnace();
}
}
function changefurnace2()
{
var y = document.getElementById("qs_box_second_furnace");
var strUser22 = y.options[y.selectedIndex].text;
if(strUser22 !== "Please Select")
{
document.getElementById('qs_box_second_furnace').style.border = "1px solid #c2c2c2";
qs_box_second_furnace_error.textContent = "";
}
} //high efficient furnance system start end
//High Efficient Furnace(Furnace Only) start
function FurnanceHighVal()
{
var s1 = $('select#qs_box1_high_furnace option:selected').attr('data-rc');
if(s1 == "select" )
{
document.getElementById('error_first_high_furnace').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box1_high_furnace').style.border = "1px solid rgb(255, 124, 120)";
error_first_high_furnace.textContent = "This is required field";
$("#btnSubmitt").css('margin-top','42px');
return false;
}
else
{
document.getElementById('qs_box1_high_furnace').style.border = "1px solid #c2c2c2";
error_first_high_furnace.textContent = "";
}
var s2 = $('select#qs_box2_high_furnace option:selected').attr('data-rc');
if(s2== "select")
{
window.location.href ='https://hvacdirect.com/furnaces/filter/afue/92-1,96/btu_heating/'+s1+'.html';
}
else
{
window.location.href ='https://hvacdirect.com/furnaces/filter/afue/92-1,96/btu_heating/'+s1+'/cabinet_width/'+s2+'.html';
document.getElementById('qs_box2_high_furnace').style.border = "1px solid #c2c2c2";
}
}
function ChangeFurnanceBTU()
{
var s1 = $('select#qs_box1_high_furnace option:selected').attr('data-rc');
if(s1 == "select" )
{
$('#qs_box2_high_furnace').attr('disabled','disabled');
$('#box2-top-heading-high-furnace').css('display','none');
document.getElementById("qs_box2_high_furnace").style.fontSize = "0";
document.getElementById('qs_box2_high_furnace').style.border = "1px solid #c2c2c2";
return false;
}
else {
$("#top-heading-first").text("Furnaces BTU");
$('#qs_box2_high_furnace').removeAttr('disabled');
$('#qs_box2_high_furnace').css('font-size','14px');
$('#box2-top-heading-high-furnace').css('display','block');
$("#box2-top-heading-high-furnace").text("Width (optional)");
$("#box2-top-heading-high-furnace").css('margin-top','-18px');
error_first_high_furnace.textContent = "";
document.getElementById('qs_box1_high_furnace').style.border = "1px solid #c2c2c2";
}
} //High Efficient Furnace(Furnace Only) end
// Standard Efficient Furnace(Furnace Only) start
function StandardVal()
{
var s1 = $('select#qs_box11 option:selected').attr('data-rc');
if(s1 == "select" )
{
document.getElementById('error_first').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box11').style.border = "1px solid rgb(255, 124, 120)";
error_first.textContent = "This is required field";
$("#btnSubmitt").css('margin-top','42px');
return false;
}
else
{
document.getElementById('qs_box11').style.border = "1px solid #c2c2c2";
error_first.textContent = "";
}
var s2 = $('select#qs_box33 option:selected').attr('data-rc');
if(s2== "select")
{
window.location.href ='https://hvacdirect.com/furnaces/filter/afue/80/btu_heating/'+s1+'.html';
}
else
{
window.location.href ='https://hvacdirect.com/furnaces/filter/afue/80/btu_heating/'+s1+'/cabinet_width/'+s2+'.html';
document.getElementById('qs_box33').style.border = "1px solid #c2c2c2";
}
}
function ChangeBTU()
{
var s1 = $('select#qs_box11 option:selected').attr('data-rc');
if(s1 == "select" )
{
$('#qs_box33').attr('disabled','disabled');
$('#box33-top-heading').css('display','none');
$('#qs_box33').css('font-size','0px');
document.getElementById('qs_box33').style.border = "1px solid #c2c2c2";
return false;
}
else {
$("#top-heading-first").text("Furnaces BTU");
$('#qs_box33').removeAttr('disabled');
$('#box33-top-heading').css('display','block');
$("#box33-top-heading").text("Width (optional)");
$('#qs_box33').css('font-size','14px');
$("#box33-top-heading").css('margin-top','-18px');
error_first.textContent = "";
document.getElementById('qs_box11').style.border = "1px solid #c2c2c2";
}
}
// Standard Efficient Furnace(Furnace Only) end
//Standard Efficient Furnaces(Air Conditioner & Furnace System) start
function airfurnacestdfrom()
{
var e = document.getElementById("qs_box_first_air_furnace_std");
var strUser1 = e.options[e.selectedIndex].text;
if(strUser1 == "Please Select" )
{
document.getElementById('error_first_furnace_air_std').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box_first_air_furnace_std').style.border = "1px solid rgb(255, 124, 120)";
error_first_furnace_air_std.textContent = "This is required field";
$('#qs_box_second_air_furnace_std').attr('disabled','disabled');
document.getElementById('qs_box_second_air_furnace_std').style.border = "1px solid #c2c2c2";
qs_box_second_air_furnace_std_error.textContent = "";
return false;
}
else
{
document.getElementById('qs_box_first_air_furnace_std').style.border = "1px solid #c2c2c2";
error_first_furnace_air_std.textContent = "";
}
var f = document.getElementById("qs_box_second_air_furnace_std");
var strUser2 = f.options[f.selectedIndex].text;
if(strUser2 == "Please Select")
{
document.getElementById('qs_box_second_air_furnace_std_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box_second_air_furnace_std').style.border = "1px solid rgb(255, 124, 120)";
qs_box_second_air_furnace_std_error.textContent = "This is required field";
return false;
}
else
{
document.getElementById('qs_box_second_air_furnace_std').style.border = "1px solid #c2c2c2";
qs_box_second_air_furnace_std_error.textContent = "";
}
var option_value2 = $('select#qs_box_third_air_furnace_std option:selected').attr('data-rc');
var x1 = $('select#qs_box_first_air_furnace_std option:selected').attr('data-rc');
var x2 = $('select#qs_box_second_air_furnace_std option:selected').attr('data-rc');
var x3 = $('select#qs_box_third_air_furnace_std option:selected').attr('data-rc');
if(option_value2 == "please select")
{
window.location.href ='https://hvacdirect.com/furnace-air-conditioner-systems/filter/afue/80/btu_heating/'+x2+'/nominal_capacity_group/'+x1+'.html';
}
else if(option_value2 != "please select")
{
window.location.href ='https://hvacdirect.com/furnace-air-conditioner-systems/filter/afue/80/btu_heating/'+x2+'/nominal_capacity_group/'+x1+'/cabinet_width/'+x3+'.html';
}
else
{
document.getElementById('qs_box_third_air_furnace_std').style.border = "1px solid #c2c2c2";
}
}
function CSSFurnaceAirStd()
{
$('#qs_box_second_air_furnace_std').removeAttr('disabled');
$('#top-heading-first-furnace-air-std').css('display','block');
document.getElementById('qs_box_first_air_furnace_std').style.border = "1px solid #c2c2c2";
error_first_furnace_air_std.textContent = '';
}
function changeAirfurnaceStd()
{
var x = document.getElementById("qs_box_first_air_furnace_std");
var strUser11 = x.options[x.selectedIndex].text;
var option_value = $('select#qs_box_first_air_furnace_std option:selected').attr('data-id');
$('.input_cols.box_third_div_furnace_air_std,#qs_box_third_air_furnace_std').css('display','');
$('#qs_box_third_air_furnace_std').attr('disabled','disabled');
$('#box_third-heading_furnace_air_std').css('display','none');
document.getElementById('qs_box_third_air_furnace_std').style.border = "1px solid #c2c2c2";
document.getElementById('qs_box_second_air_furnace_std').style.border = "1px solid #c2c2c2";
qs_box_second_air_furnace_std_error.textContent = "";
if(strUser11 == "Please Select" )
{
$('#qs_box_second_air_furnace_std').attr('disabled','disabled');
$('#top-heading-first-furnace-air-std').css('display','none');
$('#qs_box_second_air_furnace_std,#qs_box_third_air_furnace_std').css('font-size','0px');
$('#qs_box_third_air_furnace_std, .input_cols.box_third_div_furnace_air_std').css('display','');
return false;
}
if(option_value != 'option-0')
{
$("#top-heading-first-furnace-air-std").text("Furnaces BTU");
$('#qs_box_third_air_furnace_std').css('display','');
$('#qs_box_third_air_furnace_std').removeAttr('disabled');
$('#box_third-heading_furnace_air_std').css('display','block');
$('#qs_box_second_air_furnace_std,#qs_box_third_air_furnace_std').css('font-size','14px');
$("#box_third-heading_furnace_air_std").text("Width (optional)");
$("#top-heading-first-furnace-air-std, #box_third-heading_furnace_air_std").css('margin-top','-18px');
CSSFurnaceAirStd();
}
}
function changeAirfurnaceStd2()
{
var y = document.getElementById("qs_box_second_air_furnace_std");
var strUser22 = y.options[y.selectedIndex].text;
if(strUser22 !== "Please Select")
{
document.getElementById('qs_box_second_air_furnace_std').style.border = "1px solid #c2c2c2";
qs_box_second_air_furnace_std_error.textContent = "";
}
}
//Standard Efficient Furnaces(Air Conditioner & Furnace System) end
//quick search form start
function Validate()
{
var e = document.getElementById("qs_box1");
var strUser1 = e.options[e.selectedIndex].text;
var option_value_ac = $('select#qs_box1 option:selected').attr('data-id');
if(strUser1 == "Please Select" )
{
document.getElementById('error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box1').style.border = "1px solid rgb(255, 124, 120)";
error.textContent = "This is required field";
$('#qs_box2').attr('disabled','disabled');
$('#qs_box2').html('');
document.getElementById('qs_box2').style.border = "1px solid #c2c2c2";
qs_box2_error.textContent = "";
return false;
}
else
{
document.getElementById('qs_box1').style.border = "1px solid #c2c2c2";
error.textContent = "";
}
var f = document.getElementById("qs_box2");
var strUser2 = f.options[f.selectedIndex].text;
var c1 = $('select#qs_box2 option:selected').attr('data-rc');
var c2 = $('select#qs_box3 option:selected').attr('data-rc');
if(strUser2 == "Please Select")
{
document.getElementById('qs_box2_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box2').style.border = "1px solid rgb(255, 124, 120)";
qs_box2_error.textContent = "This is required field";
return false;
}
else if(strUser1 == "Heat Pump Systems")
{
window.location.href ='https://hvacdirect.com/heat-pump-split-systems/filter/nominal_capacity_group/'+c1+'.html';
}
else if(strUser1 == "Heat Pump Condensers")
{
window.location.href = 'https://hvacdirect.com/heat-pump-condensers-ac/filter/nominal_capacity/'+c1+'.html';
}
else if(strUser1 == "Air Conditioner Condensers")
{
window.location.href = 'https://hvacdirect.com/air-conditioner-condensers/filter/nominal_capacity/'+c1+'.html';
}
else if(option_value_ac == "tankless-heaters")
{
window.location.href ='https://hvacdirect.com/water-heaters/tankless-water-heaters/filter/'+c1+'.html';
}
else if(option_value_ac == "ac-only-system")
{
window.location.href ='https://hvacdirect.com/air-conditioning-systems/filter/'+c1+'.html';
}
else
{
document.getElementById('qs_box2').style.border = "1px solid #c2c2c2";
qs_box2_error.textContent = "";
}
if(strUser2!="Hot Water Heaters")
{
var g = document.getElementById("qs_box3");
var strUser3 = g.options[g.selectedIndex].text;
}
if(strUser1=="Air Conditioners and Furnaces" || strUser1=="Unit Heaters")
{
var h = document.getElementById("qs_box4");
var strUser4 = h.options[h.selectedIndex].text;
}
var a1 = $('select#qs_box2 option:selected').attr('data-rc');
var a2 = $('select#qs_box3 option:selected').attr('data-rc');
if(strUser3 == "Please Select" && strUser1=="Air Conditioners and Furnaces")
{
document.getElementById('qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box3').style.border = "1px solid rgb(255, 124, 120)";
qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUser3 == "Please Select" && strUser1=="Unit Heaters" && strUser2 !="Hot Water Heaters")
{
document.getElementById('qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box3').style.border = "1px solid rgb(255, 124, 120)";
qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUser4 == "Please Select" && strUser1=="Unit Heaters")
{
document.getElementById('qs_box4_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box4').style.border = "1px solid rgb(255, 124, 120)";
qs_box4_error.textContent = "This is required field";
return false;
}
else if(strUser3 == "Please Select" && strUser1=="Packaged Units")
{
document.getElementById('qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box3').style.border = "1px solid rgb(255, 124, 120)";
qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUser3 != "Please Select" && strUser1 == "Packaged Units")
{
window.location.href ='https://hvacdirect.com/packaged-rooftop-units/'+a1+'/filter/nominal_capacity/'+a2+'.html';
}
else if(strUser1 == "Furnaces" && strUser3== "Please Select")
{
window.location.href ='https://hvacdirect.com/furnaces/filter/btu_heating/'+a1+'.html';
//$("#qs_box1 option[value='0']").prop('selected', true);
}
else if(strUser1 == "Furnaces" && strUser3!= "Please Select")
{
window.location.href ='https://hvacdirect.com/furnaces/filter/afue/'+a2+'/btu_heating/'+a1+'.html';
}
else
{
document.getElementById('qs_box3').style.border = "1px solid #c2c2c2";
qs_box3_error.textContent = "";
}
if(strUser2 == "Single Zone")
{
var g = document.getElementById("qs_box3")
var strUser3 = g.options[g.selectedIndex].text;
if(strUser1 == "Mini-Split System" && strUser3 == "Please Select")
{
document.getElementById('qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box3').style.border = "1px solid rgb(255, 124, 120)";
qs_box3_error.textContent = "This is required field";
return false;
}
else{
var sz = $('select#qs_box3 option:selected').attr('data-rc')
var x = $('select#qs_box_mount option:selected').attr('data-rc')
if(x == 'not')
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/single-zone-ductless-mini-splits/filter/btu_tonnage/'+sz+'.html';
}
else
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/single-zone-ductless-mini-splits/filter/btu_tonnage/'+sz+'/mini_split_type/'+x+'.html';
}
}
}
else if(strUser2 == "Dual Zone")
{
var g = document.getElementById("qs_box3");
var strUser3 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box4")
var strUser4 = g.options[g.selectedIndex].text;
if(strUser3 == "Please Select")
{
document.getElementById('qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box3').style.border = "1px solid rgb(255, 124, 120)";
qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUser4 == "Please Select")
{
document.getElementById('qs_box4_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box4').style.border = "1px solid rgb(255, 124, 120)";
qs_box4_error.textContent = "This is required field";
return false;
}
else{
var y = $('select#qs_box_mount option:selected').attr('data-rc')
var output = [];
output.push($('select#qs_box3 option:selected').attr('data-rc'));
output.push($('select#qs_box4 option:selected').attr('data-rc'));
var key=output.sort((a, b) => a - b);
var key1=key.join("-");
if(y == 'not')
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/dual-zone-ductless-mini-split-systems/filter/indoorunitcomb/'+key1+'.html';
}
else {
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/dual-zone-ductless-mini-split-systems/filter/mini_split_type/'+y+'/indoorunitcomb/'+key1+'.html';
}
}
}
else if(strUser2 == "Three Zone")
{
var g = document.getElementById("qs_box3")
var strUser3 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box4")
var strUser4 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box5")
var strUser5 = g.options[g.selectedIndex].text;
if(strUser3 == "Please Select")
{
document.getElementById('qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box3').style.border = "1px solid rgb(255, 124, 120)";
qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUser4 == "Please Select")
{
document.getElementById('qs_box4_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box4').style.border = "1px solid rgb(255, 124, 120)";
qs_box4_error.textContent = "This is required field";
return false;
}
else if(strUser5 == "Please Select")
{
document.getElementById('qs_box5_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box5').style.border = "1px solid rgb(255, 124, 120)";
qs_box5_error.textContent = "This is required field";
return false;
}
else{
var output = [];
output.push($('select#qs_box3 option:selected').attr('data-rc'));
output.push($('select#qs_box4 option:selected').attr('data-rc'));
output.push($('select#qs_box5 option:selected').attr('data-rc'));
var z = $('select#qs_box_mount option:selected').attr('data-rc')
var key=output.sort((a, b) => a - b);
var key1=key.join("-");
if(z == 'not')
{
// alert(key1);
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/tri-zone-ductless-mini-split-systems/filter/indoorunitcomb/'+key1+'.html';
}else
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/tri-zone-ductless-mini-split-systems/filter/mini_split_type/'+z+'/indoorunitcomb/'+key1+'.html';
}
}
}
else if(strUser2 == "Four Zone")
{
var g = document.getElementById("qs_box3")
var strUser3 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box4")
var strUser4 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box5")
var strUser5 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box6")
var strUser6 = g.options[g.selectedIndex].text;
if(strUser3 == "Please Select")
{
document.getElementById('qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box3').style.border = "1px solid rgb(255, 124, 120)";
qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUser4 == "Please Select")
{
document.getElementById('qs_box4_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box4').style.border = "1px solid rgb(255, 124, 120)";
qs_box4_error.textContent = "This is required field";
return false;
}
else if(strUser5 == "Please Select")
{
document.getElementById('qs_box5_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box5').style.border = "1px solid rgb(255, 124, 120)";
qs_box5_error.textContent = "This is required field";
return false;
}
else if(strUser6 == "Please Select")
{
document.getElementById('qs_box6_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box6').style.border = "1px solid rgb(255, 124, 120)";
qs_box6_error.textContent = "This is required field";
return false;
}
else {
var output = [];
output.push($('select#qs_box3 option:selected').attr('data-rc'));
output.push($('select#qs_box4 option:selected').attr('data-rc'));
output.push($('select#qs_box5 option:selected').attr('data-rc'));
output.push($('select#qs_box6 option:selected').attr('data-rc'));
var x = $('select#qs_box_mount option:selected').attr('data-rc')
var key=output.sort((a, b) => a - b);
var key1=key.join("-");
// alert(key1);
if(x == 'not')
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/quad-zone-ductless-mini-split-systems/filter/indoorunitcomb/'+key1+'.html';
}else
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/quad-zone-ductless-mini-split-systems/filter/mini_split_type/'+x+'/indoorunitcomb/'+key1+'.html';
}
}
}
else if(strUser2 == "Five Zone")
{
var g = document.getElementById("qs_box3")
var strUser3 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box4")
var strUser4 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box5")
var strUser5 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box6")
var strUser6 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box7")
var strUser7 = g.options[g.selectedIndex].text;
if(strUser3 == "Please Select")
{
document.getElementById('qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box3').style.border = "1px solid rgb(255, 124, 120)";
qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUser4 == "Please Select")
{
document.getElementById('qs_box4_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box4').style.border = "1px solid rgb(255, 124, 120)";
qs_box4_error.textContent = "This is required field";
return false;
}
else if(strUser5 == "Please Select")
{
document.getElementById('qs_box5_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box5').style.border = "1px solid rgb(255, 124, 120)";
qs_box5_error.textContent = "This is required field";
return false;
}
else if(strUser6 == "Please Select")
{
document.getElementById('qs_box6_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box6').style.border = "1px solid rgb(255, 124, 120)";
qs_box6_error.textContent = "This is required field";
return false;
}
else if(strUser7 == "Please Select")
{
document.getElementById('qs_box7_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box7').style.border = "1px solid rgb(255, 124, 120)";
qs_box7_error.textContent = "This is required field";
return false;
}
else{
var output = [];
output.push($('select#qs_box3 option:selected').attr('data-rc'));
output.push($('select#qs_box4 option:selected').attr('data-rc'));
output.push($('select#qs_box5 option:selected').attr('data-rc'));
output.push($('select#qs_box6 option:selected').attr('data-rc'));
output.push($('select#qs_box7 option:selected').attr('data-rc'));
var x = $('select#qs_box_mount option:selected').attr('data-rc')
var key=output.sort((a, b) => a - b);
var key1=key.join("-");
// alert(key1);
if(x == 'not')
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/five-zone-mini-split-systems/filter/indoorunitcomb/'+key1+'.html';
}else
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/five-zone-mini-split-systems/filter/mini_split_type/'+x+'/indoorunitcomb/'+key1+'.html';
}
}
}
else if(strUser2 == "Six Zone")
{
var g = document.getElementById("qs_box3")
var strUser3 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box4")
var strUser4 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box5")
var strUser5 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box6")
var strUser6 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box7")
var strUser7 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box8")
var strUser8 = g.options[g.selectedIndex].text;
if(strUser3 == "Please Select")
{
document.getElementById('qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box3').style.border = "1px solid rgb(255, 124, 120)";
qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUser4 == "Please Select")
{
document.getElementById('qs_box4_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box4').style.border = "1px solid rgb(255, 124, 120)";
qs_box4_error.textContent = "This is required field";
return false;
}
else if(strUser5 == "Please Select")
{
document.getElementById('qs_box5_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box5').style.border = "1px solid rgb(255, 124, 120)";
qs_box5_error.textContent = "This is required field";
return false;
}
else if(strUser6 == "Please Select")
{
document.getElementById('qs_box6_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box6').style.border = "1px solid rgb(255, 124, 120)";
qs_box6_error.textContent = "This is required field";
return false;
}
else if(strUser7 == "Please Select")
{
document.getElementById('qs_box7_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box7').style.border = "1px solid rgb(255, 124, 120)";
qs_box7_error.textContent = "This is required field";
return false;
}
else if(strUser8 == "Please Select")
{
document.getElementById('qs_box8_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box8').style.border = "1px solid rgb(255, 124, 120)";
qs_box8_error.textContent = "This is required field";
return false;
}
else{
var output = [];
output.push($('select#qs_box3 option:selected').attr('data-rc'));
output.push($('select#qs_box4 option:selected').attr('data-rc'));
output.push($('select#qs_box5 option:selected').attr('data-rc'));
output.push($('select#qs_box6 option:selected').attr('data-rc'));
output.push($('select#qs_box7 option:selected').attr('data-rc'));
output.push($('select#qs_box8 option:selected').attr('data-rc'));
var x = $('select#qs_box_mount option:selected').attr('data-rc')
var key=output.sort((a, b) => a - b);
var key1=key.join("-");
// alert(key1);
if(x == 'not')
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/six-zone-mini-split-systems/filter/indoorunitcomb/'+key1+'.html';
}else
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/six-zone-mini-split-systems/filter/mini_split_type/'+x+'/indoorunitcomb/'+key1+'.html';
}
}
}
else if(strUser2 == "Seven Zone")
{
var g = document.getElementById("qs_box3")
var strUser3 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box4")
var strUser4 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box5")
var strUser5 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box6")
var strUser6 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box7")
var strUser7 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box8")
var strUser8 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box9")
var strUser9 = g.options[g.selectedIndex].text;
if(strUser3 == "Please Select")
{
document.getElementById('qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box3').style.border = "1px solid rgb(255, 124, 120)";
qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUser4 == "Please Select")
{
document.getElementById('qs_box4_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box4').style.border = "1px solid rgb(255, 124, 120)";
qs_box4_error.textContent = "This is required field";
return false;
}
else if(strUser5 == "Please Select")
{
document.getElementById('qs_box5_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box5').style.border = "1px solid rgb(255, 124, 120)";
qs_box5_error.textContent = "This is required field";
return false;
}
else if(strUser6 == "Please Select")
{
document.getElementById('qs_box6_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box6').style.border = "1px solid rgb(255, 124, 120)";
qs_box6_error.textContent = "This is required field";
return false;
}
else if(strUser7 == "Please Select")
{
document.getElementById('qs_box7_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box7').style.border = "1px solid rgb(255, 124, 120)";
qs_box7_error.textContent = "This is required field";
return false;
}
else if(strUser8 == "Please Select")
{
document.getElementById('qs_box8_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box8').style.border = "1px solid rgb(255, 124, 120)";
qs_box8_error.textContent = "This is required field";
return false;
}
else if(strUser9 == "Please Select")
{
document.getElementById('qs_box9_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box9').style.border = "1px solid rgb(255, 124, 120)";
qs_box9_error.textContent = "This is required field";
return false;
}
else {
var output = [];
output.push($('select#qs_box3 option:selected').attr('data-rc'));
output.push($('select#qs_box4 option:selected').attr('data-rc'));
output.push($('select#qs_box5 option:selected').attr('data-rc'));
output.push($('select#qs_box6 option:selected').attr('data-rc'));
output.push($('select#qs_box7 option:selected').attr('data-rc'));
output.push($('select#qs_box8 option:selected').attr('data-rc'));
output.push($('select#qs_box9 option:selected').attr('data-rc'));
var x = $('select#qs_box_mount option:selected').attr('data-rc')
var key=output.sort((a, b) => a - b);
var key1=key.join("-");
// alert(key1);
if(x == 'not')
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/seven-zone-mini-split-systems/filter/indoorunitcomb/'+key1+'.html';
}
else{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/seven-zone-mini-split-systems/filter/mini_split_type/'+x+'/indoorunitcomb/'+key1+'.html';
}
}
}
else if(strUser2 == "Eight Zone")
{
var g = document.getElementById("qs_box3")
var strUser3 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box4")
var strUser4 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box5")
var strUser5 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box6")
var strUser6 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box7")
var strUser7 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box8")
var strUser8 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box9")
var strUser9 = g.options[g.selectedIndex].text;
var g = document.getElementById("qs_box10")
var strUser10 = g.options[g.selectedIndex].text;
if(strUser3 == "Please Select")
{
document.getElementById('qs_box3_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box3').style.border = "1px solid rgb(255, 124, 120)";
qs_box3_error.textContent = "This is required field";
return false;
}
else if(strUser4 == "Please Select")
{
document.getElementById('qs_box4_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box4').style.border = "1px solid rgb(255, 124, 120)";
qs_box4_error.textContent = "This is required field";
return false;
}
else if(strUser5 == "Please Select")
{
document.getElementById('qs_box5_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box5').style.border = "1px solid rgb(255, 124, 120)";
qs_box5_error.textContent = "This is required field";
return false;
}
else if(strUser6 == "Please Select")
{
document.getElementById('qs_box6_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box6').style.border = "1px solid rgb(255, 124, 120)";
qs_box6_error.textContent = "This is required field";
return false;
}
else if(strUser7 == "Please Select")
{
document.getElementById('qs_box7_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box7').style.border = "1px solid rgb(255, 124, 120)";
qs_box7_error.textContent = "This is required field";
return false;
}
else if(strUser8 == "Please Select")
{
document.getElementById('qs_box8_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box8').style.border = "1px solid rgb(255, 124, 120)";
qs_box8_error.textContent = "This is required field";
return false;
}
else if(strUser9 == "Please Select")
{
document.getElementById('qs_box9_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box9').style.border = "1px solid rgb(255, 124, 120)";
qs_box9_error.textContent = "This is required field";
return false;
}
else if(strUser9 == "Please Select")
{
document.getElementById('qs_box9_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box9').style.border = "1px solid rgb(255, 124, 120)";
qs_box9_error.textContent = "This is required field";
return false;
}
else if(strUser10 == "Please Select")
{
document.getElementById('qs_box10_error').style.color = "rgb(255, 124, 120)";
document.getElementById('qs_box10').style.border = "1px solid rgb(255, 124, 120)";
qs_box10_error.textContent = "This is required field";
return false;
}
else {
var output = [];
output.push($('select#qs_box3 option:selected').attr('data-rc'));
output.push($('select#qs_box4 option:selected').attr('data-rc'));
output.push($('select#qs_box5 option:selected').attr('data-rc'));
output.push($('select#qs_box6 option:selected').attr('data-rc'));
output.push($('select#qs_box7 option:selected').attr('data-rc'));
output.push($('select#qs_box8 option:selected').attr('data-rc'));
output.push($('select#qs_box9 option:selected').attr('data-rc'));
output.push($('select#qs_box10 option:selected').attr('data-rc'));
var x = $('select#qs_box_mount option:selected').attr('data-rc')
var key=output.sort((a, b) => a - b);
var key1=key.join("-");
// alert(key1);
if(x == 'not')
{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/eight-zone-mini-split-systems/filter/indoorunitcomb/'+key1+'.html';
}
else{
window.location.href = 'https://hvacdirect.com/ductless-mini-splits/eight-zone-mini-split-systems/filter/mini_split_type/'+x+'/indoorunitcomb/'+key1+'.html';
}
}
}
var b4 = $('select#qs_box1 option:selected').attr('data-rc');
if(b4=='air-conditioners-and-furnaces' || b4=='unit-heaters' )
{
var h = document.getElementById("qs_box4");
var strUser4 = h.options[h.selectedIndex].text;
var b1 = $('select#qs_box2 option:selected').attr('data-rc');
var b2 = $('select#qs_box3 option:selected').attr('data-rc');
var b3 = $('select#qs_box4 option:selected').attr('data-rc');
if(b4=='air-conditioners-and-furnaces'&& strUser4 =="Please Select")
{
window.location.href = 'https://hvacdirect.com/furnace-air-conditioner-systems/filter/nominal_capacity_group/'+b1+'/btu_heating/'+b2+'.html';
}
else if(b4=='air-conditioners-and-furnaces'&& strUser4 !="Please Select")
{
window.location.href = 'https://hvacdirect.com/furnace-air-conditioner-systems/filter/nominal_capacity_group/'+b1+'/btu_heating/'+b2+'/afue/'+b3+'.html';
}
if(b4=='unit-heaters' && b1 == 'hot-water-steam-unit-heaters')
{
window.location.href = 'https://hvacdirect.com/heating/unit-heaters/'+b1+'/filter/'+b3+'.html';
}
else if(b4=='unit-heaters' && b1 == 'infrared-heaters')
{
window.location.href = 'https://hvacdirect.com/heating/unit-heaters/'+b1+'/'+b2+'/filter/'+b3+'.html';
}
else if(b4=='unit-heaters' && b2 == 'electric')
{
window.location.href = 'https://hvacdirect.com/heating/unit-heaters/'+b1+'/filter/'+b3+'.html';
}
else if(b4=='unit-heaters')
{
window.location.href = 'https://hvacdirect.com/heating/unit-heaters/'+b1+'/filter/'+b2+'/'+b3+'.html';
}
}
else
{
document.getElementById('qs_box3').style.border = "1px solid #c2c2c2";
qs_box3_error.textContent = "";
}
}
function CSS1()
{
$('#qs_box2').removeAttr('disabled');
$('#top-heading').css('display','block');
$('#qs_box100').css('display','none');
document.getElementById('qs_box1').style.border = "1px solid #c2c2c2";
error.textContent = "";
}
function Validate1()
{
var e = document.getElementById("qs_box1");
var strUser = e.options[e.selectedIndex].value;
var strUser1 = e.options[e.selectedIndex].text;
var option_value = $('select#qs_box1 option:selected').attr('data-id');
var option_value2 = $('select#qs_box2 option:selected').attr('data-id');
$('.input_col.box3_div, #qs_box3, #qs_box4').css('display','block');
$('#qs_box4, #qs_box3').attr('disabled','disabled');
$('#qs_box3, #qs_box4, #top-heading').html('');
$('#box3-top-heading, #box4-top-heading').css('display','none');
$('#qs_box55, #qs_box66, #qs_box77, #qs_box88, #qs_box99, #qs_box100').css('display','none');
document.getElementById('qs_box3').style.border = "1px solid #c2c2c2";
document.getElementById('qs_box2').style.border = "1px solid #c2c2c2";
document.getElementById('qs_box4').style.border = "1px solid #c2c2c2";
qs_box2_error.textContent = "";
qs_box3_error.textContent = "";
qs_box4_error.textContent = "";
if(strUser1 == "Please Select" )
{
$('#qs_box2').attr('disabled','disabled');
$('#qs_box2').html('');
$('#qs_box3, .input_col.box3_div,#qs_box4').css('display','block');
$('#top-heading, #qs_box55, #qs_box66, #qs_box77, #qs_box88, #qs_box99, #qs_box100, #qs_box_mount_type').css('display','none');
return false;
}
else if(option_value == 'option-2')
{
$("#top-heading").text("Furnaces BTU");
$('#qs_box3').css('display','');
$('#qs_box3').removeAttr('disabled');
$('#box3-top-heading').css('display','block');
$("#box3-top-heading").text("AFUE (optional)");
$('#qs_box4,#qs_box55,#qs_box66,#qs_box77,#qs_box88,#qs_box99,#qs_box_mount_type').css('display','none');
CSS1();
var drop2 = "";
var drop3 = "";
}
else if(option_value == 'option-1')
{
$('.input_col.box3_div,#qs_box3,#box3-top-heading,#qs_box4,#box4-top-heading').css('display','block');
$('#qs_box3,#qs_box4').removeAttr('disabled');
$("#box3-top-heading").text("Furnaces BTU");
$("#box4-top-heading").text("AFUE (optional)");
$("#top-heading").text("Tonnage");
$('#qs_box55,#qs_box66,#qs_box77,#qs_box88,#qs_box99,#qs_box_mount_type').css('display','none');
CSS1();
var drop2 = "";
var drop3 = "";
var drop4 = "";
}
else if(option_value == 'option-5' || option_value == 'option-6')
{
$('.input_col.box3_div,#qs_box4,#qs_box55,#qs_box66,#qs_box77,#qs_box88,#qs_box99,#qs_box_mount_type').css('display','none');
$("#top-heading").text("Tonnage");
CSS1();
var drop2 = "";
}
else if(option_value == 'option-3')
{
$('.input_col.box3_div,#qs_box4,#qs_box55,#qs_box66,#qs_box77,#qs_box88,#qs_box99,#qs_box_mount_type').css('display','none');
$("#top-heading").text("Tonnage");
CSS1();
var drop2 = "";
}
else if(option_value == 'option-4')
{
$('.input_col.box3_div,#qs_box4,#qs_box55,#qs_box66,#qs_box77,#qs_box88,#qs_box99,#qs_box_mount_type').css('display','none');
$("#top-heading").text("Zones or Rooms");
CSS1();
var drop2 = "";
}
else if(option_value == 'option-units')
{
$('#qs_box4,#qs_box55,#qs_box66,#qs_box77,#qs_box88,#qs_box99,#qs_box_mount_type').css('display','none');
$("#top-heading").text("Rooftop Packaged AC & Furnace Units");
$('#qs_box3').css('display','');
$('#qs_box3').removeAttr('disabled');
$('#box3-top-heading').css('display','block');
$("#box3-top-heading").text("Tonnage");
CSS1();
var drop2 = "";
var drop3 = "";
}
else if(option_value == 'tankless-heaters')
{
$('.input_col.box3_div,#qs_box4,#qs_box55,#qs_box66,#qs_box77,#qs_box88,#qs_box99,#qs_box_mount_type').css('display','none');
$("#top-heading").text("Heating BTU's");
CSS1();
var drop2 = "";
}
else if(option_value == 'ac-only-system')
{
$('.input_col.box3_div,#qs_box4,#qs_box55,#qs_box66,#qs_box77,#qs_box88,#qs_box99,#qs_box_mount_type').css('display','none');
$("#top-heading").text("Tonnage");
CSS1();
var drop2 = "";
}
else if(option_value == 'unit-heaters')
{
$('.input_col.box3_div,#qs_box4,#qs_box55,#qs_box66,#qs_box77,#qs_box88,#qs_box99,#qs_box_mount_type').css('display','none');
$("#top-heading").text("Unit Heaters");
CSS1();
var drop2 = "";
}
else
{
$('#top-heading').css('display','block');
document.getElementById('qs_box1').style.border = "1px solid #c2c2c2";
error.textContent = "";
}
$('#qs_box3').html(drop3);
$('#qs_box2').html(drop2);
$('#qs_box4').html(drop4);
}
function Validate2()
{
var f = document.getElementById("qs_box2");
var option_value = $('select#qs_box2 option:selected').attr('data-id');
var option_value_box1 = $('select#qs_box1 option:selected').attr('data-id');
var dropdown_options="";
document.getElementById('qs_box4').style.border = "1px solid #c2c2c2";
qs_box4_error.textContent = "";
if(option_value_box1 == "option-units")
{
document.getElementById('qs_box2').style.border = "1px solid #c2c2c2";
qs_box2_error.textContent = "";
document.getElementById('qs_box3').style.border = "1px solid #c2c2c2";
qs_box3_error.textContent = "";
$('.input_col.box3_div').css('display','block');
}
else if(option_value_box1 == "option-1")
{
document.getElementById('qs_box2').style.border = "1px solid #c2c2c2";
qs_box2_error.textContent = "";
document.getElementById('qs_box3').style.border = "1px solid #c2c2c2";
qs_box3_error.textContent = "";
$('.input_col.box3_div,#box3-top-heading').css('display','block');
}
else if(option_value_box1 == "option-2")
{
document.getElementById('qs_box2').style.border = "1px solid #c2c2c2";
qs_box2_error.textContent = "";
document.getElementById('qs_box3').style.border = "1px solid #c2c2c2";
qs_box3_error.textContent = "";
$('.input_col.box3_div').css('display','block');
}
else if(option_value == "garage-heaters" || option_value == "commercial-heaters")
{
$('.input_col.box3_div,#qs_box3,#box3-top-heading').css('display','block');
$('#qs_box3').removeAttr('disabled');
$("#box3-top-heading").text("Fuel Type");
$("#top-heading").text("Unit Heaters");
$('#qs_box4,#box4-top-heading,#qs_box55,#qs_box66,#qs_box77,#qs_box88,#qs_box99,#qs_box_mount_type').css('display','none');
CSS1();
var drop4 = "";
var drop5 = "";
}
else if(option_value == "infrared-heaters")
{
$('.input_col.box3_div,#qs_box3,#box3-top-heading,#qs_box4,#box4-top-heading').css('display','block');
$('#qs_box3,#qs_box4').removeAttr('disabled');
$("#box3-top-heading").text("Infrared Heaters");
$("#box4-top-heading").text("Heating BTU's");
$("#top-heading").text("Unit Heaters");
$('#qs_box55,#qs_box66,#qs_box77,#qs_box88,#qs_box99,#qs_box_mount_type').css('display','none');
CSS1();
var drop4 = "";
var drop5 = "";
}
else if(option_value == "hot-water-steam")
{
$('#qs_box4,#box4-top-heading').css('display','block');
$('#qs_box4').removeAttr('disabled');
$("#box4-top-heading").text("Heating BTU's");
$("#top-heading").text("Unit Heaters");
$('.input_col.box3_div,#qs_box55,#qs_box66,#qs_box77,#qs_box88,#qs_box99,#qs_box_mount_type').css('display','none');
CSS1();
var drop5 = "";
}
else if(option_value == "single-zone")
{
$('#qs_box3').removeAttr('disabled');
$("#box3-top-heading").text("Indoor Units");
$('#qs_box3,#box3-top-heading,.input_col.box3_div, #qs_box44,#qs_box_mount_type').css('display','block');
$('#qs_box4').css({display:'none'});
CSS1();
var drop4 = "";
$('#qs_box55, #qs_box66, #qs_box77, #qs_box88, #qs_box99, #qs_box100').css({
display:'none'
});
}
else if(option_value == "dual-zone")
{
$('.input_col.box3_div,#qs_box3,#box3-top-heading,#qs_box4,#qs_box_mount_type').css('display','block');
$('#qs_box3,#qs_box4').removeAttr('disabled');
$("#box3-top-heading").text("Indoor Units");
$('#qs_box55, #qs_box66, #qs_box77, #qs_box88, #qs_box99, #qs_box100').css({display:'none'});
var drop4= dropdown_options;
var drop5= dropdown_options;
}
else if(option_value == "three-zone")
{ //alert('test');
$('#qs_box3,#box3-top-heading,.input_col.box3_div,#qs_box4,#qs_box55,#qs_box_mount_type').css('display','block');
$('#qs_box3,#qs_box4').removeAttr('disabled');
$("#box3-top-heading").text("Indoor Units");
CSS1();
var drop4= dropdown_options;
var drop5= dropdown_options;
$('#qs_box66, #qs_box77, #qs_box88, #qs_box99, #qs_box100').css({
display:'none'
});
}
else if(option_value == "four-zone")
{ //alert('test');
$('#qs_box3,#qs_box4').removeAttr('disabled');
$("#box3-top-heading").text("Indoor Units");
$('.input_col.box3_div,#qs_box3,#box3-top-heading,#qs_box4,#qs_box55,#qs_box66,#qs_box_mount_type').css({display:'block'});
CSS1();
var drop4= dropdown_options;
var drop5= dropdown_options;
$('#qs_box77, #qs_box88, #qs_box99, #qs_box100').css({
display:'none'
});
}
else if(option_value == "five-zone")
{ //alert('test');
$('.input_col.box3_div, #qs_box3, #box3-top-heading, #qs_box4, #qs_box55, #qs_box66, #qs_box77,#qs_box_mount_type').css('display','block');
$('#qs_box3, #qs_box4').removeAttr('disabled');
$("#box3-top-heading").text("Indoor Units");
CSS1();
var drop4= dropdown_options;
var drop5= dropdown_options;
$('#qs_box88, #qs_box99, #qs_box100').css('display','none');
}
else if(option_value == "six-zone")
{
$("#box3-top-heading").text("Indoor Units");
$('#qs_box3, #qs_box4').removeAttr('disabled');
$('#qs_box99').css('display','none');
$('.input_col.box3_div,#box3-top-heading,#qs_box3, #qs_box4, #qs_box55, #qs_box66, #qs_box77, #qs_box88,#qs_box_mount_type').css({display:'block'});
CSS1();
var drop4= dropdown_options;
var drop5= dropdown_options;
}
else if(option_value == "seven-zone")
{ //alert('test');
$('#qs_box3, #box3-top-heading, .input_col.box3_div, #qs_box4, #qs_box55, #qs_box66, #qs_box77, #qs_box88,#qs_box99, #qs_box_mount_type').css('display','block');
$('#qs_box3, #qs_box4').removeAttr('disabled');
$("#box3-top-heading").text("Indoor Units");
CSS1();
var drop4= dropdown_options;
var drop5= dropdown_options;
}
else if(option_value == "eight-zone")
{
$('#qs_box3,#qs_box4').removeAttr('disabled');
$('#qs_box3, #box3-top-heading, .input_col.box3_div, #qs_box4, #qs_box55, #qs_box66, #qs_box77, #qs_box88, #qs_box99, #qs_box100, #qs_box_mount_type').css('display','block');
$("#box3-top-heading").text("Indoor Units");
var drop4= dropdown_options;
var drop5= dropdown_options;
}
else
{
$('#box4-top-heading,.input_col.box3_div,#qs_box4,#qs_box_mount_type,#qs_box55, #qs_box66, #qs_box77, #qs_box88, #qs_box99, #qs_box100').css({
display:'none'
});
}
$('#qs_box3').html(drop4);
$('#qs_box4').html(drop5);
}
function Validate3()
{
var f = document.getElementById("qs_box3");
var strUser3 = f.options[f.selectedIndex].text;
var k = document.getElementById("qs_box2");
var strUser2 = k.options[k.selectedIndex].text;
$("#qs_box4").val("0");
if(strUser3 == 'Electric' && strUser2 =="Garage Heaters")
{
$('#box4-top-heading,#qs_box4').css({
display:'block'
});
$("#box4-top-heading").text("Electric Heat Options");
$('#qs_box4').removeAttr('disabled');
var drop4 = "";
}
if(strUser3 == 'Electric' && strUser2 =="Commercial Heaters")
{
$('#box4-top-heading,#qs_box4').css({
display:'block'
});
$("#box4-top-heading").text("Electric Heat Options");
$('#qs_box4').removeAttr('disabled');
var drop4 = "";
}
if(strUser3 == 'Natural Gas' || strUser3 =='Propane')
{
$('#box4-top-heading,#qs_box4').css({
display:'block'
});
$("#box4-top-heading").text("Heating BTU's");
$('#qs_box4').removeAttr('disabled');
var drop4 = "";
}
if(strUser3 == "Please Select" && strUser2 =="Garage Heaters")
{
$('#box4-top-heading,#qs_box4').css({
display:'none'
});
document.getElementById('qs_box4').style.border = "1px solid #c2c2c2";
qs_box4_error.textContent = "";
}
if(strUser3 == "Please Select" && strUser2 =="Commercial Heaters")
{
$('#box4-top-heading,#qs_box4').css({
display:'none'
});
document.getElementById('qs_box4').style.border = "1px solid #c2c2c2";
qs_box4_error.textContent = "";
}
if(strUser3 != "Please Select")
{
document.getElementById('qs_box3').style.border = "1px solid #c2c2c2";
qs_box3_error.textContent = "";
}
$('#qs_box4').html(drop4);
}
function Change4()
{
var f = document.getElementById("qs_box4");
var strUser4 = f.options[f.selectedIndex].text;
if(strUser4 != "Please Select")
{
document.getElementById('qs_box4').style.border = "1px solid #c2c2c2";
qs_box4_error.textContent = "";
}
}
function Change5()
{
var f = document.getElementById("qs_box5");
var strUser5 = f.options[f.selectedIndex].text;
if(strUser5 != "Please Select")
{
document.getElementById('qs_box5').style.border = "1px solid #c2c2c2";
qs_box5_error.textContent = "";
}
}
function Change6()
{
var f = document.getElementById("qs_box6");
var strUser6 = f.options[f.selectedIndex].text;
if(strUser6 != "Please Select")
{
document.getElementById('qs_box6').style.border = "1px solid #c2c2c2";
qs_box6_error.textContent = "";
}
}
function Change7()
{
var f = document.getElementById("qs_box7");
var strUser7 = f.options[f.selectedIndex].text;
if(strUser7 != "Please Select")
{
document.getElementById('qs_box7').style.border = "1px solid #c2c2c2";
qs_box7_error.textContent = "";
}
}
function Change8()
{
var f = document.getElementById("qs_box8");
var strUser8 = f.options[f.selectedIndex].text;
if(strUser8 != "Please Select")
{
document.getElementById('qs_box8').style.border = "1px solid #c2c2c2";
qs_box8_error.textContent = "";
}
}
function Change9()
{
var f = document.getElementById("qs_box9");
var strUser9 = f.options[f.selectedIndex].text;
if(strUser9 != "Please Select")
{
document.getElementById('qs_box9').style.border = "1px solid #c2c2c2";
qs_box9_error.textContent = "";
}
}
function Change10()
{
var f = document.getElementById("qs_box10");
var strUser10 = f.options[f.selectedIndex].text;
if(strUser10 != "Please Select")
{
document.getElementById('qs_box10').style.border = "1px solid #c2c2c2";
qs_box10_error.textContent = "";
}
}
Furnace Sizing
The easiest way to find what you need to replace your current furnace is by locating your current unit’s model number. First, locate your data sticker. For furnaces, this is usually located on the inside of the cabinet door, located by removing the top service panel. It can also be found on the inside or outside wall of the cabinet.
Once located, you will see M/N, prod, mod no, or Model Number. Next to this is your model number that you can easily use to search for your new unit.
If you need to know your furnace’s BTU/hr, this is listed next to the labels input/output. You can use this number to calculate your efficiency by dividing your furnace input by furnace output.
For example, when looking at the graphic, Our input is 70,000 BTU/hr and output is 57,000.
70,000/57,000 = .814. Your furnace is 81% efficient.
On this sticker you can also typically locate the year your unit was made, voltage, and serial number. Information included on this label varies by brand.
Air Conditioner Sizing
The easiest way to find what you need to replace your current air conditioner is by locating your current unit’s model number. First, locate your data sticker. For air conditioners, this is usually located on the side panel of your unit.
Once located, you will see M/N, prod, mod no, or Model Number. Next to this is your model number that you can easily use to search for your new unit. You can see what this may look like in the photo below.
If you want to calculate your unit's efficiency, you need to know its EER. EER or energy efficiency ratio is a measure of your air conditioner’s efficiency. To do this, you will need to know your air conditioner’s capacity, represented in BTU (British Thermal Units) and its power measured in watts.
Once you have found these metrics, simply take your BTU divided by your watts, and this will give you your EER number.
If watts are not included on your data sticker, you can use your model number to search for your unit’s data sheet. You can also take the amperage times voltage to calculate your watts.
Quick Sizing
Sizing Calculator new
Email
URL
Added to cart. Add the accessories you need for a complete installation.