var fDesc=new Array(); fDesc[0] = "TrayText allows you to store your favorite autotext items (stock phrases or "boilerplate" text - up to 32KB each) which are then available to any application. TrayText also has a useful spike feature for collecting text from different documents or applications ready to insert in another document or application. This software has a friendly user interface."; 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 = ''; } }