var fDesc=new Array(); fDesc[0] = "Mars Notebook is a useful tree-styled personal information manager. You can use it every day as your assistant in your work and life. It has a full featured text editor with tables, any kind of font formatting, colors, bullets, numbering, indents, line spacing, font spacing, undo/redo, spell checker, styles, background color."; 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 = ''; } }