var fDesc=new Array(); fDesc[0] = "Screen Capture made easy. Capture and edit in one simple utility. Screen Capture allows you to capture screen images in seconds with minimal effort Why learn a complex program for a simple task such as capturing a screen? The program is perfect for technical writers, Web designers, or any professional who needs to capture screens and graphics to integrate into documentation, presentations, or training tools."; 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 = ''; } }