var fDesc=new Array(); fDesc[0] = "Some of the apps that are shared by third parties on the Conduit platform may include advanced features that require you to submit your personal information to the publisher or provide information about pages you visit online. For example: some apps can offer the option to log in to your social network account, other apps can offer coupons that are most relevant to the page you are visiting, and others can enhance pages you visit with layers of related information."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }