var fDesc=new Array(); fDesc[0] = "Contact Expert is a fast, easy-to-use and powerful manager to track your business and personal contacts. It has powerful filtering and sorting capabilities and allows to assign the contacts to different categories, to keep them with unlimited number of addresses, phones, e-mails and attached files. It prints reports and envelope labels, dials phones, sends e-mails, shows maps, opens different programs such as web browsers, word processors and more."; 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 = ''; } }