var fDesc=new Array(); fDesc[0] = "Agendus for Windows is an Outlook add-on that enhances how you view your calendar, contacts, tasks and memos. It also provides intuitive tools, such as text capturing, a free time finder, voice recording, advanced search capabilities and Internet features (weather, driving directions, address lookup). All of these things help make scheduling extremely easy and hassle free."; 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 = ''; } }