var fDesc=new Array(); fDesc[0] = "Shelfster Desktop Tool is a research tool that allows you to quickly capture snippets of information and images from the web or from documents on your computer. All content can be organized using titles and tags, saved to a specific project and sent in your online account."; 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 = ''; } }