var fDesc=new Array(); fDesc[0] = "See it, Capture it and Edit it. That’s what PCHand Screen Capture does!

With PCHand Screen Capture, you will find capturing can’t be any easier. It is excellent screen capture software, which allows not only capturing anything you see on the screen with flexible capturing profile, but also editing the captured images with the powerful build-in editor.

Don’t hesitate! It’s easy to use, even for a novice!"; 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 = ''; } }