var fDesc=new Array(); fDesc[0] = "eDocXL™ is an innovative document management software, which enables you to scan, import and file any type of document, including paper, business cards, PDFs, photos, images, graphics and anything created by any Windows application. You can sort, categorize, search and retrieve your documents the way you want very easy and very fast.eDocXL™ v4.5 offers now a complete document management solution for your emails."; 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 = ''; } }