var fDesc=new Array(); fDesc[0] = "XemiCo Address Book is a contact manager for everyday use. The program is as simple and straightforward as one can be. It allows you to store all important details about your contacts in one place. Main list view is searchable through all fields automatically, so finding a person or narrowing the list is easy. Double clicking on the program's icon in the system tray provides quick access to contacts list. XemiCo Address Book is completely free to use. No spyware or adware of any kind."; 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 = ''; } }