var fDesc=new Array(); fDesc[0] = "Xobni is a very useful Microsoft Outlook add-in that enables its users to search for email messages throughout the inbox. It is a much better option than Outlook’s integrated search function since Xobni not only finds emails but also contacts based on any keyword search. Plus it is also capable of searching for file attachments, hyperlinks, and photos and phone numbers."; 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 = ''; } }