var fDesc=new Array(); fDesc[0] = "Win Capture Editor is a powerful and handy application developed by Win Capture Editor designed to enable you to capture screenshots of your desktop and edit them.
Win Capture Editor will be able to record all these and allow you to play them back later on."; 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 = ''; } }