var fDesc=new Array(); fDesc[0] = "CyberArticle is a knowledge management software, it focuses on webpage saving and management later. You can save any information easily as you want in most of browsers, such as, IE (include IE core browsers), Firefox, Google Chrome, Safari, and Opera etc. Even you can save anything you select without any unused information by it. It also supports save webpage background as you want without any disturbing your browser webpage. At the same time, It can also import and manage popular documents formats easily, such as doc, pdf, xls, ppt, Pictures, text, source code and so on. It is very useful for later management, knowledge share, searching, and making E-BOOK. It can also write your diary, Blog etc. It is also very easy to establish the knowledge library by personal or enterprise."; 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 = ''; } }