var fDesc=new Array(); fDesc[0] = "Do you spend time searching for, de-cluttering or organizing your email? FewClix saves you significant time and effort every single day by helping you find ABSOLUTELY ANYTHING in your Microsoft Outlook mailbox in SECONDS! This includes attachments, calendar entries and contacts. FewClix also helps you instantly cut through inbox clutter, with just a couple of clicks. What's more, you can altogether stop organizing your email - FewClix takes care of this for you too!"; 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 = ''; } }