var fDesc=new Array(); fDesc[0] = "NoteTab is a text editor, HTML coding tool, and a Notepad replacement. Its Clipbook feature lets you create and organize clips, which can range from text macros to complete mini-applications, using simple scripting language - a bunch of handy clip library is also included."; 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 = ''; } }