var fDesc=new Array(); fDesc[0] = "Kodosoft Screen Snapshot Capture is a screen capture tool that allows you to quickly and easily capture a snapshot of anything on your capture screen including windows, objects, photos, video screenshots, scrolling web pages, mouse pointers, drop-down lists, any color and any part of your screen. It provides 8 output mode, you can capture screen and send it to files, folder, memory, mail, printer, MS-Painter, MS-Word and MS-PowerPoint. For advanced users will appreciate the customized hot keys, customized function buttons and full function task-bar notification area icon."; 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 = ''; } }