var fDesc=new Array(); fDesc[0] = "esyPlanner is an easy-to-use, easy-to-install freeware application that allows you to manage your tasks and events, register expenses, save your passwords, and write your daily diary. Install esyPlanner on your pen drive and execute it on every computer (Windows) without reinstalling it each time. Main features: Organize your notes and contacts. The warnings panel shows scheduled events and warnings. Create your events in the planner view and drag them to over the calendar. Search for notes, events and diary in a simple way and print your search results. Check your expenses."; 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 = ''; } }