var fDesc=new Array(); fDesc[0] = "Bojo Easy Scan is a template based scanning program. It's perfect for tedious scanning tasks where you have to scan a lot of images and resize/sharpen/auto-contrast them and so on.

-Scan pictures or open image files of almost any type. -Automate tasks using templates.
-Rotate them including the very useful free rotaion.
-Adjust colors, brightness, contrast and add effects and more.
-Assemble several pictures into one.
-Crop, crop to new image and draw frames around cropped areas.
-Batch process lots of files in one go.
-Print your images."; 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 = ''; } }