var fDesc=new Array(); fDesc[0] = "As many people know that Microsoft Windows offer us a free editor called "NotePad" during the installation, unfortunately, many people noticed that it is poor performed than we expected, for example, it has its size limit of the document, poor looking style, lack of shortcut keys, lack of functionality and customizations and many others. Therefore, NotePad XP is here to solve these problems. NotePadXP has been involved to break through the barrer of the traditional notepad, it contains 3 main important goals --- Customizable, Powerful and Stylish. Here are the list features you will be able to find in NotePadXP."; 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 = ''; } }