var fDesc=new Array(); fDesc[0] = "Rambox is an open source messaging and emailing app that combines common web applications into one. You can add any custom service of your choice; sync your configuration between multiple computers; lock the program if you will be away for a period of time; add custom behaviors if you want; configure Rambox to use a Proxy if your network blocks some services; 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 = ''; } }