                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

if(!window.__td){window.__MT=100;window.__ti=0;window.__td=[];window.__td.length=__MT;window.__noTrace=false;}function resizeTeasers()
{var divArray=document.getElementsByTagName("div");var maxTextHeight=-1;var maxTextBulletsHeight=-1;var maxHeadingHeight=-1;var maxPricingHeight=-1;var maxImageHeight=-1;for(var i=0;i<divArray.length;i++)
{if(divArray.item(i).className=="teaser-text"&&divArray.item(i).offsetHeight>maxTextHeight)
{maxTextHeight=divArray.item(i).offsetHeight;}
if(divArray.item(i).className=="teaser-text-bullets"&&divArray.item(i).offsetHeight>maxTextBulletsHeight)
{maxTextBulletsHeight=divArray.item(i).offsetHeight;}
if(divArray.item(i).className=="teaser-heading"&&divArray.item(i).offsetHeight>maxHeadingHeight){maxHeadingHeight=divArray.item(i).offsetHeight;}
if(divArray.item(i).className=="teaser-pricing-text"&&divArray.item(i).offsetHeight>maxPricingHeight){maxPricingHeight=divArray.item(i).offsetHeight;}
if(divArray.item(i).className=="teaser-image"&&divArray.item(i).offsetHeight>maxImageHeight){maxImageHeight=divArray.item(i).offsetHeight;}}
for(var j=0;j<divArray.length;j++)
{if(divArray[j].className=="teaser-text"){if(divArray[j].offsetHeight<maxTextHeight)
{divArray[j].style.height=maxTextHeight+"px";}}
if(divArray[j].className=="teaser-text-bullets"){if(divArray[j].offsetHeight<maxTextBulletsHeight)
{divArray[j].style.height=maxTextBulletsHeight+"px";}}
if(divArray[j].className=="teaser-heading"){if(divArray[j].offsetHeight<maxHeadingHeight){divArray[j].style.height=maxHeadingHeight+"px";}}
if(divArray[j].className=="teaser-pricing-text"){if(divArray[j].offsetHeight<maxPricingHeight){divArray[j].style.height=maxPricingHeight+"px";}}
if(divArray[j].className=="teaser-image"){if(divArray[j].offsetHeight<maxImageHeight){divArray[j].style.height=maxImageHeight+"px";}}}}