var fDesc=new Array();
fDesc[0] = "Drivve Image is a turbocharged scanning software. By bringing together feature-rich, customizable modules that are highly intelligent and ridiculously user-friendly, Drivve Image turns your scanner or MFP into an exceptionally integrative workflow engine. In fact, Drivve Image transforms your entire network of input devices into a responsive, finely tuned programmable ignition system for these workflows. And with its simple installation and easy configuration, everyone in your organization can accelerate to full-blown office synchronization — to office automation that puts the force back in workforce.";
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 = '';
}
}