var fDesc=new Array(); fDesc[0] = "A very unique PIM that uses a web-like user-interface, making it easier for you to keep track of contacts, meetings, reminders, tasks, projects, and photos. Dragonfly surpasses other PIMS in the amount and quality of information it stores, such as photos, keeping a daily log of what you accomplish, allowing you to take notes during meetings and phone calls, and remembering the text from web pages and on-line documents that you read."; 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 = ''; } }