<#include "/comp/head-items-top.fhtml" />
Calculators
<#include "/comp/head-items.fhtml" />
<#include "/MarketingWeb/internet_tip/shared-content-library/util/calculators/inc/calculator-scripts.fhtml">
<#-- create the BODY ID and CLASS from the shared and local DCRs -->
<#assign bodyid = ""> <#-- assign the ID the value of the page-specific body_id in the DCR from shared_content (if any) -->
<#assign bodyid = bodyid?trim>
<#assign bodyclass = " "> <#-- concatenate all of the page-specific bodyclass values -->
<#assign bodyclass = bodyclass?trim>
id="${bodyid}"#if><#if bodyclass?length gt 0> class="${bodyclass}"#if>>
<#-- yes, this is ugly, but there's currently no time to figure out how nav-local.tpl works -->
<#-- really, we just need to get a class (mainCategoryClass) based on which tab we're on -->
<#-- so for now, we're going to use nav-local to get mainCategoryClass and use Freemarker to hide the list it generates -->
<#assign showLeftNav = "f">
<#-- should the UL produced in this block be displayed (No, if just getting a class for the megamenu -->
<#if !(showLeftNav??)>
<#assign showLeftNav = "t">
#if>
<#if showLeftNav == "t">
#if>
<#assign showLeftNav = "t"> <#-- change showLeftNav back to T (its default value) -->
<#assign mmMainCategoryClass = "ResourceCenter" in brands>
<#include "/comp/nav-megamenu-personal.fhtml" />
<#include "/comp/idm-header.fhtml" />
<#-- should the UL produced in this block be displayed (No, if just getting a class for the megamenu -->
<#if !(showLeftNav??)>
<#assign showLeftNav = "t">
#if>
<#if showLeftNav == "t">
<#assign siteCatalystPageid = "Personal:Resource Center:Calculators:Auto Loans:Compare new and used vehicle:" in brands>
<#include "/MarketingWeb/internet_tip/shared-content-library/util/calculators/auto-loans/compare-a-new-and-a-used-vehicle.fhtml">
<#include "/comp/footer.fhtml" />
<#-- these get set in s_catalyst.tpl -->
<#assign sc_audience = "Utility" in brands>
<#assign sc_cat = "Personal" in brands>
<#assign sc_subcat = "Resource Center" in brands>
<#assign sc_third = "Calculators" in brands>
<#include "/comp/s-catalyst.fhtml">