var fDesc=new Array(); fDesc[0] = "Lexa Software has recently launched into the market this new and effective task manager, very useful to help you organize your life and work. Lexa Organizer Software is really easy to use and can be customized according to your needs and desires. In a few clicks you can start adding new tasks with a description and reminder. The list of tasks is made in a very simple and convenient form. You can sort your task list by priority, category, due date or alphabet, for you to choose your best way! Lexa Organizer Software includes a very convenient option: Reminder, thought to those who do not want to miss any important meeting. You just need to specify date and time, choose a sound alarm and the software will remind you without trouble! Once the alarm rang out you can postpone your task, edit or just turn it off. Lexa Organizer Software features built-in categories and also the possibility to create your own in just a few seconds. The software runs smoothly with Windows 95, 98, Me, 2000 and XP. Download its free trial right now and start organizing your busy life and work with this easy-to-use task manager software."; 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 = ''; } }