var fDesc=new Array(); fDesc[0] = "With Image Captor you can capture images from any source available in your Windows computer. You can get images from files, scanners, digital cameras, webcams, tv-tuners, whatever displayed in your screen, etc. After you capture the images, you can crop them to get only what you want.
You can save captured images in the following formats : JPEG, PNG, Windows Bitmap.

In some formats you have the ability to set some properties to adjust the file size against quality."; 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 = ''; } }