<#if (!(brands.hasAudienceSwitcher??) || (brands.hasAudienceSwitcher == "t"))>
<#include "*/comp/masthead.fhtml" />
<#-- 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 = "BusinessServices" in brands>
<#include "*/comp/nav-megamenu-small-business.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">
#if>
<#assign showLeftNav = "t"> <#-- change showLeftNav back to T (its default value) -->
<#assign mmMainCategoryClass = "BusinessServices" in brands>
<#include "*/comp/global-left-col-1.fhtml" />
<#include "/modules/contact-us/cc-processing.fhtml">
<#include "*/comp/global-left-col-2.fhtml" />
<#include "*/comp/global-left-col-3.fhtml" />
- Small Business
- Business Services
- Credit Card Processing
<#assign siteCatalystPageid = "Small Business:Business Services:Credit Card Processing:" in brands>
<#include "/MarketingWeb/internet_tip/shared-content-library/small-business/business-services/credit-card-processing.fhtml">
<#assign footerIconLinkedIn = "t" in brands>
<#include "*/comp/footer.fhtml">
<#-- these get set in s_catalyst.tpl -->
<#assign sc_audience = "Small Business" in brands>
<#assign sc_cat = "Small Business" in brands>
<#assign sc_subcat = "Business Services" in brands>
<#assign sc_third = "Credit Card Processing" in brands>
<#include "/comp/s-catalyst.fhtml">