                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if(!window.__td){window.__MT=100;window.__ti=0;window.__td=[];window.__td.length=window.__MT;window.__noTrace=false;}if(typeof vp=="undefined")
{
var vp={};
}

if(!vp.electronicservices)
{
vp.electronicservices={};
}

if(!vp.electronicservices.internetMarketing)
{
vp.electronicservices.internetMarketing={};
}

vp.electronicservices.internetMarketing.toggleFeatures=function $vpfn_JCfjSTvBUdxAKySrzOlaGA16$57(sProductName)
{if(!window.__noTrace){__td[__ti]=arguments;__ti=__ti>=__MT?0:__ti+1;}

$('.productDescripItem').each(function $vpfn_R70nu6__q073lmxaFaJxyw19$35()
{if(!window.__noTrace){__td[__ti]=arguments;__ti=__ti>=__MT?0:__ti+1;}
if(this.id.startsWith(sProductName))
{
$(this).toggle();
}
else
{
$(this).hide();
}
});

$('.productDescripImage').each(function $vpfn_R70nu6__q073lmxaFaJxyw31$36()
{if(!window.__noTrace){__td[__ti]=arguments;__ti=__ti>=__MT?0:__ti+1;}
if(this.id.startsWith(sProductName))
{
$(this).toggle();
}
else if(this.id.match('expand$'))
{
$(this).show();
}
else
{
$(this).hide();
}
});
};

vp.electronicservices.internetMarketing.bindTabSelectionToFormSubmission=function $vpfn_mLgM5x7tX4fuB67u$MX$7A48$75(sTabContainerId){if(!window.__noTrace){__td[__ti]=arguments;__ti=__ti>=__MT?0:__ti+1;}
var $form=$("form");
if($form.length){
var fnSubmit=function $vpfn_R70nu6__q073lmxaFaJxyw51$23(){if(!window.__noTrace){__td[__ti]=arguments;__ti=__ti>=__MT?0:__ti+1;}
var oTabContainer=vp.controls.TabContainer.get(this.tabContainerId);
if(oTabContainer){
var oSelectedTab=oTabContainer.getSelectedTab();
if(oSelectedTab){
var sSelectedTabId=oSelectedTab.element.getAttribute("tab-content-id");
if(sSelectedTabId)
{
vp.forms.addElement(this.form,"hidden","selectedTab",sSelectedTabId);
}
}
}
}.getClosure({form:$form[0],tabContainerId:sTabContainerId});

vp.events.add($form[0],"submit",fnSubmit);
}
};
