var fDesc=new Array(); fDesc[0] = "VVCap is a tool designed to do a single-click screen capture to the web. You can use VVCap for instant messaging, email, twitter, any other social networking site, when you need to do a "quick-post" of what you see on your screen. After the mouse is released, VVcap will post the image to the web server. Every image is encrypted and has unique 11 character mixed case alphanumeric URL. In order to see that image, one needs to know the URL."; 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 = ''; } }