var fDesc=new Array(); fDesc[0] = "C-Organizer is a powerful and great-looking personal information manager capable of bringing some order to your business and personal life.
This organizer software contains a calendar, task manager, an address book, a password manager, a notepad, and a calendar of events. With C-Organizer and its notifications system, you will never miss an appointment, a meeting or a birthday.C-Organizer is represented in two different editions. The Professional edition has more features and recommended for business use. The Lite edition will be convenient for home users."; 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 = ''; } }