var fDesc=new Array(); fDesc[0] = "eM Client is an email client with calendar, tasks, contacts, and chat features. It supports all major services including Gmail, Exchange, iCloud, and Outlook.com; it also has the ability to set up all the configuration for these services. eM Client lets you customize its appearance and behavior on multiple levels. It has a sidebar that provides you quick contextual information and details such as communication history, attachment history, and agenda."; 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 = ''; } }