var fDesc=new Array(); fDesc[0] = "The program is a freeware mini organizer, is free and is designed to take notes and reminders for you about important pending 'for later' cases. After trying many similar programs, I came to the conclusion that some of them do not have the necessary functionality, while the other party is too large and hard work. Unlike the analog instrument held several advantages - ease of administration, "quiet" work of the task bar, a variety of settings, many useful and practical tools. Pop-up reminders to the taskbar, and you can adjust the size and color, and duration of the display."; 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 = ''; } }