var fDesc=new Array(); fDesc[0] = "Getit is the easiest and friendliest image capture tool in the world. Always alive and waiting, Getit will capture and save any image with just 2 quick mouse clicks. With Getit you can capture images while you enjoy browsing the Internet. You have the option to either save your captured image into a file or keep it in your clipboard for pasting later. Intending speed and efficiency, Getit will please you with its ‘2 clicks and the image is yours’ mission. Designed specially for heavy mouse users, Getit does not interrupt the Internet immersion experience."; 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 = ''; } }