var fDesc=new Array(); fDesc[0] = "Wunderlist in Gmail is a browser extension that shows a Wunderlist frame on the right side of your Gmail inbox or GCalendar, so that you check your todo lists with your email. It can be enabled separately both for GMail and GCalendar. The portion of screen used can be easily enlarged or reduced by dragging, and the default smart list in Wunderlist can be customized."; 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 = ''; } }