var fDesc=new Array();
fDesc[0] = "For years, many users worldwide rely on Cam to Scan, the comprehensive solution for optimizing photographed documents.
Version 2 sports plenty of ground-breaking new features:
- Never before it was so easy to correct photographed documents - Cam to Scan automatically detects the outline of an object and makes it look like a scan with only a few mouse clicks.
- Never before they were looking so good - The Cam to Scan Brightness Correction gets the most from your pictures.
- What is scanning 15 pages per minute and fits into any pocket? Your camera! Cam to Scan can process even large amouns of documents - faster than many scanners.
- New user-friendly wizards make the proven functions for correcting perspective and lens distortion easier to use than ever before.";
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 = '';
}
}