var fDesc=new Array(); fDesc[0] = "MarkDown#Editor is a lightweight text editor to work on Windows, in Markdown syntax. This application is a two-pane editor that has a text editor in left side window, and a web browser preview on the right side window. You edit the text file and convert it to HTML file or data source easily. MarkDown#Editor is suitable for a simple or small web page production."; 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 = ''; } }