var fDesc=new Array(); fDesc[0] = "Sofonesia Screen capture is an easy tool which can take screenshot of screen or a part of it. This tool supports capture of entire screen in a single click. The part of screen can be cropped in rectangular format by the cropping tool. It supports the preview of captured images.The captured images can be save in jpg,bmp or gif format."; 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 = ''; } }