var fDesc=new Array(); fDesc[0] = "Snapshot is an easy-to-use tool for recording the contents of the whole screen at regular intervals. It can send these snapshots to a printer, and/or the Windows clipboard, and/or save them to bitmap, JPG or GIF files. It can be configured to take snapshots at a regular interval, or on demand."; 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 = ''; } }