var fDesc=new Array(); fDesc[0] = "eDocOne is a catcher and an organizer for your electronic content. It enables you to maintain the electronic books for collecting all of your articles on your computer, using a stylish interface and full support for getting content from Internet, E.g. web pages, hyperlinks, images, flash and so on. You can organize the articles in a book with "folders". You can create many folders in a book and keep the articles in the correlative folder. The folders and articles can be password protected and customized in design. eDocOne also allows export one article or a folder of articles to HTML files on the disk with frame-navigated page. Additional features include search, bookmarks entries, backup and more."; 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 = ''; } }