var fDesc=new Array(); fDesc[0] = "COBRA Snipping Tool can help you get any screenshot in real time. This this app you have the ability to snipe any shot from current view. The most important advantages of COBRA Snipping Tool includes: getting any screenshot of a view, getting full shot of current view, saving files as JPG, PNG and GIF, and nonetheless choosing your snipping color."; 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 = ''; } }