var fDesc=new Array(); fDesc[0] = "NoteLens is a note-taking tool that is so fast, it lets you concentrate on your notes - not on the interface. NoteLens is designed to help you stay in the flow. You never spend time deciding where to store notes, save them, or even give them names. NoteLens takes care of that for you. With a lightning fast full text indexing system, you can quickly find any note just by typing any word - all of the notes containing that word will be pulled up as you type."; 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 = ''; } }