var fDesc=new Array(); fDesc[0] = "This software offers a solution for users wanting to edit virtual business card files (VCF files). The vCard standard is widely supported by e-mail clients making it the best way to exchange names, addresses, phone numbers, e-mails, URLs, logos and photographs. The user simply selects the file to edit and the software displays all the data on that card. You can quickly update and/or add data in any of the fields. The application will save files in both ANSI and UTF8 format. This user-friendly application makes management of contact data both fast and easy."; 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 = ''; } }