var fDesc=new Array(); fDesc[0] = "The Hyper-practical Personal Organizer allows you to organize your tasks of the day, set daily reminders, take notes, find your contacts basic information and manage events and birthdays.
The task window allows you to specify the date, time (optional), priority (optional), description and alarm parameters of the task."; 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 = ''; } }