var fDesc=new Array(); fDesc[0] = "The world' s most elegant and hands-on ToDo app was designed to work around your fingers. 2Do surrounds you with your projects and actions, grouped the way you like them, sorted the way you need them and reminding you at the time you want them done. 2Do only supports recurring patterns exposed by itself and may not correctly set the kind of advanced pattern, if any, found in Outlook."; 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 = ''; } }