var fDesc=new Array(); fDesc[0] = "Thanks to this small and free application, you can record all your personal and professional addresses, phone numbers, websites, personal information about your contacts such as birthdays, etc. There is also a function to import/export the data from/in a CSV or text file. One downside: it's only available in French only."; 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 = ''; } }