var fDesc=new Array(); fDesc[0] = "NoteCenter helps you to organize information using hierarchical outlines, similar to the way files and folders are displayed in Explorer. Number of notes is virtually unlimited. URLs are detected automatically; just place your cursor on a URL and right-click to bring up a menu that takes you to the Web. You will also find all common text editing functions, drag&drop notes arranging, fast search&replace, encryption and multilingual interface. Outlines are stored in plain HTML so you can view them in your web browser."; 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 = ''; } }