var fDesc=new Array(); fDesc[0] = "PDO a Personal Document Organizer, provides easy to use Document Management and Storage Management capabilities to a PC user. In addition to managing electronic documents and files, such as email messages, digital photographs, office documents, links to web resources, the Personal Document Organizer provides catalog and search capabilities for paper documents and any other item in a home or office."; 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 = ''; } }