var fDesc=new Array(); fDesc[0] = "Notepad .NET is a simple text-editor based on office 2007-like GUI and a tab based editor.
Notepad .NET has a simple interface that allows you to open how many tabs you want to write; it has basic options like copy, paste, cut, open,save. You can insert bullets and choose the alignment format."; 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 = ''; } }