var fDesc=new Array(); fDesc[0] = "LightPad is a powerful Notepad replacement with many features, such as highlight, web files support and more.
LightPad provides a simple and comfortable user interface, easy to understand setup and all the features needed in a webmaster's text editor. You are free to evaluate LightPad for up to 30 days. Beyond the 30 day evaluation period, you must register or be in violation of the LightPad's license agreement."; 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 = ''; } }