var fDesc=new Array();
fDesc[0] = "RISPowerscan™ is the most powerful, easy-to-use production scanning and OCR solution that supports the most popular high-speed scanners! IRISPowerscan™ is a complete solution to scan, structure, sort, index and convert volumes of documents.
IRISPowerscan™easily converts all your documents into fully editable and searchable files such as PDF, XPS, WORD and many more!
IRISPowerscan™ is a powerful, user-friendly production application with a multi-stream architecture for the scanning and the electronic capture of any kind of documents.
This complete professional solution combines a powerful production scanning software AND a document processing solution to automatically structure, sort, index and convert all documents into fully searchable text files in one single process!";
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 = '';
}
}