var fDesc=new Array(); fDesc[0] = "JumpList support (Windows 7), bug fixes, improvements to the Multi Account control and more. This are some of the new features of the gmail notify. It is a great program, very easy to use. You install it, you open it, modify some settings according to your desire and then it will notify you when you will receive any mails."; 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 = ''; } }